JannikBirn / palworld-host-save-fix

A variation of the Palworld Host Save Fix from xNul with additional bug fixes. This script can be used in a similar way to convert co-op games to dedicated server and vice versa.
Other
84 stars 6 forks source link

Fix import path to palworld_save_tools.convert #32

Closed Kevin-Chant closed 4 months ago

Kevin-Chant commented 4 months ago

The palworld_save_tools repo must have refactored their code as the import paths became out of date. I made this change in my local copy and was able to get the script running just fine.

I grabbed the new import destination from https://github.com/cheahjs/palworld-save-tools/blob/b62e873fbe52a4b68ef6fa10d2a912c02526b596/palworld_save_tools/commands/resave_test.py#L5

Kevin-Chant commented 4 months ago

@JannikBirn could you take a look at this? It's possible that this was only an issue for me (I'm on linux) but given the directory structure of palworld-save-tools (convert.py) I imagine this fix is necessary.

tMuseCoding commented 4 months ago

@JannikBirn could you take a look at this? It's possible that this was only an issue for me (I'm on linux) but given the directory structure of palworld-save-tools (convert.py) I imagine this fix is necessary.

This is also an issue on Windows. I also added this change locally to make things work. Should be merged ASAP as it's broken without this fix.

JannikBirn commented 4 months ago

Thanks for the PR, just merged the fix.