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

Game is still forcing me into creating a new character #147

Closed SplexArts closed 4 months ago

SplexArts commented 5 months ago

get the error image

Astreo80 commented 5 months ago

This is the same issue i am having using a completely clean backup.

meat-stick commented 4 months ago

this happens if the new character created has the same guid as the old one you are trying to recover. I have tried editing the guid of the new character to be different, using another character save, and repeating this until the only character available on my level.sav was the one I wanted. None of this has worked. it still forces me to create a new character, even after the program successfully transfers saves.

xNul commented 4 months ago

the script you are using is this one https://github.com/JannikBirn/palworld-host-save-fix which is based off of mine, but has some changes and those changes are causing the error, so you probably want to open up an issue there instead.