From: Mario Date: Wed, 4 Sep 2019 11:24:09 +0000 (+1000) Subject: Disable cl_maxfps_alwayssleep (Xonotic caps FPS by default, this setting is not neces... X-Git-Tag: xonotic-v0.8.5~1321 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f967c4ea061f7ade32ece7ae04da794eeef33396;p=xonotic%2Fxonotic-data.pk3dir.git Disable cl_maxfps_alwayssleep (Xonotic caps FPS by default, this setting is not necessary anymore) --- diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 280eaab36..6ee12fd5d 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