r4841 - in trunk/data: . qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Oct 23 09:11:28 EDT 2008


Author: div0
Date: 2008-10-23 09:11:27 -0400 (Thu, 23 Oct 2008)
New Revision: 4841

Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/common/constants.qh
   trunk/data/weapons.cfg
Log:
add some missing cvars for hlac and seeker; fix newlines in constants.qh; slightly tune down seeker


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-10-23 13:01:13 UTC (rev 4840)
+++ trunk/data/defaultNexuiz.cfg	2008-10-23 13:11:27 UTC (rev 4841)
@@ -1112,15 +1112,15 @@
 
 alias allready "sv_cmd allready"
 
-seta cl_weaponpriority "9 8 11 7 6 5 4 3 2 1 10 12" // default porto and hook as LOW priority, use the weapon key numbers otherwise
+seta cl_weaponpriority "14 13 9 8 11 7 6 5 4 3 2 1 10 12" // default porto and hook as LOW priority, use the weapon key numbers otherwise
 seta cl_weaponpriority_useforcycling 0
 // impulse 200, 210, 220:
-seta cl_weaponpriority0 "9 8 4"      // explosives    (RL Hagar Mortar)
+seta cl_weaponpriority0 "14 9 8 4"   // explosives    (RL Hagar Mortar)
 // impulse 201, 211, 221:
-seta cl_weaponpriority1 "7 6 5 1"    // energy        (Nex Crylink Electro Laser)
+seta cl_weaponpriority1 "13 7 6 5 1" // energy        (Nex Crylink Electro Laser)
 seta cl_weaponpriority2 "7 3"        // hitscan exact (Nex MG)
 seta cl_weaponpriority3 "7 3 2"      // hitscan all   (Nex MG Shotgun)
-seta cl_weaponpriority4 "8 6 5 2"    // spam          (Hagar Crylink Electro Shotgun)
+seta cl_weaponpriority4 "13 8 6 5 2" // spam          (Hagar Crylink Electro Shotgun)
 seta cl_weaponpriority5 "1 12 10"    // for moving    (Laser Hook Port-O-Launch)
 seta cl_weaponpriority6 ""
 seta cl_weaponpriority7 ""
@@ -1144,6 +1144,8 @@
 set g_weaponreplace_10 ""
 set g_weaponreplace_11 ""
 set g_weaponreplace_12 ""
+set g_weaponreplace_13 ""
+set g_weaponreplace_14 ""
 
 seta sv_status_privacy 1 // hide IP addresses from "status" replies shown to clients
 

Modified: trunk/data/qcsrc/common/constants.qh
===================================================================
--- trunk/data/qcsrc/common/constants.qh	2008-10-23 13:01:13 UTC (rev 4840)
+++ trunk/data/qcsrc/common/constants.qh	2008-10-23 13:11:27 UTC (rev 4841)
@@ -313,9 +313,9 @@
 float WEP_ROCKET_LAUNCHER	=  9; float WEPBIT_ROCKET_LAUNCHER	= 256;
 float WEP_PORTO				= 10; float WEPBIT_PORTO			= 512;
 float WEP_MINSTANEX			= 11; float WEPBIT_MINSTANEX		= 1024;
-float WEP_HOOK     			= 12; float WEPBIT_HOOK     		= 2048;
-float WEP_HLAC			    = 13; float WEPBIT_HLAC		        = 4096;
-float WEP_SEEKER			= 14; float WEPBIT_SEEKER		    = 8192;
+float WEP_HOOK     			= 12; float WEPBIT_HOOK     		= 2048;
+float WEP_HLAC			    = 13; float WEPBIT_HLAC		        = 4096;
+float WEP_SEEKER			= 14; float WEPBIT_SEEKER		    = 8192;
 float WEP_LAST				= 14; float WEPBIT_ALL              = 16383;
 float WEP_COUNT             = 15;
 

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2008-10-23 13:01:13 UTC (rev 4840)
+++ trunk/data/weapons.cfg	2008-10-23 13:11:27 UTC (rev 4841)
@@ -292,7 +292,7 @@
 set g_balance_seeker_missile_speed_max    1250
 set g_balance_seeker_missile_turnrate     0.65
 
-set g_balance_seeker_missile_damage       45
+set g_balance_seeker_missile_damage       40
 set g_balance_seeker_missile_edgedamage   10
 set g_balance_seeker_missile_radius       80
 set g_balance_seeker_missile_force        250
@@ -301,7 +301,7 @@
 set g_balance_seeker_missile_lifetime 	    15
 set g_balance_seeker_missile_refire           0.5
 set g_balance_seeker_missile_animtime 	    0.25
-set g_balance_seeker_missile_ammo             1
+set g_balance_seeker_missile_ammo             2
 
 set g_balance_seeker_missile_proxy            0
 set g_balance_seeker_missile_proxy_maxrange   45




More information about the nexuiz-commits mailing list