Total Air War DAT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
 
(One intermediate revision by the same user not shown)
Line 40: Line 40:


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Latest revision as of 12:44, 6 January 2021

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