Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player cannot interact with anything after repairing #163

Open
okasas100110 opened this issue Mar 6, 2024 · 2 comments
Open

Player cannot interact with anything after repairing #163

okasas100110 opened this issue Mar 6, 2024 · 2 comments
Labels
corrupted-file Issue is due to a corrupted save file

Comments

@okasas100110
Copy link

Hello, dear everyone:
When I restarted my Linux server at noon, I ran into a serious problem, my save file got corrupted and I had to re-create the character.
Before I re-created the character, I saved the save file on my server.
When I converted the .sav to .json, I found that the "save_game_class_name" field changed to "None.PalWorldPlayerSaveGame" , I tried to fix it to "/Script/Pal.PalWorldPlayerSaveGame", but my character cannot interact with any items and my UI disappears.
There is no response to any key presses, including esc, tab, etc.
This is my nearly 100 hour archive, please help me to restore it, thank you!
Uploading Saved.zip…

@Richl-lab
Copy link

Richl-lab commented Mar 9, 2024

Hey,
Yes same here. The version is made for v0.1.4.0 my server is already running the current version 0.1.5.1. I tried with the test if still the same *.sav game file will be outputed as it was inputed and can confirm this. Might be also a problem with Level.sav?

----Update----
I tried with the current (fixed version) of my player and current version of LevelMeta and old version of the Level (this worked).

---Update---
Palworld saves for each player (player.id file) multiple types of PalContainerIds (Pals, Inventory,DropSlot...) that contains a id that points on a specific id in the world file (Level.sav). Those ids can not be found anymore in the world file. I guess that reason why you can not interact or see the hud. It tries to load those ids but can not find them. My guess is it also truncated all those ids (lost data).

@mramieltalib
Copy link

mramieltalib commented Mar 16, 2024

i tried your method, and it works. but all my pals in my palbox are missing.

@cheahjs cheahjs added the corrupted-file Issue is due to a corrupted save file label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
corrupted-file Issue is due to a corrupted save file
Projects
None yet
Development

No branches or pull requests

4 participants