From: Mario Date: Wed, 18 Dec 2019 18:03:18 +0000 (+1000) Subject: Set r_useportalculling to 1 by default until the issues with the engine's unrecommend... X-Git-Tag: xonotic-v0.8.5~1208 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0d15977c0e7f88a104dcc98203e5ce70ff93808f;p=xonotic%2Fxonotic-data.pk3dir.git 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 --- 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)