Arsenal 2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
(Initial Specs)
imported>WATTO
mNo edit summary
Line 9: Line 9:
<tt><b>
<tt><b>
<font color="blue">// for each file</font>
<font color="blue">// for each file</font>
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - <font color="red"> '' Encrypted Filename? <font color="purple">(null)</font> '' </font> <br>  
: byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - <font color="red"> '' Encrypted Filename? <font color="purple">(null)</font> '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Decompressed File Size? '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Decompressed File Size? '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - Compressed File Size <br>  
: uint32 {4}&nbsp;&nbsp; - Compressed File Size <br>  
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
: byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
<br>
<br>
</b></tt>
</b></tt>

Revision as of 12:30, 12 May 2005

ADF


Format Specifications

// for each file

byte {X}     - Encrypted Filename? (null)
uint32 {4}   - Decompressed File Size?
uint32 {4}   - Compressed File Size
byte {X}     - File Data


MultiEx BMS

Not written yet

Notes and Comments

The files are ZLib compressed

Supported Programs