From a0ea6e24cd24bd8da905a57d9319d128a9042fe3 Mon Sep 17 00:00:00 2001
From: keta <153708582+killaketa@users.noreply.github.com>
Date: Sat, 17 Jan 2026 18:15:15 -0500
Subject: [PATCH 1/2] Remove console_log
A recent update has broken the -condebug launch options output to game/csgo/console.log on linux systems.
The console_log parameter was not needed anyways and its removal allows for output to the panel log once again.
The output from -condebug to console.log is still working on windows platform, so no need for an update to cs2_win64.xml.
---
modules/config_games/server_configs/cs2_linux64.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/config_games/server_configs/cs2_linux64.xml b/modules/config_games/server_configs/cs2_linux64.xml
index ddf8e058..22368bd8 100644
--- a/modules/config_games/server_configs/cs2_linux64.xml
+++ b/modules/config_games/server_configs/cs2_linux64.xml
@@ -15,7 +15,6 @@
game/csgo/maps/maplist.txt
- game/csgo/console.log
game/bin/linuxsteamrt64
64
rcon2
@@ -86,4 +85,5 @@
game/csgo/cfg/server.cfg
-
\ No newline at end of file
+
+
From 43b3122311c955de861becfb408a2a5937dac91b Mon Sep 17 00:00:00 2001
From: keta <153708582+killaketa@users.noreply.github.com>
Date: Sat, 17 Jan 2026 18:44:54 -0500
Subject: [PATCH 2/2] Changed +sv_setsteamaccount input type to "password" so
GSLT isn't displayed when server is offline.
---
modules/config_games/server_configs/cs2_linux64.xml | 2 +-
modules/config_games/server_configs/cs2_win64.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/config_games/server_configs/cs2_linux64.xml b/modules/config_games/server_configs/cs2_linux64.xml
index 22368bd8..80fa0c87 100644
--- a/modules/config_games/server_configs/cs2_linux64.xml
+++ b/modules/config_games/server_configs/cs2_linux64.xml
@@ -25,7 +25,7 @@
-
+
Steam Account Login Token
Manage your steam tokens <a href=https://steamcommunity.com/dev/managegameservers target=_blank>here</a>
diff --git a/modules/config_games/server_configs/cs2_win64.xml b/modules/config_games/server_configs/cs2_win64.xml
index 4032f3aa..3976c7f0 100644
--- a/modules/config_games/server_configs/cs2_win64.xml
+++ b/modules/config_games/server_configs/cs2_win64.xml
@@ -26,7 +26,7 @@
-
+
Steam Account Login Token
Manage your steam tokens <a href=https://steamcommunity.com/dev/managegameservers target=_blank>here</a>