Earth And Beyond

From XentaxWiki
Revision as of 12:26, 4 January 2021 by imported>Ikskoks
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Choose archive extension:

MIX


Format Specifications

HEADER

uint32 {4}   - Header (MIX1)
uint32 {4}   - Directory Offset
uint32 {4}   - Filename Directory Offset
uint32 {4}   - null


FILE DATA

// for each file
byte {X}     - File Data


DIRECTORY

uint32 {4}   - Number Of Files


// for each file
uint32 {4}   - Unknown
uint32 {4}   - File Offset
uint32 {4}   - File Length


FILENAME DIRECTORY

uint32 {4}   - Number Of Files


// for each file
byte {1}     - Filename Length (including null terminator)
char {X}     - Filename
byte {1}     - null Filename Terminator

MultiEx BMS

Not written yet

Notes and Comments

  • The files in the directory have a different order to the files stored in the archives

Supported Programs