Mario Making Mods

  • Normal user
Since: 05-21-17
From: Same as above. ^
I'm Gota7, I love tech. I'm a retired SM64, SM64ds, and Cave Story modder, but may come back to it. I'm modding things like the WiiU now. I never finished the ds mod, but I did release the other mod. I would tell you what it is but I forgot. Currently I'm working on some RPG stuff.

If you need help with anything or have a question, please ask me, as I know a lot about modding, and am usually pretty active. If I sound rude or anything, don't take it personally as I can be bad with wording.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Preview

General information
Name Star Wolf (Gota7)
User ID 21
Groups Normal users
Total posts 18 (0.01 per day)
(last post 1062 days ago in Post Layouts Guide (Mario Making Mods Talk))
Registered on 05-21-17, 02:39 pm (1288 days ago)
Last view 11-30-18, 10:16 pm (730 days ago)
at: /themes/glossy/generic_gloss.svg
Total stars received 2 [View...]
From: NepScarlet (1), NightYoshi370 (1)
Total stars given 0
Presentation
Theme New Super Mario Bros. Castle Theme · By Dirbaio
Items per page 20 posts, 50 threads
Layout bb
Language Board default
Personal information
Real name You Will Never Know! Wahaha
Location Same as above. ^
Birthday November 1, 2001 (19 years old)
RPG Status
RPG Status
You need to be logged in to post profile comments here.

NightYoshi370

Happy birthday!

DestroyerXL44

Kek it's fixed

DestroyerXL44

I would change your post format, it is hard to read the text.

Iggy3434

We meet again

NightYoshi370

Can you please post the Miiyamoto thread?

NightYoshi370

Welcome!

IceFairyAmy

ur welcome ^^

IceFairyAmy

welcome ! :)
I don't make them anymore, sorry.
Posted on 01-03-18, 02:05 am in Post Layouts Guide
This theme is just like the last two, except it's red. Enjoy.
Posted on 06-28-17, 06:34 pm in Post Layouts Guide
Another simple theme because I'm lazy:
Posted on 06-28-17, 05:15 pm in Post Layouts Guide
YOU MAKE GOOD LEVEL NOW!!!
Posted on 06-28-17, 12:13 am in Post Layouts Guide
Finished: Here it is!
Posted on 06-27-17, 11:18 pm in Post Layouts Guide
Since I don't want to lose all these layouts, I'll make a public folder for the layouts in my drive. If any links are down in the next hour, I'll fix it.
Posted on 06-27-17, 06:00 pm in Post Layouts Guide
Finished! Here it is:
Posted on 06-27-17, 05:07 pm in Post Layouts Guide
Here is a NSMBW theme I made for fun:
Posted on 06-27-17, 03:27 pm in Post Layouts Guide
Here is another layout I made for fun. :P
Posted on 06-27-17, 02:38 am in Post Layouts Guide
@Abood, I will start your post layout now.
Posted on 06-27-17, 12:16 am in Post Layouts Guide
Finished! If anything looks bad, tell me.
Posted on 06-26-17, 11:54 pm in Post Layouts Guide
Sure, I can, but please be specific. I'm not the best designer in the world, and I'd like to know what images to use, how to position things, colors, etc.
Posted on 06-26-17, 10:26 pm in Post Layouts Guide (rev. 1 by Star Wolf on 06-27-17, 01:35 am)
Since I'm bored, I'll make custom layouts for people. Please be suppperr specific though. If you need an example of my work, look at my layouts in this thread.

EDIT: He is no longer doing custom post layouts for people




How to make your own post layouts



First off, you need some basic HTML and CSS knowledge, to make a decent enough layout so that it is readable. :)

You need to put in the post header:
<style>
~~layout code go here~~
</style>

Next, we need to add the correct classes. The tilde will be used in place of your user , please make sure you get this correct for each class or it will screw up other people's layouts when they post in the same thread and page.

.mainbar~ - Controls the background and general elements of the post.
.sidebar~ - Controls the sidebar of your posts.
.topbar~_1 - Controls the left side where your username is displayed on the top bar.
.topbar~_2 - Controls the right side where the 'Link' 'Quote' and post date etc. are listed on the top bar.

Additions to .mainbar~, these can be placed by writing '.mainbar~ .newclass' in your post layout.

.quoteheader - Controls the 'Posted by' on the quote header.
.quotecontent - Controls the actual quote's contents.
div.codeblock - Controls code BBCode tag blocks.
.spoilerbutton - Controls the spoiler tag button.
.spoiled - Controls the content inside a spoiler.

Another thing you can do is add a Post Box with a DIV, you can do this by making a class of whatever name you want, setting a custom margin and padding, and then setting up the rest of it yourself. Remember to add after the style tag your div class, and close it in the footer.

Here's an example code to help you out, it is the same as the code on my layout.
Header:
<style>
.mainbar1 {
background:url(http://i.pi.gy/WRmP.jpg) center top !important;
background-width:100% !important;
color:white;
font-family:Tahoma,sans-serif;
border: 3px solid #066;
text-shadow: -1px -1px black, 0px -1px black, 1px -1px black, 1px 0px black, 1px 1px black, 0px 1px black, -1px 1px black, -1px 0px black;
}

.sidebar1 {
background:url(/themes/bstruct/back.png) repeat !important;
color:white;
font-family:Tahoama,sans-serif;
border: 3px solid #066;
text-align:center;
}

.topbar1_1, .topbar1_2 {
background: #066 url(/themes/glossy/generic_gloss.svg) repeat !important;
background-size:100% 100%;
color:white;
font-family:Tahoma,sans-serif;
}

.topbar1_1 {
text-align:center;
}

.mainbar1 div.codeblock {
background:rgba(0,0,0,0.2);
color:white;
}

.postbox1 {
margin:20px;
border:3px solid #066;
background:rgba(0,102,102,0.65);
}
</style>
<div class="postbox1">
Footer:
</div><div class="postbox1">[user 1]</div>

Make sure to disable signature separator and then set 'Apply layout to entire post box'.

Tips:
* Make sure your layout is readable on all themes. This is usually done by manually forcing a colour.
* Don't use GIFs in your background.
* Keep signature at around 200px or smaller in height.
* Feel free to customise it to the max!
* Check your layout is fully compatible with Google Chrome and Mozilla Firefox, since these are the most-conforming to web standards.
* Don't use fixed backgrounds as they lag the page on some browsers such as Safari and look odd on mobile devices.

Hope this helps! :D
(Note that the reason I didn't use my ID here on the example is because I copied it from my own board.)
Posted on 06-26-17, 10:14 pm in Post Layouts Guide (rev. 5 by NightYoshi370 on 02-22-18, 04:38 am)
Thanks for the tutorial! It helped me make a much better layout!
Posted on 06-26-17, 10:04 pm in How to make a post layout!
Super Mario 64 Shining Stars by Pieordie1. Even tried porting it to DS at some point.
Posted on 05-21-17, 03:09 pm in What is your favourite ROM hack?
Introducing Miyamoto! A level editor for NSMBU.

It is centered around new features, friendly sprite images, and Japanese stereotypes.

Miyamoto! can also edit tilesets, and change Backgrounds!
It can also decompress and compress/save SZS!

We're adding tons of sprite images, features, plus spritedata we come across to make it all work how it should in game.

Here are some screenshots (kinda outdated):


Even a youtube video!
https://www.youtube.com/watch?v=JB1yuRkZG_s

(The video is a bit outdated...)

You can always find the latest releases here:
https://github.com/Gota7/Miyamoto/releases


Supported Platforms:
* Windows x86 or x64
* Linux amd64
* Mac OS X 64-bit


Special Thanks to:
* RoadrunnerWMC
* MrRean
* Grop
* AboodXD
* Gota7 (Star Wolf)
* Sierra
* Wiimm
* And others who worked on the original Reggie Next/made hacking the Wii U possible.


For Noobs: I made a crappy tutorial. Enjoy.
https://www.youtube.com/watch?v=iGAh161pbS8
Posted on 05-21-17, 02:56 pm in nsmbu Miyamoto! (rev. 3 by Star Wolf on 05-22-17, 11:11 pm)