From 06dde7f239dcc8074e1d6204084b98d13cb102dc Mon Sep 17 00:00:00 2001 From: FryTechTips Date: Wed, 22 Mar 2023 17:01:32 -0400 Subject: [PATCH 1/3] Yeet a unstable bot command Wanted#3309 have a GSC fix on discord and hopefully a PR soon. --- zone/server.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/server.cfg b/zone/server.cfg index 6470c29..bcd6b06 100644 --- a/zone/server.cfg +++ b/zone/server.cfg @@ -42,7 +42,6 @@ set sv_skip_lobby "1" // Makes the server load the map // BOT CONFIGURATION // ////////////////////////////////////////////////// -set sv_botsoak "0" // Fill your empty server with bots automatically until real players take over. set bot_maxallies "0" // Amount of Bots on the Friendly Team set bot_maxAxis "0" // Amount of Bots on the Enemy Team set bot_maxFree "0" // Bots free-for-all based modes? Untested. From 88b6db2b597f33bf23972d3337a7bbf6b5451e64 Mon Sep 17 00:00:00 2001 From: FryTechTips Date: Wed, 22 Mar 2023 17:06:58 -0400 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=A9=20forgot=20g=5Flog=20on=20the?= =?UTF-8?q?=20other=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zone/server_cp.cfg | 2 +- zone/server_zm.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zone/server_cp.cfg b/zone/server_cp.cfg index 2cfea50..9fa983d 100644 --- a/zone/server_cp.cfg +++ b/zone/server_cp.cfg @@ -34,7 +34,7 @@ set sv_timeout "30" // Timeout time period. You will set sv_reconnectlimit "3" // How many times you can try to reconnect set sv_pure "0" // verifying cilent files set sv_floodProtect "1" // Chat Spam Protection -set g_log "1" // Enables logging 0-1. +set g_log "boiii/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. set sv_lobby_mode "cp" // Sets the lobby type to camapaign set sv_skip_lobby "1" // Makes the server load the map immediately instead of waiting at the lobby. Turn this off if you want to use playlists instead(currently required for custom maps). diff --git a/zone/server_zm.cfg b/zone/server_zm.cfg index c0c46b6..334d1c6 100644 --- a/zone/server_zm.cfg +++ b/zone/server_zm.cfg @@ -34,7 +34,7 @@ set sv_timeout "30" // Timeout time period. You will set sv_reconnectlimit "3" // How many times you can try to reconnect set sv_pure "0" // verifying cilent files set sv_floodProtect "1" // Chat Spam Protection -set g_log "1" // Enables logging 0-1. +set g_log "boiii/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. set sv_lobby_mode "zm" // Sets the lobby type to zombies set sv_skip_lobby "1" // Makes the server load the map immediately instead of waiting at the lobby. Turn this off if you want to use playlists instead(currently required for custom maps). From b43f5758c5e096909d76c6125f56a7079850a57d Mon Sep 17 00:00:00 2001 From: FryTechTips Date: Wed, 22 Mar 2023 17:07:38 -0400 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=92=A9=20cp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zone/server_cp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/server_cp.cfg b/zone/server_cp.cfg index 9fa983d..856568e 100644 --- a/zone/server_cp.cfg +++ b/zone/server_cp.cfg @@ -34,7 +34,7 @@ set sv_timeout "30" // Timeout time period. You will set sv_reconnectlimit "3" // How many times you can try to reconnect set sv_pure "0" // verifying cilent files set sv_floodProtect "1" // Chat Spam Protection -set g_log "boiii/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. +set g_log "boiii/games_cp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. set sv_lobby_mode "cp" // Sets the lobby type to camapaign set sv_skip_lobby "1" // Makes the server load the map immediately instead of waiting at the lobby. Turn this off if you want to use playlists instead(currently required for custom maps).