-
-
Notifications
You must be signed in to change notification settings - Fork 4
Game Data
Daniel Nylander edited this page Jul 11, 2026
·
10 revisions
Firestaff needs original game files supplied by the user.
Default data directory:
~/.firestaff/data/
Recommended layout:
~/.firestaff/data/dm1/
~/.firestaff/data/csb/
~/.firestaff/data/dm2/
~/.firestaff/data/nexus/
~/.firestaff/data/theron/
The layout is only a recommendation. Firestaff scans recursively and matches by hash, not only by file name.
The scanner can find supported game files inside common containers, including:
- ZIP-compatible archives
- ISO/BIN/IMG-style disc images
- CUE sheets with data tracks
- TAR/TGZ/GZ
- LHA/LZH stored entries
- CHD when
chdmanis installed - several other archive and disk-image formats through available local tools
Virtual matches are materialized into Firestaff's local asset cache when a game needs ordinary files at runtime.
DM1, CSB, and DM2 require matching graphics and dungeon files.
Nexus and Theron's Quest require their primary original media markers.
Optional title, intro, logo, and audio files are used when found.
firestaff --scan-data
firestaff --scan-game-data
firestaff --data-dir ~/Games/FirestaffData --scan-dataThe start menu also scans automatically and reports missing data before launch.