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?
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 outputtedFound 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?