[nexuiz-commits] r8040 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 3 14:57:30 EDT 2009


Author: mand1nga
Date: 2009-10-03 14:57:29 -0400 (Sat, 03 Oct 2009)
New Revision: 8040

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
Lowered the priority of fireball in bot weapon preferences. Some other minor changes matching current balance. TODO: Make bot weapon preferences balance dependent.

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-10-03 18:53:20 UTC (rev 8039)
+++ trunk/data/defaultNexuiz.cfg	2009-10-03 18:57:29 UTC (rev 8040)
@@ -384,9 +384,9 @@
 set bot_ai_aimskill_offset 0.3 "Amount of error induced to the bots aim"
 set bot_ai_aimskill_think 1 "Aiming velocity. Use values below 1 for slower aiming"
 set bot_ai_custom_weapon_priority_distances "300 850"	"Define close and far distances in any order. Based on the distance to the enemy bots will choose different weapons"
-set bot_ai_custom_weapon_priority_far "11 16 7 15 14 4 5 8 13 6 1 3 9 2"	"Desired weapons for far distances ordered by priority"
-set bot_ai_custom_weapon_priority_mid "11 16 9 4 5 3 7 15 14 6 13 8 2 1"	"Desired weapons for middle distances ordered by priority"
-set bot_ai_custom_weapon_priority_close "11 16 7 3 13 14 8 6 4 2 5 15 1"	"Desired weapons for close distances ordered by priority"
+set bot_ai_custom_weapon_priority_far "11 7 15 14 9 4 5 8 13 6 1 3 16 2"	"Desired weapons for far distances ordered by priority"
+set bot_ai_custom_weapon_priority_mid "11 9 7 16 4 5 3 15 14 6 13 8 2 1"	"Desired weapons for middle distances ordered by priority"
+set bot_ai_custom_weapon_priority_close "11 7 3 13 14 8 6 4 2 5 15 1 16"	"Desired weapons for close distances ordered by priority"
 set bot_ai_weapon_combo 1	"Enable bots to do weapon combos"
 set bot_ai_weapon_combo_threshold 0.3	"Try to make a combo N seconds after the last attack"
 set bot_ai_friends_aware_pickup_radius "500"	"Bots will not pickup items if a team mate is this distance near the item"



More information about the nexuiz-commits mailing list