Enter The Matrix ASB: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 02:09, 12 December 2005

ASB


Format Specifications

uint32 {4}   - Directory Size (including the directory and all this header stuff)
uint32 {4}   - Header Size (32)
uint32 {4}   - Unknown
uint32 {4}   - numFiles
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Filler
uint32 {4}   - numIDs? [-5]
uint32 {4}   - Filler
uint32 {4}   - Unknown

// for each ID

uint32 {4}   - ID number
byte {120}   - Filler


byte {212}   - Unknown

// for each file

uint32 {4}   - File Offset


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Notes and Comments

This archive uses the dash (-) for a filler or unspecified values, most noticable in groups of 4 dashes. Also, I can't see why the file offsets don't start right after the directory, nor continue to the end of the archive.

Compatible Programs