• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

[Tutorial] How to fix a freezing stage made with STASH

stickman

Smash Apprentice
Joined
Jun 17, 2009
Messages
138
Location
The Hood, NY
It has come to my attention that not all stages work with STASH (even when no errors come up through it). When these stages, namely STGEMBLEM_00.PAC (the first part of Castle Siege), are loaded, they freeze. Here is how to fix it.

Take the edited stage and original stage and put them both in a hex editor. For this demo, I used Cygnus free hex editor, but any should do. I also used STGEMBLEM_00.PAC as my stage.

Go to the original stage and locate the first ARC in the ASCII text. Highlight that chunk of data until you get to the second ARC (which should give you 60 bytes), and then copy it.

Go to the edited stage and paste the data right before the ARC (the only one there).

Now it will look exactly the same on both pac's for the beginning.

Now scroll all the way to the end of each pac.

On the edited one, delete the duplicate data (use the unedited pac as a model) and then you are set. (you should be deleting 60 bytes of data)

Now replace in Brawl and play as normal

YOUTUBE VIDEO EXPLANATION
http://www.youtube.com/watch?v=oezyPCiQqB8
 
Top Bottom