r5242 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 16 09:13:27 EST 2008


Author: div0
Date: 2008-12-16 09:13:26 -0500 (Tue, 16 Dec 2008)
New Revision: 5242

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
more distance before it switches to nex whore mode


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-12-16 13:43:41 UTC (rev 5241)
+++ trunk/data/defaultNexuiz.cfg	2008-12-16 14:13:26 UTC (rev 5242)
@@ -256,6 +256,12 @@
 set bot_ai_aimskill_order_filter_3th 0.05
 set bot_ai_aimskill_order_filter_4th 0.25
 set bot_ai_aimskill_order_filter_5th 0.3
+set bot_ai_custom_weapon_priority_distances "200 1000" // Define close and far distances in any order, the bots will detect middle distances automatically. 
+set bot_ai_custom_weapon_priority_far   "11 7 14 4 5 8 13 6 1 3 9 2" // Desired weapons in any order. Up to the max ammount of weapons available in the system 
+set bot_ai_custom_weapon_priority_mid   "11 9 4 5 3 7 14 6 13 8 2 1" // same as previous 
+set bot_ai_custom_weapon_priority_close "11 3 9 13 14 8 6 4 2 5 7 1" // same as previous
+set bot_ai_weapon_combo 1 // Enable weapon combos 
+set bot_ai_weapon_combo_threshold 0.3 // Try to make a combo N seconds after the last attack
 
 // waypoint editor enable
 set g_waypointeditor 0




More information about the nexuiz-commits mailing list