cheahjs / palworld-save-tools

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

dictsav #154

Open Joanguitar opened 4 months ago

Joanguitar commented 4 months ago

Added functions read_sav_to_dict and write_dict_to_sav to avoid having to create a json file to load a dictionary. Made the convert functions depend on these for cleaner code.