Total Air War DAT
From XentaxWiki
DAT
- Format Type : Archive
- Endian Order : Little Endian
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
- 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
- byte {1} - Name length
// 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.