cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
795 stars 71 forks source link

Syntaxt error in reader.py ? #19

Closed jilus22 closed 9 months ago

jilus22 commented 9 months ago

Hi, I tryed to use the "convert-single-sav-to-json.bat" by drag and drop a sav file. The program doesn't work and report a syntax error in the line 139 of reader.py. I try to find it by myself, downloading again the 0.5 version, differents sav files but I have the same error again and again. I don't know if I did something wrong or if I don't have the appropriate version for python (3.12)

image

Thank to your work and your help

cheahjs commented 9 months ago

You will need to install Python 3.10 and above for now. I'll update the scripts later to avoid using features from newer Python versions.