6#ifndef MACRO_TUNING_PARAM
8#define MACRO_TUNING_PARAM(Name, ScriptName, Value, Description)
12MACRO_TUNING_PARAM(GroundControlSpeed, ground_control_speed, 10.0f,
"Max speed the tee can get on ground")
15MACRO_TUNING_PARAM(GroundJumpImpulse, ground_jump_impulse, 13.2f,
"Impulse when jumping on ground")
16MACRO_TUNING_PARAM(AirJumpImpulse, air_jump_impulse, 12.0f,
"Impulse when jumping in air")
18MACRO_TUNING_PARAM(AirControlAccel, air_control_accel, 1.5f,
"Acceleration speed in air")
22MACRO_TUNING_PARAM(HookDragAccel, hook_drag_accel, 3.0f,
"Acceleration when hook is stuck")
28MACRO_TUNING_PARAM(VelrampCurvature, velramp_curvature, 1.4f,
"Velocity ramp curvature")
37MACRO_TUNING_PARAM(ShotgunSpeeddiff, shotgun_speeddiff, 0.8f,
"(UNUSED) Speed difference between shotgun bullets")
38MACRO_TUNING_PARAM(ShotgunLifetime, shotgun_lifetime, 0.20f,
"(UNUSED) Shotgun lifetime")
45MACRO_TUNING_PARAM(LaserBounceDelay, laser_bounce_delay, 150,
"When bouncing, stop the laser this long")
46MACRO_TUNING_PARAM(LaserBounceNum, laser_bounce_num, 1000,
"How many times the laser can bounce")
47MACRO_TUNING_PARAM(LaserBounceCost, laser_bounce_cost, 0,
"Remove this much from reach when laser is bouncing")
54MACRO_TUNING_PARAM(JetpackStrength, jetpack_strength, 400.0f,
"Jetpack pistol strength")
56MACRO_TUNING_PARAM(ExplosionStrength, explosion_strength, 6.0f,
"Explosion strength (grenade for example)")
60MACRO_TUNING_PARAM(HammerFireDelay, hammer_fire_delay, 125,
"Delay of hammering (when hitting nothing)")
62MACRO_TUNING_PARAM(ShotgunFireDelay, shotgun_fire_delay, 500,
"Delay of firing shotgun")
63MACRO_TUNING_PARAM(GrenadeFireDelay, grenade_fire_delay, 500,
"Delay of firing grenade")
64MACRO_TUNING_PARAM(LaserFireDelay, laser_fire_delay, 800,
"Delay of firing laser laser")
66MACRO_TUNING_PARAM(HammerHitFireDelay, hammer_hit_fire_delay, 320,
"Delay of hammering (when hitting another tee)")
69MACRO_TUNING_PARAM(GroundElasticityY, ground_elasticity_y, 0,
"Ground/ceiling elasticity")
@ SERVER_TICK_SPEED
Definition protocol.h:81
#define MACRO_TUNING_PARAM(Name, ScriptName, Value, Description)
#define MACRO_TUNING_PARAM(Name, ScriptName, Value, Description)
Definition tuning.h:8