This repository was archived by the owner on Sep 14, 2022. It is now read-only.
Add ability to diff nodes of two save files or export save files for diff #12
Labels
enhancement
New feature or request
I'm not sure how easy this is to implement given the current codebase, but the ability to diff nodes (or just export the hex-decoded raw data as CSV so they can be loaded into another diff tool) would significantly improve on the ability of users to figure out the format of the save file and its nuances.
Together with #11, it would make save editing and figuring out the format more accessible, allowing more people to work towards figuring out the format.
This would be superior to simply editing the decompressed file, due to the already discovered save file data nodes. For example, the CSV dump could contain something along the lines of (per node within the save dat):
NodeName (eg
[7]PlayerSystem
)DataName (eg
FirstPerson
,TrailingBytes
)RawData (eg hex-decoded raw bytes, or the Collection object)
The text was updated successfully, but these errors were encountered: