palworld-server-docker
palworld-server-docker copied to clipboard
Support migrate from an existing server
Context
To solve #96
I think /palworld/Pal/Saved/Config/LinuxServer/GameUserSettings.ini
is generated after the service is started for the first time, so I can only write an additional script to facilitate migration.
After several experiments, the migration plan was determined to be successful.
Test instructions
This script is also tested.
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I've added documentation about this change to the README.
- [x] I've not introduced breaking changes.