From 79aff927ae4aefdd33c65e0f0caf9c0396fec40d Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 19 Jan 2020 10:10:54 +1000 Subject: [PATCH] Increase rain draw distance to 700, so drain functions --- qcsrc/common/mapobjects/func/rainsnow.qc | 2 +- xonotic-client.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/mapobjects/func/rainsnow.qc b/qcsrc/common/mapobjects/func/rainsnow.qc index 4e8df8c75..ffd2ad819 100644 --- a/qcsrc/common/mapobjects/func/rainsnow.qc +++ b/qcsrc/common/mapobjects/func/rainsnow.qc @@ -95,7 +95,7 @@ spawnfunc(func_snow) Net_LinkEntity(this, false, 0, rainsnow_SendEntity); } #elif defined(CSQC) -float autocvar_cl_rainsnow_maxdrawdist = 500; +float autocvar_cl_rainsnow_maxdrawdist = 700; void Draw_RainSnow(entity this) { diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 59bb37229..7aa62ac36 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -801,7 +801,7 @@ r_fullbright_directed 1 r_water_hideplayer 1 // hide your own feet/player model in refraction views, this way you don't see half of your body under water r_water_refractdistort 0.003 -set cl_rainsnow_maxdrawdist 500 +set cl_rainsnow_maxdrawdist 700 // safe font defaults r_font_hinting 1 -- 2.39.2