From: Florian Paul Schmidt Date: Tue, 30 Mar 2010 00:35:19 +0000 (+0200) Subject: DODGING: horiz speed default nerfed to 300 X-Git-Tag: xonotic-v0.1.0preview~669^2~3 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=3aae8847454864ad403c293d8f57908c19ecd83c DODGING: horiz speed default nerfed to 300 --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index e524d3a74c..2d735c9fd4 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -519,7 +519,7 @@ seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on set sv_dodging_wall_dodging 0 "set to 1 to allow dodging off walls. 0 to disable" set sv_dodging_delay 0.5 "determines how long a player has to wait to be able to dodge again after dodging" set sv_dodging_up_speed 200 "the jump velocity of the dodge" -set sv_dodging_horiz_speed 350 "the horizontal velocity of the dodge" +set sv_dodging_horiz_speed 300 "the horizontal velocity of the dodge" set sv_dodging_ramp_time 0.1 "a ramp so that the horizontal part of the dodge is added smoothly (seconds)" set sv_dodging_height_threshold 10 "the maximum height above ground where to allow dodging" set sv_dodging_wall_distance_threshold 10 "the maximum distance from a wall that still allows dodging"