Settlers 3 DAT 2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>Ikskoks
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 10: Line 10:
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - Version <font color="purple">(12)</font> <br>  
uint32 {4}&nbsp;&nbsp; - Version <font color="purple">(12)</font> <br>  
byte {116}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <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>
byte  (8) - unknown <br>
uint32 (4) - filesize in bytes <br>
uint32 (4) - unknown <br>
uint32 (4) - 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>  
Line 26: 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 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

Compatible Programs