HarukaMa / palworld-xgp-import

Import Steam Palworld savefile to Xbox version
The Unlicense
11 stars 0 forks source link

Game version mismatch? #1

Closed M4YON closed 8 months ago

M4YON commented 8 months ago

The save successfully converts to a WGS file and container and is readable by the game. Upon trying to load the save file the world begins to load I even gained an achievement the first time I tried loading in but then it immediately crashes. Possible version mismatch issue due to game pass being on v0.1.1.2 and steam on v0.1.3.0?

HarukaMa commented 8 months ago

Great point, that's definitely possible. I don't own steam version so I only tried with a save downloaded from internet, and that apparently worked.

If that's the case, then the best I can do is to try to parse the save file and notify the user. I'm not sure what's the save file's format though.

M4YON commented 8 months ago

Okay after some messing around I tested a downloaded a save from nexus and it worked great. Then i changed the settings on the downloaded save to multiplayer and reloaded the save instantly crashed. So I went back to my save file from v0.1.3.0 turned off multiplayer so it was offline and it worked and loaded. I'm not sure why turning multiplayer on is crashing things but for now I'm happy to be solo offline.

HarukaMa commented 8 months ago

So it seems the issue is save from newer version + multiplayer mode and it can't be fixed by resaving the game in the old version. That's weird.

M4YON commented 8 months ago

Ok so after playing for 5mins offline and saving several times I can now swap over to multiplayer and play without crashing. Weird bug but anyway thank you again for the tool =)