From 59f7c2ff4db0b528160ea5be42e84c6ce29c6231 Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Tue, 28 Jan 2025 09:54:05 +0100 Subject: [PATCH] fix: add GG to server.cfg --- iw6/server.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/iw6/server.cfg b/iw6/server.cfg index 4d5ca6d..5e01245 100644 --- a/iw6/server.cfg +++ b/iw6/server.cfg @@ -242,6 +242,19 @@ set scr_grnd_winlimit "1" // Amount of wins needed to win set scr_grnd_zoneSwitchTime "60" // Amount of time before the zone switches. set scr_grnd_promode "0" +////////////////////////////////////////////////// +// GUN GAME GAMETYPE SETTINGS // +////////////////////////////////////////////////// + +set scr_gun_scorelimit "18" // Score limit to win the game. +set scr_gun_timelimit "10" // Duration in minutes for the game to end if the score limit isn't reached. +set scr_gun_roundlimit "1" // Rounds per game. +set scr_gun_winlimit "1" // Amount of wins needed to win a round-based game. +set scr_gun_numlives "0" // Number of lives per player 0 for unlimited. +set scr_gun_playerrespawndelay "0" // How long player will wait until respawn. +set scr_gun_waverespawndelay "0" // Duration is seconds before the first respawn in each round. +set scr_gun_promode "0" + ////////////////////////////////////////////////// // BLITZ GAMETYPE SETTINGS // //////////////////////////////////////////////////