From 5580b4f30c5a67fec17a8c8d8da9f4fd0af1ac2d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 25 Feb 2021 10:57:54 -0800 Subject: [PATCH] Document new allowed sys_ticrate value. Part of https://gitlab.com/xonotic/xonotic-data.pk3dir/-/issues/2545 --- server/server.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/server.cfg b/server/server.cfg index a33a5b36..82fe9a4d 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -180,6 +180,8 @@ sv_weaponstats_file "http://www.xonotic.org/weaponbalance/" //sv_maxrate 1000000 // limits client connections to this rate in bytes/seconds +//sys_ticrate 0.0333333 // 0.0166667 for twice as many server frames per second; smoother gameplay but somewhat higher CPU use. + // see Docs/mapdownload.txt for more info //sv_curl_defaulturl http://www.xonotic.org/contentdownload/getmap.php?file= //fallback download URL -- 2.39.2