A simple C++ library for decoding FTS (FloweyTaleSave) files.
All documentation is available here: https://FloweytaleGame.github.io/FTS/html
Here, the documentation is all for the C++ core library, but any function and functioning is appliable with any binding.
At the moment, they are not made yet, but will be on Godot planned for 0.1.2 (coming very shortly!), and will be usable as an addon.
Go into the "bin" folder, click on "FTSLib.dll", and click on the download icon.
Clone the project:
git clone https://github.com/FloweytaleGame/FTS.git
and simply run the premade batch script:
./build-binaries.bat
Premade scripts are not made for other platforms other than on Windows for the moment (feel free to contribute any!), but simply take the g++ command from the "build-binaries.bat" file - you can use this as a base, but feel free to write any other command with the compiler of your choice -, and modify it to your needs!