New Super Mario Bros Wii Patch Template Camping
Initial visibility: currently defaults to autocollapse
Additionally to riivolution patches, this one will also allow patching ROMs using ips/ppf patches. Patchimage allows choosing a custom GAMEID, aswell as downloading riivolution-files, patches and soundtrack (if available). New Super Mario Bros. Wii Retro Remix (riivolution) MRR?01 The Legend of Zelda: Parallel Worlds (ips.

To set this template's initial visibility, the state=parameter may be used:
state=collapsed:{{Super Mario state=collapsed}}to show the template collapsed, i.e., hidden apart from its title barstate=expanded:{{Super Mario state=expanded}}to show the template expanded, i.e., fully visiblestate=autocollapse:{{Super Mario state=autocollapse}}- shows the template collapsed to the title bar if there is a
{{navbar}}, a{{sidebar}}, or some other table on the page with the collapsible attribute - shows the template in its expanded state if there are no other collapsible items on the page
- shows the template collapsed to the title bar if there is a
If the state= parameter in the template on this page is not set, the template's initial visibility is taken from the default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.
See also
| The above documentation is transcluded from Template:Super Mario/doc. (edit history) Editors can experiment in this template's sandbox (create mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |

I have been messing around with my ancient Wii and found online that I can create and play custom levels. I have created a level with Reggie! and named it 01-01.arc.
That's great, but how in the world am I supposed to access it on my Wii? I have installed Homebrew and all that and the Riivolution app correctly (I know this because I am able to play Newer Super Mario Bros. Wii) but I have not found anywhere ANYWHERE how to actually play the levels I create. The videos I watch literally skip from saving the level in Reggie! to the gameplay on the Wii. Please help!
noirscape1 Answer
I recommend (especially for Homebrew related things such as ROM hacks) that you do not follow video guides. Homebrew scenes are constantly changing with new methods being created over time and video guides become outdated quickly. Instead, it is recommended to follow written guides as these are often updated more frequently and will immediatley reflect new changes (instead of a video guide, which will require the uploader to add in a new link to the old video).
As taken from smwcentral.net:
In order for Riivolution to know which games you would like to modify, you need to specify Patch Templates. These templates are .xml files that you need to place on your SD card. Obviously, we need to get our hands on one of those patch templates for the game we're about to hack: New Super Mario Bros. Wii. Make a folder called riivolution in your SD card's root folder, and place the .xml file you just downloaded in there. Now make a folder called nsmb in your SD's card root folder. This will be the folder where you store files from the game to temporarily replace them.

If you open up the .xml file, you will notice a bunch of code in there. This code decides the section the hack is in, the name of the hack, whether the hack should be enabled or disabled and where the files are located, which is where Riivolution will take your files from.
<section name='Testing'>
<option name='/NSMB Replacement'>
This code decides the name of your hack. This name will appear on Riivolution when you insert the game disc into your Wii.
<choice name='Enabled'>
This code decides the current state of your hack. If set to Enabled, the files on your SD card will be used instead of the original game files. If set to Disabled, the game will run with all its default files.
<patch />
This code sets the path of your custom content. Down below the .xml file it specifies the actual path where all the files will be stored. Riivolution will only look for files in that folder.
<patch> <folder external='/nsmb' recursive='false' /><folder external='/nsmb' disc='/' /> </patch>
This means that all your files have to be put into the nsmb/ folder that has earlier been explained in the tutorial.
New Super Mario Bros Wii Online
So just set up an xml file in the Riivolution folder as described in the guide and put your .arc file in the appropriate folder (sdmc://riivolution/<mod folder>/Stages/01-01.arc). Just a quick note, this will OVERWRITE the 1-1 stage when you boot your hack in Riivolution.