From 6bf58f347981bcfdc06222bd6de7872054da9166 Mon Sep 17 00:00:00 2001 From: mand1nga Date: Thu, 18 Aug 2011 22:29:20 -0300 Subject: [PATCH] Tune up some variables --- defaultXonotic.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 3dc51da56..e3231c1d2 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" @@ -457,8 +457,8 @@ set bot_ai_weapon_combo_threshold 0.4 "Try to make a combo N seconds after the l set bot_ai_friends_aware_pickup_radius "500" "Bots will not pickup items if a team mate is this distance near the item" set bot_ai_ignoregoal_timeout 3 "Ignore goals making bots to get stuck in front of a wall for N seconds" set bot_ai_bunnyhop_skilloffset 7 "Bots with skill equal or greater than this value will perform the \"bunnyhop\" technique" -set bot_ai_bunnyhop_startdistance 100 "Run to goals located further than this distance" -set bot_ai_bunnyhop_stopdistance 125 "Stop jumping after reaching this distance to the goal" +set bot_ai_bunnyhop_startdistance 200 "Run to goals located further than this distance" +set bot_ai_bunnyhop_stopdistance 200 "Stop jumping after reaching this distance to the goal" set bot_ai_bunnyhop_firstjumpdelay 0.2 "Start running to the goal only if it was seen for more than N seconds" set bot_god 0 "god mode for bots" set bot_ai_navigation_jetpack 0 "Enable bots to navigate maps using the jetpack" -- 2.39.2