Heart Of Darkness CFG: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== CFG == * ''' Game ''': Heart Of Darkness <br> * ''' Format Type ''': Save File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little En...") |
imported>Ikskoks (Created page with "== CFG == * ''' Game ''': Heart Of Darkness <br> * ''' Format Type ''': Save File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little En...") |
(No difference)
| |
Latest revision as of 10:12, 30 October 2020
CFG
- Game : Heart Of Darkness
- Format Type : Save File
- Endian Order : Little Endian
Format Specifications
// Heart Of Darkness
// CFG file format
// little endian
// num_of_players=4
num_of_players *
{
//player structure
10 bytes - last level checkpoint reached
1 byte (uint8) - current level
1 byte (uint8) - current checkpoint for level
4 bytes (uint32) - bitmask of played cutscenes
(4 * uint32) bytes - joystick mapping
8 bytes - keyboard mapping
8 bytes - second keyboard mapping
1 byte (uint8) - difficulty
1 byte (uint8) - stereo sound flag
1 byte (uint8) - sound volume
1 byte (uint8) - last reached level
}
2 bytes (uint16) - current player index
2 bytes (uint16) - checksum
MultiEx BMS Script
Not written yet.
Notes and Comments
- CFG file contains state for 4 players in Heart of Darkness.
Compatible Programs