Author Topic: [SOLVED] Increase Player Stepping Height?  (Read 588 times)

I swear this has been discussed and solved before, but my Googling is proving futile. But I've seen it done on trench servers before, so I know it's possible.

I'm looking for a way to increase the stepping height for players--"stepping height" being the maximum height a brick can be above a player's feet for them to be brought up to it's height when running into it (i.e. the maximum height of stairs-steps on a staircase). Like many, I find it frustrating on trench games how you can't use trench cubes as stairs. Hence, I want to change the stepping height from 4 bricks units to 5. I would prefer a solution which works for all playertypes. But if push comes to shove, I can always just modify the datablocks of every playertype I wish to use.

EDIT: I should have put this in Modification Help. Sorry about that.
« Last Edit: November 25, 2017, 09:19:28 AM by Platypi »

Playertype datablocks have a maxStepHeight value, the default being 1 unit

Playertype datablocks have a maxStepHeight value, the default being 1 unit
Well that was delightfully simple. Setting maxStepHeight = 1.1 did the trick. Thanks!