GRAF:Journey To The Center Of The Earth 0000: 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 14:31, 12 July 2005

Choose archive extension:

0000


Format Specifications

char {7}     - Header (package)
uint32 {4}   - Version (1)
uint64 {8}   - CRC?
uint32 {4}   - Number Of Files?

byte {1}     - Directory Start Marker (1)
uint32 {4}   - null

// for each file

uint32 {4}   - File Offset (relative to the end of the directory)
uint32 {4}   - File Length
uint32 {4}   - Filename Length
char {X}     - Filename


byte {1}     - End Of Directory Marker (1)

uint32 {4}   - null
uint32 {4}   - Unknown
uint32 {4}   - File Data Length

byte {X}     - File Data

MultiEx BMS

Not written yet


Supported Programs