Settlers 3 DAT 2: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
|||
| Line 10: | Line 10: | ||
uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | uint32 {4} - <font color="red"> '' Unknown '' </font> <br> | ||
uint32 {4} - Version <font color="purple">(12)</font> <br> | uint32 {4} - Version <font color="purple">(12)</font> <br> | ||
byte | byte (24) - unknown <br> | ||
uint64 (8) - filetype (0xf8007e01f or 0x7c003e01f - after using fileconvert utility) - there are no differents between files before and after converting <br> | |||
byte (8) - unknown <br> | |||
uint32 (4) - filesize in bytes <br> | |||
byte(8) - unknown<br> | |||
uint32 (4) - (filesize in bytes)-16<br> | |||
<br> | <br> | ||
<font color="blue"> ''' // for each file ''' </font> <br> | <font color="blue"> ''' // for each file ''' </font> <br> | ||
Revision as of 15:38, 5 March 2011
DAT (TYPE 12)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Unknown
uint32 {4} - Version (12)
byte (24) - unknown
uint64 (8) - filetype (0xf8007e01f or 0x7c003e01f - after using fileconvert utility) - there are no differents between files before and after converting
byte (8) - unknown
uint32 (4) - filesize in bytes
byte(8) - unknown
uint32 (4) - (filesize in bytes)-16
// for each file
- uint32 {4} - Offset
byte {X} - File Data
MultiEx BMS Script
Not written yet