SCRMaps
/
Sign in

Generating the system

You do not have to write the encoding yourself.

2 min read

You can design a save code yourself, but format design, bit packing, checksums and forgery resistance add up. And a code with fixed positions is broken the moment a player saves twice and compares.

  1. 1Post your map as a project on SCRMaps. The generator lives inside the project.
  2. 2Enter the counters you want stored, with each one's range and precision.
  3. 3Turn on the idle guard and minimum-player requirement if you want them.
  4. 4Take the generated EPScript and key table.

The generator writes the binary-search read for every value you store - the pattern you saw in the EPScript module.

Sign in to track your progress