palworld-save-tools
palworld-save-tools copied to clipboard
After dragging Level.sav into convert single sav to json.bat, a prompt of Y/N appears. After pressing Y, any key is pressed to exit, and the json file does not appear in the directory
After dragging Level.sav into convert single sav to json.bat, a prompt of Y/N appears. After pressing Y, any key is pressed to exit, and the json file does not appear in the directory
@CWhedgehog the file will appear in the directory of the .sav file, not where the .bat file that executed the conversion.
Same problem
same
Yeah, same issue here.
@Iracy you need to install Python.
@MkNan142 just checking, do you have Python 3 installed? Your screenshot is missing the python version print that I would expect (but also missing the python shim asking you to download from the Windows Store)
Same problem and solved by running the python script in powershell without cmd. like: python convert-single-sav-to-json.py "uesave/uesave.exe" "Level.sav"
Same Issue.
Intalled Python 3.12.1 at https://www.python.org/downloads
I followed what was written in https://github.com/EternalWraith/PalEdit?tab=readme-ov-file. Level.sav doesn't convert to json.
Don't know related, I'm not an English user.
Same Issue.
Intalled Python 3.12.1 at https://www.python.org/downloads
I followed what was written in https://github.com/EternalWraith/PalEdit?tab=readme-ov-file. Level.sav doesn't convert to json.
Don't know related, I'm not an English user.
Solved
https://github.com/cheahjs/palworld-save-tools/issues/21#issuecomment-1911474897
@MkNan142 just checking, do you have Python 3 installed? Your screenshot is missing the python version print that I would expect (but also missing the python shim asking you to download from the Windows Store)
I found my problem,When I manually executed python3, I was prompted to update to version 3.12 from the Windows Store. After installing 3.12, it worked fine.
@Iracy you need to install Python.
@MkNan142 just checking, do you have Python 3 installed? Your screenshot is missing the python version print that I would expect (but also missing the python shim asking you to download from the Windows Store)
Yeah no, I have Python installed. Did #21, this fixed it for me. I've got 3.10.9 installed so I simply changed it from python3 to python310
In Windows , Search for Manage App Execution Aliases and disable python/python3, it will make the regular python working.