Skip to content

Savegames

Daniel Nylander edited this page Jul 28, 2026 · 3 revisions

Savegames

Firestaff saves user data under the Firestaff configuration directory.

Typical location:

~/.firestaff/

Game data belongs under:

~/.firestaff/data/

Save files and runtime configuration are kept separate from original game data.

Notes

  • Do not place private keys, tokens, or unrelated personal files in the game-data directory.
  • Keep backups before replacing save files from another version or platform.
  • Original-save import/export is active work and may differ per game.

Dungeon Master PC 3.4

The PC 3.4 save format is little-endian. The documented Block 2 cipher key is stored at byte offset 20, and the early save blocks are 256, 256, and 128 bytes. Champion records and portrait data are stored separately. These details are important when validating an original-save round trip: do not treat a save as a generic opaque blob or rewrite unknown sections.

Format reference: DMWeb saved-game files.

Clone this wiki locally