<image>
↑ I got this far with editing a brawl stage. I'm trying to figure out how to stretch pieces, or change the limit of letters in a stage name.
I'm just not sure which letters on the side are the ones to change stage pieces' X and Y size, or what numbers give an item spawn point to something like (4,5).
Anyone know a guide somewhere, or just know it yourself?
You have to decrypt and delzss it first (in that order).
Programs You Need (as well, you'll need something to extract .7z files)
I would make a simple how-to guide, but I don't use a Mac.
For Windows users, however:
1) Download the above programs.
2) Go to the start menu and find the 'Run' command.
3) Type 'cmd' into the box and then hit Ok.
-> A black box will pop up, do the following with it.
4) Type 'cd path_to_folder_with_exes_in_it' (Ex: If they were in C:\StageHack\ you'd type 'cd C:\StageHack\')
5) Type 'decrypt stage_name.bin output_name.bin' and wait for it to finish
6) Type 'delzss output_name.bin finaloutput_name.bin' and wait for it to finish
7) Edit "finaloutput_name.bin" according to the memory map in my other post with your Hex Editor of choice.
8) Type 'encrypt finaloutput_name.bin edited_stage_name.bin'
9) Copy edited_stage_name.bin to the SD in the respective spot.
10) Repeat steps 5-10 as needed.