Open wonjoonSeol-WS opened 1 month ago
Palworld is updating constantly - so does the palworld-save-tools which this project uses as its dependency. If EOF issue appears that means palworld-save-tools is outdated.
if you have python installed you can update the dependency yourself.
install python and poetry (https://python-poetry.org/)
git clone this repository on your terminal by using the command below (if using Windows, you can use this https://git-scm.com/downloads/win)
git clone git@github.com:wonjoonSeol-WS/Palworld-fix-uuid.git
on terminal, move into the cloned repository and activate python environment
cd Palworld-fix-uuid poetry shell poetry install
And now you can update the dependency
poetry update
once the update is done, you can run the python script
python palworld_fix_uuid/main.py ...
As of 2024/10/9 Current version (0.1.3) uses palworld-save-tools 0.23.1.
You can check the latest version here: https://github.com/cheahjs/palworld-save-tools
Palworld is updating constantly - so does the palworld-save-tools which this project uses as its dependency. If EOF issue appears that means palworld-save-tools is outdated.
if you have python installed you can update the dependency yourself.
install python and poetry (https://python-poetry.org/)
git clone this repository on your terminal by using the command below (if using Windows, you can use this https://git-scm.com/downloads/win)
on terminal, move into the cloned repository and activate python environment
And now you can update the dependency
once the update is done, you can run the python script