palworld-host-save-fix icon indicating copy to clipboard operation
palworld-host-save-fix copied to clipboard

Transfer a save from co-op mode to a dedicated server

Open Samaelison opened this issue 1 year ago • 7 comments

Hello, I'm trying to transfer a save from co-op mode to a dedicated server, when I try the script I get the error as in the screenshot What could be the problem? image

Samaelison avatar Jan 25 '24 15:01 Samaelison

Your uesave's directory seems odd. How did you install it?

teepisutt avatar Jan 25 '24 15:01 teepisutt

It looks to me like you're trying to run the command inside python. Try cmd instead?

erdnas avatar Jan 25 '24 15:01 erdnas

Your uesave's directory seems odd. How did you install it?

In point #8 says "If you have not already done so, install uesave-rs and get the file path to its install location. If the path does not have uesave.exe at the end, it's wrong." I couldn't find uesave.exe in the https://github.com/trumank/uesave-rs directory, after searching I found it here https://github.com/cheahjs/palworld-save-tools/releases/tag/v0.5 and tried to run it through it.

Samaelison avatar Jan 25 '24 16:01 Samaelison

It looks to me like you're trying to run the command inside python. Try cmd instead?

I also tried to run through CMD, same error :(

Samaelison avatar Jan 25 '24 16:01 Samaelison

run using powershell in admin mode. if you get an error still (or nothing happening) use py as the first word instead of python

Nacixem avatar Jan 25 '24 17:01 Nacixem

run using powershell in admin mode. if you get an error still (or nothing happening) use py as the first word instead of python

Hello @Nacixem. I was having some other issues but after running my code in powershell as admin using py instead python I finally got no error however nothing is changing either. How can I fix this? 300140757-65dfd620-2b59-47aa-8893-c4b2ff64d385

Contempte avatar Jan 27 '24 03:01 Contempte

run using powershell in admin mode. if you get an error still (or nothing happening) use py as the first word instead of python

Hello @Nacixem. I was having some other issues but after running my code in powershell as admin using py instead python I finally got no error however nothing is changing either. How can I fix this? 300140757-65dfd620-2b59-47aa-8893-c4b2ff64d385

Try removing the spaces from your Temp Server Save folder and try again using no spaces

Nacixem avatar Jan 27 '24 06:01 Nacixem

@Samaelison in your case, it looks like you're trying to run the command from within the Python interpreter. Just open Command Prompt and paste the command instead. If you are, don't just type "python" and then press enter. Type the whole command and then press enter.

@Contempte you're missing a space between two of your paths. Notice that two of the quotes are side-by-side without a space in between them.

Thank you guys for posting your full command so it was easier to debug, but these problems seem to be user error and not a real bug with the script so I'm going to close this issue.

xNul avatar Feb 02 '24 04:02 xNul