Replies: 1 comment 2 replies
-
Sure. They are not intentionally obfuscated per-se, rather, they are compressed to save space. This uses an LZMA algorithm, followed by a simple base64 encoding to convert the binary back to simple text. Here is a quick and dirty decoder so you can get the original JSON savefile out. Note that it uses LZMA-JS to decode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand the need to not have to deal with fields within fields for every save slot, but a way to read the "data" felds for each saved slot would be very welcomed.
Beta Was this translation helpful? Give feedback.
All reactions