From: Mario Date: Thu, 30 Apr 2020 02:18:53 +0000 (+1000) Subject: Set sv_gameplayfix_stepdown_maxspeed to 400, to allow fast moving players to slide... X-Git-Tag: xonotic-v0.8.5~1042^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c01de6f55cf4d5b30e8ce8620b25bc8d10583b9e;p=xonotic%2Fxonotic-data.pk3dir.git Set sv_gameplayfix_stepdown_maxspeed to 400, to allow fast moving players to slide off stairs instead of slowing and walking down them --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 187de7e36..83305a035 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -397,7 +397,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 walking entities can be moving for stepping down to apply - requires sv_qcphysics 1" +set sv_gameplayfix_stepdown_maxspeed 400 "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"