Commit Graph

10 Commits

Author SHA1 Message Date
Kurt
750d15f903 Update FileHashRevision.cs 2020-11-18 21:02:02 -08:00
Kurt
25efa70e32 Add savefile support for v16 2020-11-18 18:22:09 -08:00
Kurt
b319defe75 Initial changes
not working yet, need save disassembly for correct offsets and need to update strings
2020-09-29 18:49:18 -07:00
Kurt
2ad3fe8fd6 Remove unnecessary value set 2020-09-19 10:23:21 -07:00
Kurt
da06fd4c46 Interim parse update and load/save
Offsets are placeholder for now until cylindricalearth is updated with the new offset parse
2020-07-29 19:21:20 -07:00
Kurt
3ff7c251fd Add updated hashes
Thanks @3096 for github.com/3096/effective-guacamole -- used to dump the hash list.

Refine the FileHashRegion struct; in the savefile it's just:
u32 hash
byte[length] data

we can compute start offset (= hash offset + 4) rather than storing an extra int, simplifies things so that we can just copypaste from guac into a hash,len definition list :D
2020-07-02 22:29:08 -05:00
Kurt
c45fdc41d7 Add sizes and stuff
Still need hash locations (placeholder for now)
Still need offset remaps for main/personal
2020-07-02 21:02:22 -05:00
Kurt
3a35e25c64 Update FileHashRevision.cs 2020-04-22 19:44:16 -07:00
Kurt
6e72f2e1a9 Add placeholder v1.2.0 values
Need to repoint offsets and update with the actual hash regions
2020-04-22 19:40:35 -07:00
Kurt
fb13723b01 Initial commit 2020-03-27 17:54:17 -07:00