NTKS-Team / source-sdk-2013

NEOTOKYO° Kshatriya is a single player standalone HL2 mod.
https://www.moddb.com/games/neotokyo-kshatriya
Other
0 stars 0 forks source link

Crouch-sliding #12

Open z33ky opened 2 years ago

z33ky commented 2 years ago

If the player is moving fast (try > walk speed) and is tapping crouch, the player should initiate a slide-move. The slide depletes movement-speed much slower than regular crouching and locks movement direction. TBD: How does sliding effect jumping and crouching?

The speed-threshold required to trigger sliding could be reduced when walking down a slope.

The slide-move should stop when the motion is stopped, e.g. due to colliding with the world.

z33ky commented 2 years ago

POC available in the walljump branch.