Total Air War DAT: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| Line 40: | Line 40: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Revision as of 12:44, 6 January 2021
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.