From b0ace2e15581ad4e10e0fa1b9b653ef351eb15f3 Mon Sep 17 00:00:00 2001 From: Muscle Date: Tue, 27 Feb 2024 16:38:33 +0900 Subject: [PATCH] add default bShowPlayerList=True to PalWorldSettings.ini --- .env.example | 3 ++- scripts/compile-settings.sh | 2 ++ scripts/files/PalWorldSettings.ini.template | 5 +++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index b4ed3d741..ddb969288 100644 --- a/.env.example +++ b/.env.example @@ -81,4 +81,5 @@ ENABLE_DEFENSE_OTHER_GUILD_PLAYER=False COOP_PLAYER_MAX_NUM=4 REGION= USEAUTH=True -BAN_LIST_URL=https://api.palworldgame.com/api/banlist.txt \ No newline at end of file +BAN_LIST_URL=https://api.palworldgame.com/api/banlist.txt +SHOW_PLAYER_LIST=True diff --git a/scripts/compile-settings.sh b/scripts/compile-settings.sh index a7a64f75f..7c4c876cb 100755 --- a/scripts/compile-settings.sh +++ b/scripts/compile-settings.sh @@ -83,6 +83,7 @@ export RCON_PORT=${RCON_PORT:-25575} export REGION=\"${REGION:-""}\" export USEAUTH=${USEAUTH:-True} export BAN_LIST_URL=\"${BAN_LIST_URL:-https://api.palworldgame.com/api/banlist.txt}\" +export SHOW_PLAYER_LIST=${SHOW_PLAYER_LIST:-True} if [ "${DEBUG,,}" = true ]; then cat <