Files
Terrarum/work_files/GameDesign/THE_RESETTI.md
2017-09-22 00:22:35 +09:00

593 B

The Resetti will discourage players from exploiting the game reset.

For the sake of playability, anti-frustration features also must be in place.

Resetti Binary File

Resetti will reside within the savegame with disguised filename, to prevent novice-level tampering.

Binary Format

Total 6 bytes of data, in which:

  • First 1 Byte: SAVE/LOAD marker. If sixth bit is zero (0bxx0x_xxxx), it's LOAD marker, otherwise it's SAVE. The rest of bits are totally random.
  • 5 Payload Bytes: truncated UNIX timestamp in little-endian, unsigned. Will overflow on the Gregorian year 36812.