decided not to GZip the CSVs; hack it away!

This commit is contained in:
minjaesong
2018-10-02 21:13:02 +09:00
parent 89657167e9
commit 60752ad4c1
2 changed files with 10 additions and 11 deletions

View File

@@ -6,11 +6,11 @@ Files contained the TerranVirtualDisk is as follows:
(root)
worldinfo0 -- Savegame Metadata (TESV)
worldinfo1 -- Layer Data (TEMD)
worldinfo2 -- Copy of blocks.csv GZipped -- will use this from the next load
worldinfo3 -- Copy of items.csv GZipped -- will use this from the next load
worldinfo4 -- Copy of materials.csv GZipped -- will use this from the next load
worldinfo2 -- Copy of blocks.csv -- will use this from the next load
worldinfo3 -- Copy of items.csv -- will use this from the next load
worldinfo4 -- Copy of materials.csv -- will use this from the next load
(any random number in Hex ACTORID_MIN..FFFFFFFF) -- Serialised Entity Information (including Player)
(PLAYER_REF_ID in Hex -- 91A7E2) -- Player Character Information (Serialised Entity Information)
(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)