From 73220a0024c4e5bc50b6fb88fc41421694045495 Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sun, 21 Mar 2010 02:45:20 +0100 Subject: [PATCH] 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 --- defaultXonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2