xNul / palworld-host-save-fix

Fixes the bug which forces a player to create a new character when they already have a save. Useful for migrating maps from co-op to dedicated servers and from one dedicated server to another.
MIT License
887 stars 69 forks source link

New Palworld update v0.3.3 breaks old palworld-save-tools. Update Dependency to cur version (0.23.1) #183

Open Naapple opened 1 month ago

Naapple commented 1 month ago

Issue: New Palworld update v0.3.3 updated .sav files. palworld-save-tools made a new release to account for this when converting .sav files to JSON

Fix: Update so that you're using palworld-save-tools version 0.23.1. Update README so in the dependencies, it says:

"Install Palworld Save Tools v0.23.1 with python -m pip install palworld-save-tools==0.23.1"