palworld-server-docker
palworld-server-docker copied to clipboard
PalWorldSettings.ini always empty
PalWorldSettings.ini file is created in [<mount_folder>/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini]
but is empty,
also I tried delete PalWorldSettings.ini file and restart server,
it not create .ini file
how can I find default file or create file?
You can find DefaultPalWorldSettings.ini in the base folder you map in for :/palworld, alongside the ./Pal folder.
As stated above, the PalWorldSettings.ini is empty by default, you need to add content properly formatted for it to work. Here is an example of a PalWorldSettings.ini. You can find the DefaultPalWorldSettings.ini in the base folder as mentioned above
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(AdminPassword="adminpwd",ServerDescription="",PalEggDefaultHatchingTime=5.000000)
Fixed in this PR https://github.com/thijsvanloef/palworld-server-docker/pull/145
Please make sure you are running the latest :latest image
@jangisaac-dev if you issue has been resolved, please close this issue