mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
Clean up
This commit is contained in:
parent
17f15bdafd
commit
037de678a5
@ -228,7 +228,7 @@ set scr_war_promode "0"
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
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_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_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.
|
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||||
|
@ -228,7 +228,7 @@ set scr_war_promode "0"
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
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_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_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.
|
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||||
|
@ -228,7 +228,7 @@ set scr_war_promode "0"
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
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_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_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.
|
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||||
|
@ -1267,7 +1267,7 @@ aim()
|
|||||||
if (self canAds(dist, curweap))
|
if (self canAds(dist, curweap))
|
||||||
{
|
{
|
||||||
if (weaponClass(curweap) != "sniper" || !self.pers["bots"]["behavior"]["quickscope"])
|
if (weaponClass(curweap) != "sniper" || !self.pers["bots"]["behavior"]["quickscope"])
|
||||||
self thread pressAds();
|
self thread pressAds();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "" +exec pvbrust.cfg +map_rotate
|
start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "0" +set net_port "28960" +set fs_game "" +exec pvbrust.cfg +map_rotate
|
@ -1 +1 @@
|
|||||||
start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "mods/pvb" +exec pvbvote.cfg +map_rotate
|
start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "0" +set net_port "28960" +set fs_game "mods/pvb" +exec pvbvote.cfg +map_rotate
|
Loading…
x
Reference in New Issue
Block a user