palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

PalWorldSettings.ini always empty

Open jangisaac-dev opened this issue 1 year ago • 2 comments

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?

jangisaac-dev avatar Jan 26 '24 06:01 jangisaac-dev

You can find DefaultPalWorldSettings.ini in the base folder you map in for :/palworld, alongside the ./Pal folder.

fryfrog avatar Jan 26 '24 06:01 fryfrog

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)

zbellerose avatar Jan 26 '24 15:01 zbellerose

Fixed in this PR https://github.com/thijsvanloef/palworld-server-docker/pull/145 Please make sure you are running the latest :latest image

thijsvanloef avatar Jan 28 '24 09:01 thijsvanloef

@jangisaac-dev if you issue has been resolved, please close this issue

thijsvanloef avatar Jan 28 '24 10:01 thijsvanloef