Spellforce 2 CFF: Difference between revisions
Jump to navigation
Jump to search
imported>Baccello |
imported>Baccello |
||
| Line 8: | Line 8: | ||
<tt><b> | <tt><b> | ||
char {4} - Header <font color="purple">(0x12DD72DD) </font> <br> | char {4} - Header <font color="purple">(0x12DD72DD) </font> <br> | ||
uint32 {4} - <font color="red"> '' Archive Version? '' </font> <br> | uint32 {4} - <font color="red"> '' Archive Version? '' </font> <font color="purple">(3) </font> <br> | ||
byte {12} - null <br> | byte {12} - null <br> | ||
<br> | <br> | ||
Revision as of 09:14, 4 May 2007
CFF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (0x12DD72DD)
uint32 {4} - Archive Version? (3)
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