From: Mario Date: Sat, 7 Sep 2019 17:04:36 +0000 (+1000) Subject: Disable sv_cullentities_trace_eyejitter (spams the network with item updates) X-Git-Tag: xonotic-v0.8.5~1291 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2f17814bdb8e8e000ae02998665ed9efc0d7f5e8;p=xonotic%2Fxonotic-data.pk3dir.git Disable sv_cullentities_trace_eyejitter (spams the network with item updates) --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index cb3a550ae..89a04782f 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -492,6 +492,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 +// due to a bug in the engine, the default setting of this (16) spams the network with item updates +sv_cullentities_trace_eyejitter 0 // less "lagging" of other players, but also less PL tolerant... let's try this sv_clmovement_inputtimeout 0.066 // slightly less than 2 frames, so only one frame can be compensated