From f967c4ea061f7ade32ece7ae04da794eeef33396 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Sep 2019 21:24:09 +1000 Subject: [PATCH] Disable cl_maxfps_alwayssleep (Xonotic caps FPS by default, this setting is not necessary anymore) --- xonotic-client.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 280eaab36a..6ee12fd5d6 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -166,6 +166,7 @@ seta cl_leanmodel_highpass1 0.2 "gun leaning pre-highpass averaging time" seta cl_leanmodel_highpass 0.2 "gun leaning highpass averaging time" seta cl_leanmodel_lowpass 0.05 "gun leaning lowpass averaging time" +cl_maxfps_alwayssleep 0 // gives up some processing time to other applications each frame, default is 1 (not necessary since Xonotic caps FPS by default) cl_rollangle 0 // amount of view tilt when strafing, default is 2.0 v_kicktime 0 // how long damage kicks of the view last, default is 0 seconds gl_polyblend 0 // whether to use screen tints, this has now been replaced by a better system in CSQC -- 2.39.2