Eldritch CCF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == CCF == * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''':...") |
imported>Ikskoks |
||
| Line 13: | Line 13: | ||
// header | // header | ||
4 bytes (char) - signature // "DCCF" | 4 bytes (char) - signature // "DCCF" | ||
4 bytes (uint32) - number of contexts | |||
number_of_contexts * | |||
{ | |||
4 bytes (uint32) - hashed context name | |||
4 bytes (uint32) - number of vars in context | |||
number_of_vars * | |||
{ | |||
4 bytes (uint32) - hashed var name | |||
1 byte (uint8) - var type | |||
x bytes - var data | |||
} | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 10:39, 15 August 2022
Back to index | Edit this page
CCF
- Format Type : Misc
- Endian Order : Little Endian
- Signature : DCCF
Format Specifications
// header
4 bytes (char) - signature // "DCCF"
4 bytes (uint32) - number of contexts
number_of_contexts *
{
4 bytes (uint32) - hashed context name
4 bytes (uint32) - number of vars in context
number_of_vars *
{
4 bytes (uint32) - hashed var name
1 byte (uint8) - var type
x bytes - var data
}
}
Notes and Comments
None.
Games
List of games using this file format:
- Eldritch (PC) (*.CCF)
QuickBMS Script
Not written yet.
Compatible Programs
None.