Skip to content

Config file

Julian Offenhäuser edited this page Jan 6, 2020 · 1 revision

The binary config file of the game. Individual values are placed at certain offsets. The rest of the file is initialized to zero.

Offsets:

  • 0x46: Username (UTF-16LE)
  • 0x246: Game speed (uint8)
  • 0x24A: Bubble help flag (uint8)
  • 0x24E: Resolution (uint8)
  • 0x25A: Sound enabled flag (uint8)
  • 0x25E: Music volume (uint8, 0-100)
  • 0x262: SFX volume (uint8, 0-100)
  • 0x26A: Number of unlocked campaign missions (military, 1-21)
  • 0x26E: Number of unlocked campaign missions (economic, 22-25)
  • 0x266: Speech volume (uint8, 0-100)
  • 0x292: Mouse pointer (uint8, 1 or 2)
Clone this wiki locally