Code Generator

WaylonMercysHands

Lower Midcard
Joined
Jan 12, 2013
Messages
139
Reaction score
0
I created a code generator application to make it easier to create new codes or edit existing ones:
http://gscodegenerator.appspot.com/

You can build a code by selecting addresses and values from menus or by entering lines manually. Optionally, you can start with an existing code by pasting and uploading it.

It's useful if you want to do any of the following:
  • Create a new code
  • Upload an existing code to either
    -edit the code (with the additional option of automatically converting it to work for players 1-4).
    -verify that the code does what it's supposed to do: This is useful if your code isn't working and you're trying to figure out if you made a mistake.
    -just see what it does: Maybe you found an unlabeled code somewhere and can't remember what it does.
  • Look up addresses: Maybe you aren't going to use the generator to build a code, but just want to look through the menus to find out the hex of an address or a value.

When creating this, I mainly just went through the No Mercy Library site and copied and pasted the addresses and values (Credit goes to: too many people to list). I didn't include everything on there, partly because I wasn't sure in some cases whether they had 2-character (8-bit) or 4-character (16-bit) values. Let me know if there are addresses missing from this that you would like to use.
 
Top