From: Mario Date: Sat, 8 Feb 2020 09:04:59 +0000 (+1000) Subject: Update sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC... X-Git-Tag: xonotic-v0.8.5~1128^2~2^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=656b894a3eb51df02a37562dfda6932ab90e9bda;hp=-c Update sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC physics --- 656b894a3eb51df02a37562dfda6932ab90e9bda diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 2bdc62bd19..a128a801d8 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -395,7 +395,7 @@ sv_gameplayfix_q2airaccelerate 1 sv_gameplayfix_stepmultipletimes 1 sv_gameplayfix_stepdown 2 // only available in qc physics -set sv_gameplayfix_stepdown_maxspeed 0 "maximum speed the entity can be moving for stepping down to apply" +set sv_gameplayfix_stepdown_maxspeed 0 "maximum speed walking entities can be moving for stepping down to apply - requires sv_qcphysics 1" // delay for "kill" to prevent abuse set g_balance_kill_delay 2 "timer before death when using the kill command"