Imperium Galactica 2 DAT: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 02:05, 16 May 2005
Choose archive extension:
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {X} - File Data
// Directory
- // for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
- uint32 {4} - Data Offset
- uint32 {4} - Unknown
- uint32 {4} - Compressed File Length
- uint32 {4} - Decompressed File Length
- uint32 {4} - Unknown
- char {X} - Filename
uint32 {4} - Number Of Files
uint32 {4} - Directory Offset
MultiEx BMS Script
Not written yet
Notes and Comments
- Files are compressed using ZLib