From 11c51a564e21f5f74ec7da33847cea4696b4f502 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 8 Sep 2013 18:46:31 +0200 Subject: [PATCH] sys_ticrate now locked to default --- defaultXonotic.cfg | 4 ++-- qcsrc/server/g_world.qc | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index fd040499c..30a03a15a 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1014,8 +1014,8 @@ makesaved v_idlescale makesaved v_kicktime // ticrate -//sys_ticrate 0.0166667 -sys_ticrate 0.0333333 +//sys_ticrate 0.0166667 // 60fps. This would be ideal, but kills home routers. +sys_ticrate 0.0333333 // Use 30fps instead. cl_netfps 60 // should match or be a multiple sv_gameplayfix_delayprojectiles 0 sv_gameplayfix_q2airaccelerate 1 diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 91ddad152..ab92fcde9 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -417,7 +417,6 @@ void cvar_changes_init() BADCVAR("sv_vote_master_commands"); BADCVAR("sv_vote_master_password"); BADCVAR("sv_vote_simple_majority_factor"); - BADCVAR("sys_ticrate"); BADCVAR("teamplay_mode"); BADCVAR("timelimit_override"); BADCVAR("g_spawnshieldtime"); -- 2.39.2