ZXT/ZAX
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|zxt}}, {{ext|zax}} |released=2021 }} ZXT/ZAX is a format for declaring extensions for ZZT wor...") |
Revision as of 08:00, 19 August 2021
ZXT/ZAX is a format for declaring extensions for ZZT worlds.
The file name extension is ZAX if it is a separate file from the world file, or is ZXT if it is concatenated the ZAX and ZZT file. (For example, cat TOWN.ZAX TOWN.ZZT > TOWN.ZXT
is a valid way to make a ZXT file from a ZAX and ZZT file.)
Identification
The first byte is 0x27, and the second byte may be:
- 0xB2 for a ZZT board
- 0xB5 for a Super ZZT board
- 0xF2 for a ZZT world
- 0xF5 for a Super ZZT world