diff --git a/main/pvbrust.cfg b/main/pvbrust.cfg index 269483d..bff35a1 100644 --- a/main/pvbrust.cfg +++ b/main/pvbrust.cfg @@ -228,7 +228,7 @@ set scr_war_promode "0" ////////////////////////////////////////////////// set scr_dom_scorelimit "300" // Score limit to win the game. -set scr_dom_timelimit "0" // Duration in minutes for the game to end if the score limit isn't reached. +set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isn't reached. set scr_dom_playerrespawndelay "0" // How long player will wait until respawn. set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round. set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited. diff --git a/main/pvbvote.cfg b/main/pvbvote.cfg index dab9ad0..5b4a691 100644 --- a/main/pvbvote.cfg +++ b/main/pvbvote.cfg @@ -228,7 +228,7 @@ set scr_war_promode "0" ////////////////////////////////////////////////// set scr_dom_scorelimit "300" // Score limit to win the game. -set scr_dom_timelimit "0" // Duration in minutes for the game to end if the score limit isn't reached. +set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isn't reached. set scr_dom_playerrespawndelay "0" // How long player will wait until respawn. set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round. set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited. diff --git a/main/server.cfg b/main/server.cfg index 0402ddf..81b2ede 100644 --- a/main/server.cfg +++ b/main/server.cfg @@ -228,7 +228,7 @@ set scr_war_promode "0" ////////////////////////////////////////////////// set scr_dom_scorelimit "300" // Score limit to win the game. -set scr_dom_timelimit "0" // Duration in minutes for the game to end if the score limit isn't reached. +set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isn't reached. set scr_dom_playerrespawndelay "0" // How long player will wait until respawn. set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round. set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited. diff --git a/userraw/maps/mp/bots/_bot_internal.gsc b/userraw/maps/mp/bots/_bot_internal.gsc index d14f2ec..3375b54 100644 --- a/userraw/maps/mp/bots/_bot_internal.gsc +++ b/userraw/maps/mp/bots/_bot_internal.gsc @@ -1267,7 +1267,7 @@ aim() if (self canAds(dist, curweap)) { if (weaponClass(curweap) != "sniper" || !self.pers["bots"]["behavior"]["quickscope"]) - self thread pressAds(); + self thread pressAds(); } } diff --git a/z_server_pvbrust.bat b/z_server_pvbrust.bat index 254d8d8..a6fad7b 100644 --- a/z_server_pvbrust.bat +++ b/z_server_pvbrust.bat @@ -1 +1 @@ -start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "" +exec pvbrust.cfg +map_rotate \ No newline at end of file +start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "0" +set net_port "28960" +set fs_game "" +exec pvbrust.cfg +map_rotate \ No newline at end of file diff --git a/z_server_pvbvote.bat b/z_server_pvbvote.bat index 7569289..09cab02 100644 --- a/z_server_pvbvote.bat +++ b/z_server_pvbvote.bat @@ -1 +1 @@ -start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "mods/pvb" +exec pvbvote.cfg +map_rotate \ No newline at end of file +start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "0" +set net_port "28960" +set fs_game "mods/pvb" +exec pvbvote.cfg +map_rotate \ No newline at end of file