palworld-save-tools icon indicating copy to clipboard operation
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

Open CWhedgehog opened this issue 1 year ago • 11 comments

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 avatar Jan 25 '24 19:01 CWhedgehog

@CWhedgehog the file will appear in the directory of the .sav file, not where the .bat file that executed the conversion.

poudigne avatar Jan 25 '24 20:01 poudigne

Same problem palworld save

MkNan142 avatar Jan 25 '24 20:01 MkNan142

same

KinoshitaRina avatar Jan 25 '24 20:01 KinoshitaRina

Yeah, same issue here.

E7Ago6b

Iracy avatar Jan 25 '24 21:01 Iracy

@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)

cheahjs avatar Jan 25 '24 22:01 cheahjs

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"

szy114514 avatar Jan 26 '24 05:01 szy114514

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.

Nipaoni avatar Jan 26 '24 05:01 Nipaoni

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

Nipaoni avatar Jan 26 '24 05:01 Nipaoni

@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.

MkNan142 avatar Jan 26 '24 08:01 MkNan142

@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

Iracy avatar Jan 26 '24 22:01 Iracy

In Windows , Search for Manage App Execution Aliases and disable python/python3, it will make the regular python working.

Rotnam avatar Jan 27 '24 05:01 Rotnam