gson test in progress

This commit is contained in:
minjaesong
2019-02-22 04:26:19 +09:00
parent f24ddb5c82
commit 53737bd746
46 changed files with 379 additions and 3061 deletions

View File

@@ -5,10 +5,13 @@ Files contained the TerranVirtualDisk is as follows:
(root)
worldinfo0 -- Savegame Metadata (TESV)
Has fixed Entry ID of 32767
Has fixed Entry ID of 32766
worldinfo1 -- Copy of blocks.csv -- will use this from the next load
Has fixed Entry ID of 32765
worldinfo2 -- Copy of items.csv -- will use this from the next load
Has fixed Entry ID of 32764
worldinfo3 -- Copy of materials.csv -- will use this from the next load
Has fixed Entry ID of 32763
world[n] -- Layer Data (TEMD); [n] is a serial number of the world (starts at 1)
Has fixed Entry ID of [n]
(any random number in Hex 32768..ACTORID_MIN - 1) -- Serialised Dynamic Item?
@@ -16,6 +19,7 @@ Files contained the TerranVirtualDisk is as follows:
(PLAYER_REF_ID in Hex -- 91A7E2) -- Player Character Information (Serialised--JSON'd--Entity Information)
(51621D) -- The Debug Player (Serialised Entity Information)
load_order.txt -- LoadOrder.csv (NOT zipped)
Has fixed Entry ID of 32767