Releases: HGStyle/GD-SaveFileFixer
v2.0.0 - Entire rewrite
The programm has been entirelly rewritten and the ways to get the savefiles have been entirelly rethinked.
The programm now detect automatically the encoding of the GD savefiles (either the regular or the Apple one) and fix it using the right one.
Apple Savefiles will produce fixed Apple Savefiles on any OS, and Regular Savefiles will produce fixed Regular Savefiles on any OS too.
If something is not working, please open an issue in this GitHub repository or contact me on Discord: @HGStyle
NOTE: The bin
extension is given for every Linux binary. In 1.0.0, no extension was given because either leaving out the extension or setting it to bin
works and is officially supported. To recognize files more easily, they now have the bin
extension.
NOTE: Will add more binaries, right now I'm not exactly ready.
v1.0.0 - Initial release
I made this programm in 3 days (lol) but it seems working (I haven't tested every OS because I dont have them all).
Also I tried to compile it for all the OS I have, so I built using PyInstaller a Windows x64 version, a Windows x86 version, a Linux x64 version, a Linux x86 version and an Android ARM64 version. Use these binaries if you dont want to install Python. Note for Android users: If the Android binary does not works, you will have to use the Source Code, also the Android binary isn't an Android app. You should run it on an Android shell such as Termux (don't install it from the Play Store, since it's no longer updated on it. Instead download and install the latest APK from their GitHub repository, in the Releases section, or from F-Droid).
Since I don't have any Apple devices at home (okay, I have some really old iPhones from 2013 but that's way too old and they are so broken that there are some you can't even start again), there is no MacOS binary and no iOS binary.
You may read the README.md file in the repository (in the master branch) for more instructions.