X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=e9d5b285bd05c74d083b9128b7d7b04d95d844e1;hb=f55c7a1f0dfc22a6b1237f8e1e76a044211661a1;hp=62c6709e21cef7a1f5b88f29b67644d96d02e7d4;hpb=12c9954950d1269d8eace11c19f9699506291c59;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 62c6709e2..e9d5b285b 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -432,7 +432,7 @@ set bot_wander_enable 1 "Have bots wander around if they are unable to reach any // general bot AI cvars set bot_ai_thinkinterval 0.05 set bot_ai_strategyinterval 5 "How often a new objective is chosen" -set bot_ai_enemydetectioninterval 3 "How often bots pick a new target" +set bot_ai_enemydetectioninterval 2 "How often bots pick a new target" set bot_ai_enemydetectionradius 10000 "How far bots can see enemies" set bot_ai_dodgeupdateinterval 0.2 "How often scan for items to dodge. Currently not in use." set bot_ai_chooseweaponinterval 0.5 "How often the best weapon according to the situation will be chosen" @@ -1186,8 +1186,6 @@ set g_campaign 0 set g_campaign_forceteam 0 "Forces the player to a given team in campaign mode, 1 = red, 2 = blue, 3 = yellow, 4 = pink" seta g_campaign_name "xonoticbeta" set g_campaign_skill 0 -set g_campaignxonotic20_index 0 -set g_campaignxonotic25_index 1 alias singleplayer_start "g_campaign_index 0; set scmenu_campaign_goto 0" alias singleplayer_continue "set scmenu_campaign_goto -1"