Files
Terrarum/work_files/DataFormats/Savegame metadata.txt
2017-06-28 22:15:42 +09:00

22 lines
558 B
Plaintext

Savegame metadata
* Endianness: LITTLE
* Filename: 'world'
* Remarks: GZipped
Ord Hex Description
00 54 T
01 45 E
02 4D S
03 44 V
04 Name of the world in UTF-8
... 00 String terminator
... Terrain seed (8 bytes)
... Randomiser seed (8 bytes)
... SHA-256 hash of worldinfo1 when not compressed (32 bytes)
... SHA-256 hash of worldinfo2 when not compressed (32 bytes)
... SHA-256 hash of worldinfo3 when not compressed (32 bytes)
... SHA-256 hash of worldinfo4 when not compressed (32 bytes)