]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Set sv_gameplayfix_stepdown_maxspeed to 400, to allow fast moving players to slide...
authorMario <mario.mario@y7mail.com>
Thu, 30 Apr 2020 02:18:53 +0000 (12:18 +1000)
committerMario <mario.mario@y7mail.com>
Thu, 30 Apr 2020 02:18:53 +0000 (12:18 +1000)
xonotic-server.cfg

index 187de7e364460e5e81c60b2726f6fd4c1f2cca8f..83305a0359aface14dd0520ef1f6319e7338c4f3 100644 (file)
@@ -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"