From 0d15977c0e7f88a104dcc98203e5ce70ff93808f Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 19 Dec 2019 04:03:18 +1000 Subject: [PATCH] Set r_useportalculling to 1 by default until the issues with the engine's unrecommended default of 2 are resolved, fixes graphical issues on some maps --- xonotic-client.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index a6494cc08..dbcaafe47 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -745,6 +745,9 @@ set debugtrace 0 // FIXME remove this when the engine feature FINALLY MAYBE works r_glsl_skeletal 0 +// FIXME engine description mentions the default should be 1, but sets it to 2 anyway, breaks some maps +r_useportalculling 1 + // animation tuning set cl_lerpanim_maxdelta_framegroups 0.05 // must be faster than fastest weapon refire set cl_lerpanim_maxdelta_server 0.1 // must be slower than slowest server controlled anim (e.g. animinfo stuff) -- 2.39.2