From 89f48387b1647c195e88f69a830f3d3eb54cd271 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sat, 14 Sep 2019 12:57:13 +0800 Subject: [PATCH 1/4] Update Action source config default --- ActionSource/server.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ActionSource/server.cfg b/ActionSource/server.cfg index 8efad92..2508bfe 100644 --- a/ActionSource/server.cfg +++ b/ActionSource/server.cfg @@ -108,17 +108,17 @@ heartbeat // enable one hit kill ultimate gib mode (1 = enable) mp_instagib 0 -// allow "capture the briefcase" mode on supported maps (0 = disable) -mp_allowctb 1 +// allow "capture the briefcase" mode on supported maps (1 = enable) +mp_allowctb 0 -// allow "dante must die" mode on supported maps (0 = disable) -mp_allowdante 1 +// allow "dante must die" mode on supported maps (1 = enable) +mp_allowdante 0 -// allow VIP mode on supported maps (0 = disable) -mp_allowvip 1 +// allow VIP mode on supported maps (1 = enable) +mp_allowvip 0 -// allow map defined goal modes (0 = disable) -mp_allowcustom 1 +// allow map defined goal modes (1 = enable) +mp_allowcustom 0 // ........................ game rules................................// From 1885cf0ad08709c9306b40f331385c20e6e9fc41 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sat, 14 Sep 2019 12:57:42 +0800 Subject: [PATCH 2/4] Update Action source config default --- ActionSource/server.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ActionSource/server.cfg b/ActionSource/server.cfg index 2508bfe..0e3cf54 100644 --- a/ActionSource/server.cfg +++ b/ActionSource/server.cfg @@ -7,7 +7,6 @@ // .................................. Basic ................................. // // Hostname - Name of the server. -// Be sure to edit phase_combat.cfg and phase_build.cfg hostname "SERVERNAME" // RCON - remote console password. From 344469b3412db17508ad5b3958480f9a8af74690 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sat, 14 Sep 2019 13:07:14 +0800 Subject: [PATCH 3/4] Update server.cfg --- ActionSource/server.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ActionSource/server.cfg b/ActionSource/server.cfg index 0e3cf54..0f57221 100644 --- a/ActionSource/server.cfg +++ b/ActionSource/server.cfg @@ -102,6 +102,9 @@ mp_tkpunish 1 // ping master server list heartbeat +// number of bot, uncomment to enable bot +// bot_quota 8 + // ........................ game modes....................................// // enable one hit kill ultimate gib mode (1 = enable) From 83cc07d27fea5b2300dac1ef07531ae493664b08 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sat, 14 Sep 2019 13:12:02 +0800 Subject: [PATCH 4/4] Update server.cfg --- ActionSource/server.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ActionSource/server.cfg b/ActionSource/server.cfg index 0f57221..4e05e7f 100644 --- a/ActionSource/server.cfg +++ b/ActionSource/server.cfg @@ -102,8 +102,8 @@ mp_tkpunish 1 // ping master server list heartbeat -// number of bot, uncomment to enable bot -// bot_quota 8 +// Determines the total number of bots in the game +bot_quota 0 // ........................ game modes....................................//