cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
785 stars 68 forks source link

fix: update encodings to stop corrupting saves #8

Closed cheahjs closed 7 months ago

cheahjs commented 7 months ago

Fix saves being corrupted due to bad encoding of character and guild save data.

Add tests to catch this from happening.