[nexuiz-commits] r7887 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 23 17:22:34 EDT 2009


Author: div0
Date: 2009-09-23 17:22:34 -0400 (Wed, 23 Sep 2009)
New Revision: 7887

Modified:
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
faster guiding (ugly)


Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-09-23 20:13:12 UTC (rev 7886)
+++ trunk/data/weapons.cfg	2009-09-23 21:22:34 UTC (rev 7887)
@@ -274,7 +274,7 @@
 set g_balance_rocketlauncher_damageforcescale 0
 set g_balance_rocketlauncher_detonatedelay 0.05 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time
 set g_balance_rocketlauncher_guiderate 360 // max degrees per second
-set g_balance_rocketlauncher_guideratedelay 0.5 // takes a while to full guide rate
+set g_balance_rocketlauncher_guideratedelay 0.25 // takes a while to full guide rate
 set g_balance_rocketlauncher_guidegoal 512 // goal distance for (non-laser) guiding (higher = less control, lower = erratic)
 set g_balance_rocketlauncher_guidedelay 0.15 // delay before guiding kicks in
 set g_balance_rocketlauncher_guidestop 0 // stop guiding when firing again

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-09-23 20:13:12 UTC (rev 7886)
+++ trunk/data/weaponsHavoc.cfg	2009-09-23 21:22:34 UTC (rev 7887)
@@ -269,7 +269,7 @@
 set g_balance_rocketlauncher_damageforcescale 0
 set g_balance_rocketlauncher_detonatedelay 0.05 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time
 set g_balance_rocketlauncher_guiderate 360 // max degrees per second
-set g_balance_rocketlauncher_guideratedelay 0.5 // takes a while to full guide rate
+set g_balance_rocketlauncher_guideratedelay 0.25 // takes a while to full guide rate
 set g_balance_rocketlauncher_guidegoal 512 // goal distance for (non-laser) guiding (higher = less control, lower = erratic)
 set g_balance_rocketlauncher_guidedelay 0.15 // delay before guiding kicks in
 set g_balance_rocketlauncher_guidestop 0 // stop guiding when firing again



More information about the nexuiz-commits mailing list