about summary refs log tree commit diff
path: root/src/game/g_tuning.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-17 01:03:14 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-17 01:03:14 +0000
commitad19e0702efa07fbe7df073ade599573917b9250 (patch)
treee2b57dde40772a7534cc50d0c3b3bd92c19e519e /src/game/g_tuning.h
parent259d2886334e443f533d27244386e9e003b2cf34 (diff)
downloadzcatch-ad19e0702efa07fbe7df073ade599573917b9250.tar.gz
zcatch-ad19e0702efa07fbe7df073ade599573917b9250.zip
tweaked the rifle and added rifle sounds
Diffstat (limited to 'src/game/g_tuning.h')
-rw-r--r--src/game/g_tuning.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/game/g_tuning.h b/src/game/g_tuning.h
index b80398d4..80b3310f 100644
--- a/src/game/g_tuning.h
+++ b/src/game/g_tuning.h
@@ -1,5 +1,5 @@
 /* physics tuning */
-MACRO_TUNING_PARAM(ground_control_speed, 350.0f / ticks_per_second)
+MACRO_TUNING_PARAM(ground_control_speed, 10.0f)
 MACRO_TUNING_PARAM(ground_control_accel, 100.0f / ticks_per_second)
 MACRO_TUNING_PARAM(ground_friction, 0.5f)
 MACRO_TUNING_PARAM(ground_jump_impulse, 12.6f)
@@ -8,14 +8,14 @@ MACRO_TUNING_PARAM(air_control_speed, 250.0f / ticks_per_second)
 MACRO_TUNING_PARAM(air_control_accel, 1.5f)
 MACRO_TUNING_PARAM(air_friction, 0.95f)
 MACRO_TUNING_PARAM(hook_length, 34*10.0f)
-MACRO_TUNING_PARAM(hook_fire_speed, 45.0f)
+MACRO_TUNING_PARAM(hook_fire_speed, 80.0f)
 MACRO_TUNING_PARAM(hook_drag_accel, 3.0f)
 MACRO_TUNING_PARAM(hook_drag_speed, 15.0f)
 MACRO_TUNING_PARAM(gravity, 0.5f)
 
-MACRO_TUNING_PARAM(velramp_start, 500)
+MACRO_TUNING_PARAM(velramp_start, 550)
 MACRO_TUNING_PARAM(velramp_range, 2000)
-MACRO_TUNING_PARAM(velramp_curvature, 1.5f)
+MACRO_TUNING_PARAM(velramp_curvature, 1.4f)
 
 /* weapon tuning */
 MACRO_TUNING_PARAM(gun_curvature, 1.5f)
@@ -25,7 +25,7 @@ MACRO_TUNING_PARAM(shotgun_curvature, 1.5f)
 MACRO_TUNING_PARAM(shotgun_speed, 2200.0f)
 
 MACRO_TUNING_PARAM(grenade_curvature, 7.0f)
-MACRO_TUNING_PARAM(grenade_speed, 900.0f)
+MACRO_TUNING_PARAM(grenade_speed, 1000.0f)
 
 MACRO_TUNING_PARAM(laser_reach, 800.0f)
 MACRO_TUNING_PARAM(laser_bounce_delay, 150)