Nenkai / FF16Tools

Tools for Final Fantasy XVI / 16.
MIT License
39 stars 4 forks source link

feat: Save File Reading #13

Closed Nenkai closed 1 month ago

Nenkai commented 2 months ago

This PR adds support for reading, and serializing save files (.png) packs located under Documents\My Games\FINAL FANTASY XVI\Steam\<steam id>. It is possible to tamper with the saves once extracted. Their checksums will be fixed on serialization.

The data itself is not yet handled. In the future it might be wise to convert it to JSON. The executable contains strings for each of the fields (possibly RTTI).