From 5a966fbe451ec9fe9137aff841919591c6176d23 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Wed, 13 Oct 2010 11:50:09 +0300 Subject: [PATCH] add forgotten cvar from the nex slow speed falloff commit --- balance25.cfg | 2 +- balanceLeeStricklin.cfg | 2 +- balanceNexSVN.cfg | 2 +- balanceSamual.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/balance25.cfg b/balance25.cfg index 8e387d32d..56e3f878b 100644 --- a/balance25.cfg +++ b/balance25.cfg @@ -437,7 +437,7 @@ set g_balance_nex_secondary_damagefalloff_forcehalflife 0 set g_balance_nex_velocitydependent_halflife 0 set g_balance_nex_velocitydependent_minspeed 400 set g_balance_nex_velocitydependent_maxspeed 1000 -set g_balance_nex_velocitydependent_movingavg_factor 0.9 +set g_balance_nex_velocitydependent_falloff_factor 0.001 // }}} // {{{ minstanex set g_balance_minstanex_refire 1 diff --git a/balanceLeeStricklin.cfg b/balanceLeeStricklin.cfg index 15210b6c1..88e0f8708 100644 --- a/balanceLeeStricklin.cfg +++ b/balanceLeeStricklin.cfg @@ -448,7 +448,7 @@ set g_balance_nex_secondary_damagefalloff_forcehalflife 9999999 set g_balance_nex_velocitydependent_halflife 0 set g_balance_nex_velocitydependent_minspeed 400 set g_balance_nex_velocitydependent_maxspeed 1000 -set g_balance_nex_velocitydependent_movingavg_factor 0.9 +set g_balance_nex_velocitydependent_falloff_factor 0.001 // }}} // {{{ minstanex set g_balance_minstanex_refire 1 diff --git a/balanceNexSVN.cfg b/balanceNexSVN.cfg index 729a07a78..9cfc751dc 100644 --- a/balanceNexSVN.cfg +++ b/balanceNexSVN.cfg @@ -436,7 +436,7 @@ set g_balance_nex_secondary_damagefalloff_forcehalflife 1500 set g_balance_nex_velocitydependent_halflife 0 set g_balance_nex_velocitydependent_minspeed 400 set g_balance_nex_velocitydependent_maxspeed 1000 -set g_balance_nex_velocitydependent_movingavg_factor 0.9 +set g_balance_nex_velocitydependent_falloff_factor 0.001 // }}} // {{{ minstanex set g_balance_minstanex_refire 1 diff --git a/balanceSamual.cfg b/balanceSamual.cfg index db66acf61..d43d82c28 100644 --- a/balanceSamual.cfg +++ b/balanceSamual.cfg @@ -437,7 +437,7 @@ set g_balance_nex_secondary_damagefalloff_forcehalflife 1500 set g_balance_nex_velocitydependent_halflife 0 set g_balance_nex_velocitydependent_minspeed 400 set g_balance_nex_velocitydependent_maxspeed 1000 -set g_balance_nex_velocitydependent_movingavg_factor 0.9 +set g_balance_nex_velocitydependent_falloff_factor 0.001 // }}} // {{{ minstanex set g_balance_minstanex_refire 1 -- 2.39.2