[nexuiz-commits] r8084 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 9 15:36:25 EDT 2009


Author: fruitiex
Date: 2009-10-09 15:36:24 -0400 (Fri, 09 Oct 2009)
New Revision: 8084

Modified:
   trunk/data/balanceNexrun.cfg
Log:
add missing cvars


Modified: trunk/data/balanceNexrun.cfg
===================================================================
--- trunk/data/balanceNexrun.cfg	2009-10-09 18:48:47 UTC (rev 8083)
+++ trunk/data/balanceNexrun.cfg	2009-10-09 19:36:24 UTC (rev 8084)
@@ -3,15 +3,13 @@
 //
 // And... don't forget to edit the other balance*.cfg too.
 
-//set cvar_check_balance f419825b823199b15cb1aafdb4e5422a
+set cvar_check_balance 1e423b95c67bac7998289473abe8feb1
 
 // {{{ weapon replacement
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!
 // 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 sv_q3acompat_machineshotgunswap 1
-
 set g_weaponreplace_laser ""
 set g_weaponreplace_shotgun ""
 set g_weaponreplace_uzi ""
@@ -28,6 +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
 // }}}
 
 // {{{ starting gear
@@ -161,6 +160,10 @@
 // {{{ misc
 set g_balance_selfdamagepercent 0.6
 set g_balance_weaponswitchdelay 0
+set g_weaponspeedfactor 1 "weapon projectile speed multiplier"
+set g_weaponratefactor 1 "weapon fire rate multiplier"
+set g_weapondamagefactor 1 "weapon damage multiplier"
+set g_weaponforcefactor 1 "weapon force multiplier"
 set g_balance_firetransfer_time 0.9
 set g_balance_firetransfer_damage 0.8
 set g_throughfloor_damage 0.5



More information about the nexuiz-commits mailing list