From a9b7d186c6fff5142d1c21fce92b94d2e14abe89 Mon Sep 17 00:00:00 2001 From: Matt Cavanagh Date: Sat, 23 Mar 2024 11:49:30 +0000 Subject: [PATCH] Added instructions for changing config It was unclear as to why config changes were not being applied. --- game_eggs/steamcmd_servers/palworld/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/game_eggs/steamcmd_servers/palworld/README.md b/game_eggs/steamcmd_servers/palworld/README.md index 578e473c..dd553259 100644 --- a/game_eggs/steamcmd_servers/palworld/README.md +++ b/game_eggs/steamcmd_servers/palworld/README.md @@ -118,4 +118,8 @@ Those who need more variables will have to add them themselves. See a list of what key matches with what variable [Here](https://github.com/QuintenQVD0/Palword-server-config-parser?tab=readme-ov-file#key-with-variables) -**Variables that do not exist will automatically be skipped parsing so you do not have to worry about it emptying your config file** \ No newline at end of file +**Variables that do not exist will automatically be skipped parsing so you do not have to worry about it emptying your config file** + +### My config isn't being applied after changing it? Why? + +If you have already started a server and wish to change settings after the fact, updating `DefaultPalWorldSettings.ini` won't do anything. To update config for a pre-existing game, you need to edit the following path: `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`, then restart your server.