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

Doesn't convert to .json, though it says it does? #63

Closed HenrikTOF closed 6 months ago

HenrikTOF commented 7 months ago

image I am getting this error consistently...

xNul commented 7 months ago

Strange, it looks like the compressed length of bytes in your .sav isn't correct which is causing the decompression to fail. Try commenting out lines 156-160 and lines 165-167.

xNul commented 6 months ago

Closing due to inactivity