Open main menu

Difference between revisions of "AGI/Specifications/Savegame"

fix game id field spec
(changed formatting)
(fix game id field spec)
Line 5: Line 5:


=== Header ===
=== Header ===
'''Bytes 0-30:''' [31] Savegame description. This can be up to 30 printable characters, and is padded out with NUL (\0) bytes to a total of 31 bytes.
'''Bytes 0-30:''' (31 bytes) Savegame description. This can be up to 30 printable characters, and is padded out with NUL (\0) bytes to a total of 31 bytes.


'''Bytes 31-32:''' [2] Unknown (0xE1 0x05); maybe a savegame version number?
'''Bytes 31-32:''' (2 bytes) Unknown (0xE1 0x05); maybe a savegame version number?


'''Bytes 33-35:''' [3] Game ID ("SQ2", "KQ3", etc.)
'''Bytes 33-39:''' (7 bytes) Game ID ("SQ2", "KQ3", "LLLLL", etc.), NUL padded.
 
'''Bytes 36-39:''' [4] Unknown


=== Game state ===
=== Game state ===
73

edits