From 40c99b50ee69f18ebe88918e72a4598822c41ea0 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 25 Oct 2013 14:33:42 +0200 Subject: [PATCH] inputtimeout: should be 0.066 (slightly less than 2 frames) so if one frame was lost, it's compensated almost correctly. --- defaultXonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 49f43333c..5b6637fa9 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1414,7 +1414,7 @@ sv_cullentities_trace 1 r_cullentities_trace 0 // less "lagging" of other players, but also less PL tolerant... let's try this -sv_clmovement_inputtimeout 0.04 // more than 1, less than 2 server frames +sv_clmovement_inputtimeout 0.066 // slightly less than 2 frames, so only one frame can be compensated // exact gloss looks better, e.g. on g-23 r_shadow_glossexact 1 -- 2.39.2