1 (edited by r3tr0 2008-05-18 01:28:08)

Topic: List of modifications?

Hi ^^
I want to know if there is a list of the modifications anywere? i cant find it in the forum.
A list like
tune gun_speed = Speed of the gun

Things that i cna change in the menue with pressing F2.

and so one.
Would be great if there is such a list. Im searching for a lot of modifications, most about the hangtime, the damage, ...

2

Re: List of modifications?

press F1 and type "dbg_tuning 1"
or take a look at:
http://www.teeworlds.com/forum/viewtopic.php?id=985

3 (edited by spl0k 2008-05-18 02:55:57)

Re: List of modifications?

You haven't searched enough.
http://www.teeworlds.com/forum/viewtopic.php?id=985

arg, rajh was faster than me :>

spl0k, aka Al`. From the HuH clan.
Noobing pwns since 01/01/1970.
TeeViewer - TeeComp

4 (edited by GSGDani 2008-05-30 15:22:33)

Re: List of modifications?

full tuning list:

/* physics tuning */
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)
MACRO_TUNING_PARAM(air_jump_impulse, 11.5f)
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, 380.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, 550)
MACRO_TUNING_PARAM(velramp_range, 2000)
MACRO_TUNING_PARAM(velramp_curvature, 1.4f)

/* weapon tuning */
MACRO_TUNING_PARAM(gun_curvature, 1.25f)
MACRO_TUNING_PARAM(gun_speed, 2200.0f)
MACRO_TUNING_PARAM(gun_lifetime, 2.0f)

MACRO_TUNING_PARAM(shotgun_curvature, 1.25f)
MACRO_TUNING_PARAM(shotgun_speed, 2200.0f)
MACRO_TUNING_PARAM(shotgun_speeddiff, 0.8f)
MACRO_TUNING_PARAM(shotgun_lifetime, 0.25f)

MACRO_TUNING_PARAM(grenade_curvature, 7.0f)
MACRO_TUNING_PARAM(grenade_speed, 1000.0f)
MACRO_TUNING_PARAM(grenade_lifetime, 2.0f)

MACRO_TUNING_PARAM(laser_reach, 800.0f)
MACRO_TUNING_PARAM(laser_bounce_delay, 150)
MACRO_TUNING_PARAM(laser_bounce_num, 1)
MACRO_TUNING_PARAM(laser_bounce_cost, 0)
MACRO_TUNING_PARAM(laser_damage, 5)

for using this commands you have to put it like here in the example:

"tune ground_control_speed 10"
or
"tune gravity 0.5" wink

Remember me? Questions? Just leave a message, I will respond within 72 hrs!

5

Re: List of modifications?

And how can i change the Damage of Grenade?

6 (edited by GSGDani 2008-05-18 16:03:50)

Re: List of modifications?

use homing mod for example "http://rapidshare.com/files/105410618/homing.zip"
config:
sv_hammer # # #            (dmg rate semi/auto) (default: 4 150 0)
sv_pistol # # # # # # #        (dmg rate speed semi/auto ammoregen lifespan homing) (default: 1 100 35 0 300 100 0)
sv_shotgun # # # # # # # (dmg rate speed semi/auto ammoregen lifespan homing) (default: 1 500 35 1 0 20 0)
sv_grenade # # # # # # # (dmg rate speed semi/auto ammoregen lifespan homing) (default: 6 600 16 1 0 100 0)
sv_rifle # # # # # # # (dmg rate speed semi/auto ammoregen lifespan homing) (default: 5 800 20 1 0 800 0)
sv_ninja # # #    (dmg rate semi/auto) (default:9 800 0)

full list of commands is include homing.zip

Remember me? Questions? Just leave a message, I will respond within 72 hrs!