Skip to content

Developer Resources

meleu edited this page Feb 12, 2019 · 20 revisions

Helpful Website Links

Y – Address, X – Value 1-2 digit value will always be 8 bit – use 2 in front – 22YYYYYY 000000XX 3-4 digit value will always be 16 bit – use 1 in front – 12YYYYYY 0000XXXX 5-8 digit value will always be 32 bit – use 0 in front – 02YYYYYY XXXXXXXX This will work for Action replay codes.

For getting addresses out of GameGenie codes use this: (outdated link, getting 404) http://www.d.umn.edu/~bold0070/projects/game_genie_codes/javascript_game_genie_encoders-decoders.html

Turns this:
before

Into this:
after

Or get a plugin for Notepad++:

Speaking of Notepad++

Achievement Syntax

This is a good reference sheet, it's especially useful for Rich Presence and Leaderboards, getting your deltas and bit labels right. achievement syntax For full size, right click an save image.

A 32bit requires the prefix "X" as in 0xX63

Guidelines

General

Achievement Development

WIP


Portugues

Geral

Desenvolvedores


Español

General

Desarrolladores

Clone this wiki locally