Spellforce 2 CFF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks m (Ikskoks moved page Spellforce2 CFF to Spellforce 2 CFF) |
imported>Ikskoks |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 28: | Line 28: | ||
=== Supported by Programs === | === Supported by Programs === | ||
* [https://github.com/Hokan-Ashir/SFGameDataEditor SFGameDataEditor] | |||
* [https://github.com/leszekd25/spellforce_data_editor spellforce_data_editor] | |||
<br><br> | |||
[[Category:File Format]] | [[Category:File Format]] | ||
Latest revision as of 20:13, 26 October 2022
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?
- uint16 {2} - (1)
- uint32 {4} - Compressed Size
- uint16 {2} - (1)
- uint32 {4} - Uncompressed Size
- byte {x} - File Data (zlib compressed)
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs