From: Rudolf Polzer Date: Sun, 8 Sep 2013 16:46:31 +0000 (+0200) Subject: sys_ticrate now locked to default X-Git-Tag: xonotic-v0.8.0~346 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=11c51a564e21f5f74ec7da33847cea4696b4f502;p=xonotic%2Fxonotic-data.pk3dir.git sys_ticrate now locked to default --- 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");