[nexuiz-commits] r8131 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 14 17:37:25 EDT 2009


Author: fruitiex
Date: 2009-10-14 17:37:23 -0400 (Wed, 14 Oct 2009)
New Revision: 8131

Modified:
   trunk/data/balanceNexrun.cfg
Log:
use weaponreplace instead of sv_q3acompat_machineshotgunswap, make the uzi a bit more powerful


Modified: trunk/data/balanceNexrun.cfg
===================================================================
--- trunk/data/balanceNexrun.cfg	2009-10-14 14:54:42 UTC (rev 8130)
+++ trunk/data/balanceNexrun.cfg	2009-10-14 21:37:23 UTC (rev 8131)
@@ -11,8 +11,8 @@
 // example: g_weaponreplace_nex "nex minstanex", then Nexes become MinstaNexes 50% of the times
 // set the cvars to "0" to totally disable a weapon
 set g_weaponreplace_laser ""
-set g_weaponreplace_shotgun ""
-set g_weaponreplace_uzi ""
+set g_weaponreplace_shotgun "uzi"
+set g_weaponreplace_uzi "shotgun"
 set g_weaponreplace_grenadelauncher ""
 set g_weaponreplace_electro ""
 set g_weaponreplace_crylink ""
@@ -26,7 +26,7 @@
 set g_weaponreplace_campingrifle ""
 set g_weaponreplace_tuba ""
 set g_weaponreplace_fireball 0 // Don't kill me div0, just for now until I figure out a good balance for it.
-set sv_q3acompat_machineshotgunswap 1
+set sv_q3acompat_machineshotgunswap 0
 // }}}
 
 // {{{ starting gear
@@ -49,7 +49,7 @@
 set g_balance_health_start 125
 set g_balance_armor_start 0
 set g_start_ammo_shells 0
-set g_start_ammo_nails 80
+set g_start_ammo_nails 120
 set g_start_ammo_rockets 0
 set g_start_ammo_cells 0
 set g_start_ammo_fuel 0
@@ -256,14 +256,14 @@
 set g_balance_shotgun_secondary_bulletconstant 75 // 3.8qu
 //   }}}
 //   {{{ uzi
-set g_balance_uzi_first_damage 8
+set g_balance_uzi_first_damage 10
 set g_balance_uzi_first_force 0
-set g_balance_uzi_first_spread 0.015
+set g_balance_uzi_first_spread 0.007
 set g_balance_uzi_first_refire 0.15
 set g_balance_uzi_first_ammo 1
-set g_balance_uzi_sustained_damage 6
+set g_balance_uzi_sustained_damage 7
 set g_balance_uzi_sustained_force 0
-set g_balance_uzi_sustained_spread 0.05
+set g_balance_uzi_sustained_spread 0.02
 set g_balance_uzi_sustained_refire 0.1
 set g_balance_uzi_sustained_ammo 1
 set g_balance_uzi_speed 18000



More information about the nexuiz-commits mailing list