From: Florian Paul Schmidt Date: Sun, 21 Mar 2010 01:45:20 +0000 (+0100) Subject: DODGING: set the dodging timeout default to a sensible value. If g_dodging is enabled... X-Git-Tag: xonotic-v0.1.0preview~680^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=73220a0024c4e5bc50b6fb88fc41421694045495;p=xonotic%2Fxonotic-data.pk3dir.git DODGING: set the dodging timeout default to a sensible value. If g_dodging is enabled on a server, we can assume players want to use it. They can always set the timeout to 0 after falling off some maps ;D --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 12558d5b4..300b911f0 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -514,7 +514,7 @@ set g_grappling_hook 0 "let players spawn with the grappling hook which allows t set g_dodging 0 "set to 1 to enable dodging in games" -seta cl_dodging_timeout 0 "determines how long apart (in seconds) two taps on the same direction key are considered a dodge. use 0 to disable" +seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on the same direction key are considered a dodge. use 0 to disable" set sv_dodging_walldodging 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"