Closed Kevin-Chant closed 9 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.
@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.
Thanks for the PR, just merged the fix.
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