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

string index out of range #56

Closed ctrltri closed 7 months ago

ctrltri commented 7 months ago

Running the script results in this error: image

Albionremain commented 7 months ago

I have the same error, here are the old/new GUIDs I was using (new GUID was generated on Nitrado, moving from Steam PC/Win dedicated server)

new_player_guid = 1FB341E800000000000000000000000 old_player_guid = 3F9B1DE800000000000000000000000

instantus commented 7 months ago

remove all spaces from the folders you have in your path. Space bar is used to separate args in the command and it ruins the structure of arguments the script takes. Cheers

xNul commented 7 months ago

You can also use quotes around each path