trumank / uesave-rs

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

It is a ue5 game save file ,but i got error when use uesave #49

Open a361570441 opened 2 months ago

a361570441 commented 2 months ago

It appears to be compressed or encrypted,does anyone know how to decompress it? ue5game.sav.zip

Found non-standard magic: [0a, 9a, 01, 0a] ( �� ) expected: GVAS, continuing to parse... Error: at offset 807580: io error: failed to fill whole buffer

barnett2010 commented 2 months ago

uesave to-json -i ArchiveSaveFile.1.sav -o ArchiveSaveFile.1.json Found non-standard magic: [0a, 9a, 01, 0a] ( � ) expected: GVAS, continuing to parse... Error: at offset 807580: io error: failed to fill whole buffer

snarlysodboxer commented 2 months ago

Same error with a UE5 save.

alphaqueueop commented 1 month ago

saves are most likely encrypted, we need a way to utilize the encryption key used against paks and need save files as well supported