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
886 stars 65 forks source link

6. This is not explained on how to do this! NEED HELP #155

Closed cbnsti closed 4 months ago

cbnsti commented 4 months ago
  1. For each player's corresponding new GUID and old GUID pair, run the script using the command in the Usage section and make sure to set to True.

Tried putting "True" at the end of the command but did not work

sugaroverflow commented 4 months ago

@cbnsti did you get an error for the command not working?

It will look something like this when you run it (the warning will appear as the first line of response):

palworld-host-save-fix on  main via 🐍 v3.10.12
❯ python3.10 fix-host-save.py ~/Downloads/migration/06B2D80DF8CA3394FHB3BC53FF929A12C DB21138AF8000000000000000000000000 CB14F3F3000000000000000000000000 True

WARNING: Running this script WILL change your save files and could potentially corrupt your data. It is HIGHLY recommended that you make a backup of your save folder before continuing. Press enter if you would like to continue.
>
.....
xNul commented 4 months ago

It sounds like you entered the command incorrectly. Try following the example sugaroverflow gave. That's how it should look for you too.