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).
This PR adds support for reading, and serializing save files (
.png
) packs located underDocuments\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).