From da43aa8d205739e8671efa8d0a03b0e9ded3a3c5 Mon Sep 17 00:00:00 2001 From: Matt Cavanagh Date: Sat, 23 Mar 2024 12:39:51 +0000 Subject: [PATCH] Palworld: Added instructions for changing config (#2818) * Added instructions for changing config It was unclear as to why config changes were not being applied. * Simplify --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com> --- game_eggs/steamcmd_servers/palworld/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/palworld/README.md b/game_eggs/steamcmd_servers/palworld/README.md index 578e473c..9b2a25a1 100644 --- a/game_eggs/steamcmd_servers/palworld/README.md +++ b/game_eggs/steamcmd_servers/palworld/README.md @@ -107,7 +107,7 @@ The RCON port does not need to be allocated. 3. Then hit reinstall because the parser application has to be downloaded 4. Because the Palworld devs forgot with the v0.1.5.0 to add the new `bShowPlayerList` key to the config you will need to add it yourself. This maybe fixt in the future. Its default value is False -Example of the end of the config: `bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt",bShowPlayerList=False)` +Example of the end of the config: `bUseAuth=True,bShowPlayerList=False,BanListURL="https://api.palworldgame.com/api/banlist.txt")` ### Variable Parsing @@ -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** + +### Config + +The config is found at the following path: `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`