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
885 stars 69 forks source link

Your player save does not exist. #131

Closed catttuhh closed 8 months ago

catttuhh commented 8 months ago

C:\Users\Kendy>cd C:\Users\Kendy\Desktop\UESaveEditor

C:\Users\Kendy\Desktop\UESaveEditor>python fix-host-save.py C:\Users\Kendy\Desktop\UESaveEditor\uesave.exe C:\Users\Kendy\Desktop\UESaveEditor\DB2630E44944DB54CE79E3829F987775\Players CC1CB4ED000000000000000000000000 00000000000000000000000000000001 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.

ERROR: Your player save does not exist. Did you enter the correct new GUID of your player? It should look like "8E910AC2000000000000000000000000". Did your player create their character with the provided save? Once they create their character, a file called "C:\Users\Kendy\Desktop\UESaveEditor\DB2630E44944DB54CE79E3829F987775\Players/Players/CC1CB4ED000000000000000000000000.sav" should appear. Look back over the steps in the README on how to get your new GUID.

image

What is wrong in my command ?

mdoelker commented 8 months ago

Remove the \Players from the SaveGame path

catttuhh commented 8 months ago

Remove the \Players from the SaveGame path

worked, ty