mom_mv_fix_downhill_slopes
Fixes RNG in which the player would hit slopes in a downhill direction and not gain any horizontal speed.
Fixes RNG in which the player would hit slopes in a downhill direction and not gain any horizontal speed.
Fixes headbugs by updating the player’s bounding box after the duck code instead of at the end of each tick.
Handle desync between the duck key being pressed and the real duck state better. (e.g. when the duck state is changed by a saveloc)
Fixes the Quantum Crouch glitch when reducking during stand animation.
Prevents undesired edgebugs, as well as removing RNG from intended edgebugs. 0 is off, 1 is on (don’t allow any trigger edgebugging), and 2 is on (allow teleport trigger edgebugging).
Fixes receiving free vertical velocity when hitting slopes without jumping.
Fixes some movement trace errors that incorrectly stop the player.
Fixes the player being able to jump off the ground if grounded with a trigger under the player.
Fixes being able to unduck in midair and land without activating triggers. (Also known as jumpbugs or duckbugs).
Removes RNG in which the player would hit a slope in an uphill direction and either land or cause a slide. 1 is to land and 2 is to slide.