Settlers 3 DAT 2: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| 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 (24) - unknown <br> | 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> | 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> | byte (8) - unknown <br> | ||
uint32 (4) - filesize in bytes <br> | uint32 (4) - filesize in bytes <br> | ||
uint32 (4) - unknown <br> | |||
uint32 (4) - unknown <br> | |||
uint32 (4) - (filesize in bytes)-16<br> | uint32 (4) - (filesize in bytes)-16<br> | ||
| Line 32: | Line 33: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
* [http://forum.xentax.com/download/file.php?id=3674 S3 Dat Extractor] | |||
[[Category:File Format]] | |||
Latest revision as of 11:50, 21 January 2021
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
uint32 (4) - unknown
uint32 (4) - unknown
uint32 (4) - (filesize in bytes)-16
// for each file
- uint32 {4} - Offset
byte {X} - File Data
MultiEx BMS Script
Not written yet