I don't know if this is an appropriate place to put this, but it seemed like the best fit. This is copied from my post in the Social Thread.
OK so check this out it's awesome. So, those of us who USB load for whatever reason know that you can't use the official PM launcher. And if you're anything like me you also use BootMii so you can get into Project M without needing a Wiimote.
I am an efficient (lazy) person. I was growing tired of loading up the Homebrew Channel, choosing CFG, choosing the game, and hitting Start. That's too many steps if all I want is to load the Brawl ISO every time.
There is a way to make a Homebrew app that straight loads the Brawl ISO (RSBE01) with just one press of the A button and it is very easy.
You can just download this zip file I made. Inside the zip file is a folder called pmloader, put that folder into your apps folder on your SD card. Boom, done. This one only works with CFG Loader. There may be ways to do this for other USB Loaders but I use CFG (and so should you) so that's what I got here.
If you don't trust me, or what to do this yourself, or want to know how it is accomplished, read on:
OK so check this out it's awesome. So, those of us who USB load for whatever reason know that you can't use the official PM launcher. And if you're anything like me you also use BootMii so you can get into Project M without needing a Wiimote.
I am an efficient (lazy) person. I was growing tired of loading up the Homebrew Channel, choosing CFG, choosing the game, and hitting Start. That's too many steps if all I want is to load the Brawl ISO every time.
There is a way to make a Homebrew app that straight loads the Brawl ISO (RSBE01) with just one press of the A button and it is very easy.
You can just download this zip file I made. Inside the zip file is a folder called pmloader, put that folder into your apps folder on your SD card. Boom, done. This one only works with CFG Loader. There may be ways to do this for other USB Loaders but I use CFG (and so should you) so that's what I got here.
If you don't trust me, or what to do this yourself, or want to know how it is accomplished, read on:
Go into the apps folder on your SD card and copy the USBLoader_cfg folder, the entire thing. Rename it something like "pmloader" or whatever. Go into the new folder and edit the meta.xml file with something like Notepad++ and add the following lines (I chose to add them between </long_description> and </app>
You can change the RSBE01 to any Wii code to launch any game this way. You can keep making copies of the folder and have them all simultaneously too!
I would also suggest changing the icon.png file so you can tell it apart from the regular CFG loader, but that's it. When you select this new app in the Homebrew Channel it will automatically load the Brawl ISO and start Project M. One button!
Code:
<arguments>
<arg>RSBE01</arg>
</arguments>
I would also suggest changing the icon.png file so you can tell it apart from the regular CFG loader, but that's it. When you select this new app in the Homebrew Channel it will automatically load the Brawl ISO and start Project M. One button!