Spellforce 2 CFF: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Baccello
imported>Baccello
Line 18: Line 18:
: uint32 {4}&nbsp;&nbsp; - Uncompressed Size <br>  
: uint32 {4}&nbsp;&nbsp; - Uncompressed Size <br>  
: byte {x}&nbsp;&nbsp;&nbsp;&nbsp; - File Data  <font color="purple">(zlib compressed) </font> <br>  
: byte {x}&nbsp;&nbsp;&nbsp;&nbsp; - File Data  <font color="purple">(zlib compressed) </font> <br>  
<br></tt>
<br>
</b></tt>


=== Notes and Comments ===
=== Notes and Comments ===

Revision as of 09:11, 4 May 2007

CFF


Format Specifications

char {4}     - Header (0x12DD72DD)
uint32 {4}   - Archive Version?
byte {12}    - null

// for each file

uint32 {4}   - File ID?
uint32 {4}   - (1)
uint32 {4}   - Compressed Size
uint32 {4}   - (1)
uint32 {4}   - Uncompressed Size
byte {x}     - File Data (zlib compressed)


Notes and Comments

None

MultiEx BMS Script

None written yet.

Supported by Programs

Unknown