[nexuiz-commits] r7524 - trunk/data
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Aug 25 21:15:30 EDT 2009
Author: mand1nga
Date: 2009-08-25 21:15:30 -0400 (Tue, 25 Aug 2009)
New Revision: 7524
Modified:
trunk/data/defaultNexuiz.cfg
Log:
Disabled bot jetpack navigation by default
Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg 2009-08-26 00:56:41 UTC (rev 7523)
+++ trunk/data/defaultNexuiz.cfg 2009-08-26 01:15:30 UTC (rev 7524)
@@ -399,7 +399,7 @@
set bot_ai_bunnyhop_stopdistance 220 "Stop jumping after reaching this distance to the goal"
set bot_ai_bunnyhop_firstjumpdelay 0.5 "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 1 "Enable bots to navigat maps using the jetpack"
+set bot_ai_navigation_jetpack 0 "Enable bots to navigat maps using the jetpack"
set bot_ai_navigation_jetpack_mindistance 2500 "Bots will try fly to objects located farther than this distance"
// Better don't touch these, there are hard to tweak!
set bot_ai_aimskill_order_mix_1st 0.01 "Amount of the 1st filter output to apply to the aiming angle"
More information about the nexuiz-commits
mailing list