Arsenal 2: Difference between revisions
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> | ||
: | : byte {X} - <font color="red"> '' Encrypted Filename? <font color="purple">(null)</font> '' </font> <br> | ||
: uint32 {4} - <font color="red"> '' Decompressed File Size? '' </font> <br> | : uint32 {4} - <font color="red"> '' Decompressed File Size? '' </font> <br> | ||
: uint32 {4} - Compressed File Size <br> | : uint32 {4} - Compressed File Size <br> | ||
: | : byte {X} - File Data <br> | ||
<br> | <br> | ||
</b></tt> | </b></tt> | ||
Revision as of 12:30, 12 May 2005
ADF
- Format Type : Archive
- Endian Order : Little Endian
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