mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
Former-commit-id: 5da80ac39d23d518bec0ed4e838fd0a4ae19bd11 Former-commit-id: f7ec7a4cd2c1d7a795aa19352065ee1ea1550fe4
22 lines
555 B
Plaintext
22 lines
555 B
Plaintext
Savegame metadata
|
|
|
|
* Endianness: big
|
|
* 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) |