r5376 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 2 06:14:33 EST 2009


Author: div0
Date: 2009-01-02 06:14:33 -0500 (Fri, 02 Jan 2009)
New Revision: 5376

Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/weapons.cfg
Log:
slightly faster bullets


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-01-02 04:14:12 UTC (rev 5375)
+++ trunk/data/defaultNexuiz.cfg	2009-01-02 11:14:33 UTC (rev 5376)
@@ -1272,9 +1272,9 @@
 //     caliber .3, 150 grains, bullet constant 137.7220774221867
 
 set g_ballistics_force 0 // 1: make all bullets use the ballistics code instead of hitscan
-set g_ballistics_force_uzi_speed 12000 // speed of uzi bullets if g_ballistics_force is 1
-set g_ballistics_force_uzi_bulletconstant 115 // 5.8qu
-set g_ballistics_force_shotgun_speed 15000 // speed of shotgun bullets if g_ballistics_force is 1
-set g_ballistics_force_shotgun_bulletconstant 50 // 3.9qu
+set g_ballistics_force_uzi_speed 18000 // speed of uzi bullets if g_ballistics_force is 1
+set g_ballistics_force_uzi_bulletconstant 115 // 13.1qu
+set g_ballistics_force_shotgun_speed 12000 // speed of shotgun bullets if g_ballistics_force is 1
+set g_ballistics_force_shotgun_bulletconstant 75 // 3.8qu
 
 set cl_stripcolorcodes 0 // experimental feature (notes: strips ALL color codes from messages!)

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-01-02 04:14:12 UTC (rev 5375)
+++ trunk/data/weapons.cfg	2009-01-02 11:14:33 UTC (rev 5376)
@@ -357,15 +357,15 @@
 set g_balance_campingrifle_primary_refire 0.7
 set g_balance_campingrifle_primary_animtime 0.3
 set g_balance_campingrifle_primary_ammo 10
-set g_balance_campingrifle_primary_bulletconstant 120 // 51.9qu
+set g_balance_campingrifle_primary_bulletconstant 130 // 56.3qu
 set g_balance_campingrifle_secondary_damage 60
 set g_balance_campingrifle_secondary_headshotaddeddamage 0
 set g_balance_campingrifle_secondary_spread 0.01
 set g_balance_campingrifle_secondary_force 1
-set g_balance_campingrifle_secondary_speed 18000
+set g_balance_campingrifle_secondary_speed 20000
 set g_balance_campingrifle_secondary_lifetime 5
 set g_balance_campingrifle_secondary_refire 0.12
 set g_balance_campingrifle_secondary_animtime 0.06
 set g_balance_campingrifle_secondary_ammo 10
 set g_balance_campingrifle_secondary_health 5
-set g_balance_campingrifle_secondary_bulletconstant 120 // 13.7qu
+set g_balance_campingrifle_secondary_bulletconstant 130 // 18.3qu




More information about the nexuiz-commits mailing list