trumank / uesave-rs

Rust library to read and write Unreal Engine save files
MIT License
267 stars 53 forks source link

Unable to convert System Shock .sav file to JSON #40

Closed lneukirchner closed 2 weeks ago

lneukirchner commented 4 months ago

I'm attempting to edit the values of a save file for the 2023 version of System Shock made in UE4 uesave to-json -i "Save 71 - Copy.sav" -o "Save 71 - Copy.json" Is the command I used, which outputted Found non-standard magic: [c1, 83, 2a, 9e] (��*�) expected: GVAS, continuing to parse... Error: at offset 1185904: io error: failed to fill whole buffer Is this an error with how I installed the tool, or is the save file just nonstandard and can't be parsed with this tool?

trumank commented 4 months ago

Likely has an encryption or compression layer on top of the save but impossible to say without seeing the file contents.