]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
reduce sys_ticrate to 30Hz
authorRudolf Polzer <divVerent@xonotic.org>
Sun, 26 Jun 2011 07:34:20 +0000 (09:34 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Sun, 26 Jun 2011 07:34:20 +0000 (09:34 +0200)
defaultXonotic.cfg

index 0853e4c345398ba9a13b5567a2b5027a0fe777b3..c4af0fda5c71ab603088c7e72f07c012ce73eadc 100644 (file)
@@ -1622,8 +1622,9 @@ seta v_kicktime $v_kicktime
 seta r_subdivisions_tolerance $r_subdivisions_tolerance
 
 // ticrate
-sys_ticrate 0.0166667
-cl_netfps 60 // should match
+//sys_ticrate 0.0166667
+sys_ticrate 0.0333333
+cl_netfps 60 // should match or be a multiple
 sv_gameplayfix_delayprojectiles 0
 sv_gameplayfix_q2airaccelerate 1
 sv_gameplayfix_stepmultipletimes 1