xNul / palworld-host-save-fix

Fixes the bug which forces a player to create a new character when they already have a save. Useful for migrating maps from co-op to dedicated servers and from one dedicated server to another.
MIT License
887 stars 68 forks source link

unicode error #91

Closed Senwyn closed 5 months ago

Senwyn commented 5 months ago

Screenshot 2024-01-27 222834

I have this error message. Does anyone have an idea how I can solve this?

BM-BrunoMarques commented 5 months ago

you have to run the script from a terminal, not a python interpreter. Do a git clone for the repository into a folder of your choice and then execute the command python fix-host-save.py with the added arguments from a CMD terminal (git bash didn't work for me)

xNul commented 5 months ago

@BM-BrunoMarques is correct. Please follow what he said and use Command Prompt to run the command, not from within the Python interpreter