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 69 forks source link

Player IDs of DeathPenalty bags not rewritten #72

Open jkroepke opened 7 months ago

jkroepke commented 7 months ago

If you transfer players from coop to dedicated server, DeathPenalty bags are still belongs to old player and can not be pick up, because the bag owns a other guild.

Workaround: Set bCanPickupOtherGuildDeathPenaltyDrop=true

xNul commented 7 months ago

Thank you for this. Good find.