Total Air War DAT

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

DAT


Format Specifications

// ARCHIVE HEADER

uint32 {4}   - Names Directory Offset
uint16 {2}   - Unknown (1)
uint16 {2}   - Unknown (5)
uint32 {4}   - Unknown (3)


// FILE DATA

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


// NAMES DIRECTORY

uint32 {4}   - Unknown
uint16 {2}   - Number Of Names? [+101]
uint16 {2}   - Names Directory Length (length of the following loop only)


// for each name
byte {1}     - Name length
char {X}     - Name


// FILES DIRECTORY

uint32 {4}   - Hash?
uint32 {4}   - File Offset
uint32 {4}   - File Length

Notes and Comments

  • Don't know how to link the names to the files.

Supported Programs