Mario Making Mods

  • Normal user
Since: 05-21-17
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
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 05-21-17, 02:56 pm in nsmbu Miyamoto! (rev. 3 by Star Wolf on 05-22-17, 11:11 pm)
  • Normal user
Since: 05-21-17
Super Mario 64 Shining Stars by Pieordie1. Even tried porting it to DS at some point.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 05-21-17, 03:09 pm in What is your favourite ROM hack?
  • Normal user
Since: 05-21-17
Thanks for the tutorial! It helped me make a much better layout!
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-26-17, 10:04 pm in How to make a post layout!
  • Normal user
Since: 05-21-17
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.)

Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-26-17, 10:14 pm in Post Layouts Guide (rev. 5 by NightYoshi370 on 02-22-18, 04:38 am)
  • Normal user
Since: 05-21-17
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.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-26-17, 10:26 pm in Post Layouts Guide (rev. 1 by Star Wolf on 06-27-17, 01:35 am)
  • Normal user
Since: 05-21-17
Finished! If anything looks bad, tell me.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-26-17, 11:54 pm in Post Layouts Guide
  • Normal user
Since: 05-21-17
@Abood, I will start your post layout now.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-27-17, 12:16 am in Post Layouts Guide
  • Normal user
Since: 05-21-17
Here is another layout I made for fun. :P
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-27-17, 02:38 am in Post Layouts Guide
  • Normal user
Since: 05-21-17
Here is a NSMBW theme I made for fun:
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-27-17, 03:27 pm in Post Layouts Guide
  • Normal user
Since: 05-21-17
Finished! Here it is:
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-27-17, 05:07 pm in Post Layouts Guide
  • Normal user
Since: 05-21-17
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.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-27-17, 06:00 pm in Post Layouts Guide
  • Normal user
Since: 05-21-17
Finished: Here it is!
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-27-17, 11:18 pm in Post Layouts Guide
  • Normal user
Since: 05-21-17
YOU MAKE GOOD LEVEL NOW!!!
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-28-17, 12:13 am in Post Layouts Guide
  • Normal user
Since: 05-21-17
Another simple theme because I'm lazy:
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-28-17, 05:15 pm in Post Layouts Guide
  • Normal user
Since: 05-21-17
This theme is just like the last two, except it's red. Enjoy.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 06-28-17, 06:34 pm in Post Layouts Guide
Posted on 07-24-17, 06:42 pm, deleted by NightYoshi370: Responce to deleted post
#1402
Posted on 07-24-17, 06:43 pm, deleted by NightYoshi370: Responce to deleted post
#1403
  • Normal user
Since: 05-21-17
I don't make them anymore, sorry.
Nella carne io sono uno, ma nello spirito, che sono e per sempre saranno sette.
Posted on 01-03-18, 02:05 am in Post Layouts Guide