From b8e64f8e29fa2db44d7db359c6813bec80ce41d9 Mon Sep 17 00:00:00 2001 From: "Carlos M. Martinez" Date: Sat, 27 Jan 2024 23:25:13 -0500 Subject: [PATCH] Updated readme to explain when the settings can be modified --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 983e33db8..fd12ea5f9 100644 --- a/README.md +++ b/README.md @@ -197,10 +197,13 @@ The server will run a save before the backup if rcon is enabled. When the server starts, a `PalWorldSettings.ini` file will be created in the following location: `/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` -Any changes made there will be applied to the Server on next boot. +Any changes made while the server is live will be overridden. Please keep in mind that the ENV variables will always overwrite the changes made to `PalWorldSettings.ini`. +> [!IMPORTANT] +> Changes can only be made to `PalWorldSettings.ini` while the server is off. + For a more detailed list of explanations of server settings go to: [shockbyte](https://shockbyte.com/billing/knowledgebase/1189/How-to-Configure-your-Palworld-server.html) ## Reporting Issues/Feature Requests