palworld-host-save-fix
palworld-host-save-fix copied to clipboard
KeyError: CharacterSaveParameterMap
Updated the game and server, tried to log in and ran into the new character creation glitch. Original save file is there and backed up and came here to fix it. Tried running the gui.py on the old level.sav and got that error. Opened a jupyter notebook and converted the old level.sav to json and a new empty world level.sav to json to compare both. Looks like the old one doesnt have it so the script doesn't work on it. I think the structure of level.sav changed and the update attempted to migrate save data over but did it incorrectly and caused the bug. Any help here would be great before I attempt to parse out the whole thing and manually move stuff around.