Earth And Beyond: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| Line 50: | Line 50: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Revision as of 12:26, 4 January 2021
Choose archive extension:
MIX
- Format Type : Archive
- Endian Order : Little Endian
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
- byte {X} - File Data
DIRECTORY
- uint32 {4} - Number Of Files
- // for each file
- uint32 {4} - Unknown
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - Unknown
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
- byte {1} - Filename Length (including null 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