HeroQuest EQUESTS Format
Jump to navigation
Jump to search
EQUESTS.BIN contains the Quests names in each of the 5 languages.
The internal format is the following:
| Offset | Data type | Description |
|---|---|---|
| 0x000 | UINT16LE[10] | Pointer block to the 10 pages (2 for each language, Page 1 Base quests, Page 2, Expansion quests) |
| 0x014 | UINT8[10] | First Page Header, contains box info and number of entries |
| 0x01E | UINT8[03] | Line start code with coordinates: 11 YY XX |
| 0x021 | char[variable] | Title of the first quest |
All the rest of the lines and pages that follow have the same structure. Only the pointer block is unique.
Research credits
- TheRuler from the OldGamesItalia translation project mapped the format of the strings files.