From 061e83a2b9012d82233abed29680d0768df4aa26 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Fri, 7 Aug 2020 18:53:05 +1000 Subject: [PATCH] Support pings up to 400 for trace ent culling eye position prediction --- xonotic-server.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 85923c8ea..0825e4dd0 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -506,6 +506,8 @@ set g_maxspeed 0 "player speed limit, faster players are killed (0 for unlimited // sv_cullentities_trace is 1, so the client doesn't have to sv_cullentities_trace 1 +// support pings up to 400 for eye position prediction +sv_cullentities_trace_prediction_time 0.4 // due to a bug in the engine, the default setting of this (16) spams the network with item updates sv_cullentities_trace_eyejitter 0 -- 2.39.2