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

IndexError: string index out of range #123

Closed KeoughDarklance closed 5 months ago

KeoughDarklance commented 5 months ago

error

Please help.

VoltaicGRiD commented 5 months ago

@KeoughDarklance - Use quotation marks around each of the strings: python fix-host-save.py "C:\Users\dusti\.cargo\bin\uesave.exe" "C:\Users\dusti\Documents\palworld_script\palworld-host-save-fix\save-tmp\517EFACA4ED0E8E1DAFC73B5516AD642" "C2895429000000000000000000000000" "00000000000000000000000000000001"

xNul commented 5 months ago

@VoltaicGRiD has the correct answer.