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

Question: How to make friends make new characters #53

Closed ManindraDeMel closed 7 months ago

ManindraDeMel commented 7 months ago

I have a Linux dedicated server. When I join (as the host) I have the issue where i have to make a new character. However my friends can join using their old characters. This then raises the question. How does my friend make a new character for this world?

Im asking this because when i convert my GUID to the new GUID my friends have to make a new character. But once that character is made it doesn't make a new .sav file for them..

xNul commented 7 months ago

What seems to happen is when the fix is applied to the host, it causes some incompatibility with the game and the game decides to just overwrite their existing .sav file. The problem is related to https://github.com/xNul/palworld-host-save-fix/issues/22 so I'm going to close this issue. For any future updates, please watch that issue. I'm working on some changes which should make things more robust and less error-prone.