Test file Soneek sent me works perfectly
Wow the change are permanent?
Test file Soneek sent me works perfectly
Here's my method for modifying the update.
You'll need to have the latest update from the eShop installed. The first thing you need to do is use BigBlueMenu, and check the version number of that update. For Smash Bros., the version number for update 1.0.7 is 10.12.0. Remember that number. You'll need to decrypt your emuNAND SD card content, and look for the xorpads for 0004000E000EDF00. Decrypt the .app files, and the larger file should be treated as a regular .3DS file. You'll then need to decrypt that. I used Relys' tools for both the SD card and NCCH decryption, so I'm not sure if rxTools will work as well.
You can follow Asia81's tutorial for rebuilding ORAS in order to properly decrypt the exheader, exefs, and romfs. In the RSF file, set Category to Patch, and RemasterVersion to the first piece of the version number for that update. In the case for Smash Bros., I set RemasterVersion: "10". UseOnSD, EnableCompress, and FreeProductCode are true, EnableCrypt and MediaFootPadding are false.
Instead of building a cci to a .3ds file, build as a cxi to a .cxi file.
Code:makerom -f cxi -rsf smashUpdate.rsf -exheader updateExheader.bin -exefslogo -code updateExefs/code.bin -icon updateExefs/icon.bin -banner updateExefs/banner.bin -o smashUpdate.cxi Then inject the decrypted updateExheader.bin into smashUpdate.cxi, and build the cia. The minor number will be the second piece of the version number, and micro will be the final piece. In my case for Smash Bros., micro is 12, and minor is 0. makerom -f cia -o smashUpdate.cia -content smashUpdate.cxi:0:0 -minor 12 -micro 0
Then copy the .cia file to your SD card, and make sure your custom CIA and the actual update have the same version number. Uninstall the real update, then install your CIA.
Also, I'm adding an IDSP builder option to my fork of Revolution B later. It's the format used in Sm4sh. I'll write something to inject the newly built IDSP into the original nus3bank. I will attempt to edit the Corneria conversation nus3bank as well. It'll be more difficult, since it contains multiple streams.


Well we never had one realeased to begin with.What even happened about the offline nus3bank?
What even happened about the offline nus3bank?
Also, got another quick question for you. What ever happened to the Music/Stage expansion tool you were making?
Also, got another quick question for you. What ever happened to the Music/Stage expansion tool you were making?
Got any time frame at all for the release?Music expansion is currently in the works of @deinonychus71 and will be added in his new update of Sm4shexplorer. We are currently in the process of squishing bugs.
Got any time frame at all for the release?
So wait, does this include expanding every slot, or just music tracks?About a week or two is the current estimated timeframe.
So wait, does this include expanding every slot, or just music tracks?
Alright. I was just curious as Soneek showed it was possible to expand almost every slot in the game. So I guess it's just one step at a time then? Anyways, thanks for answering!Expanding Music slots for everything in the game.





