Domination: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
(Initial Specs)
imported>WATTO
No edit summary
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
Choose archive extension:
== DAT ==  
== DAT ==  


Line 8: Line 12:


<tt><b>
<tt><b>
char {4}&nbsp;&nbsp; - Header <font color="purple">(XDAT)</font> <br>  
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(XDAT)</font> <br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' File Type ID? <font color="purple">(1)</font> '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' File Type ID? <font color="purple">(1)</font> '' </font> <br>  
Line 16: Line 21:
<br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
</b></tt><br>
<br>
</b></tt>


=== MultiEx BMS ===  
=== MultiEx BMS Script ===  


Not written yet<br><br>
Not written yet<br><br>
Line 24: Line 30:
=== Notes and Comments ===  
=== Notes and Comments ===  


Continue reading until you reach offsets of length 0<br>
* Continue reading until you get offsets of length 0
<br>
<br><br>
=== Supported Programs ===  
=== Compatible Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>

Revision as of 01:20, 16 May 2005

Choose archive extension:

DAT


Format Specifications

char {4}     - Header (XDAT)

// for each file

uint32 {4}   - File Type ID? (1)
uint32 {4}   - File Offset
uint32 {4}   - File Length
char {48}    - Filename (null) (filled with junk padding)


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Notes and Comments

  • Continue reading until you get offsets of length 0



Compatible Programs