From c5a6677ed91d740063a36f0def631e9058b7ac66 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 16 Jul 2020 18:09:48 +1000 Subject: [PATCH] Increase net_slist_queriespersecond to 60 and fix compilation unit test --- qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh | 2 ++ xonotic-client.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh b/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh index b1518bd4fc..4cffb0c488 100644 --- a/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh +++ b/qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh @@ -2,6 +2,8 @@ #include "ctf.qh" +#include + void ctf_Initialize(); REGISTER_MUTATOR(ctf, false) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index cab4d561f2..17224b2220 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -171,6 +171,7 @@ 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 r_motionblur 0 // motion blur value, default is 0 r_damageblur 0 // motion blur when damaged, default is 0 (removed in Xonotic) +net_slist_queriespersecond 60 // to be reduced if any major issues arise (ping times increased etc.) r_bloom_blur 4 r_bloom_brighten 2 -- 2.39.2