]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultServer.cfg
Bot AI: tweak timeout values for searching a new goal and for searching a new goal...
[xonotic/xonotic-data.pk3dir.git] / defaultServer.cfg
index a63ad8345dda9e0b1cf272fc3698fa7fe43aed41..2e8090666556fa039d1997ab2176e15813c0f849 100644 (file)
@@ -115,8 +115,8 @@ set bot_debug_goalstack 0 "Visualize the current path that each bot is following
 set bot_wander_enable 1 "Have bots wander around if they are unable to reach any useful goal. Disable only for debugging purposes."
 // 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_strategyinterval_movingtarget 3.5 "How often a new objective is chosen when current objective can move"
+set bot_ai_strategyinterval 7 "How often a new objective is chosen"
+set bot_ai_strategyinterval_movingtarget 5.5 "How often a new objective is chosen when current objective can move"
 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."