UnlockMomentum
Minimize loss of air control, due to high velocity and similar effects.
Date uploaded | a year ago |
Version | 0.1.6 |
Download link | 6thmoon-UnlockMomentum-0.1.6.zip |
Downloads | 68586 |
Dependency string | 6thmoon-UnlockMomentum-0.1.6 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2100README
Introduction
In some circumstances players may encounter a phenomenon often referred to as "momentum lock". The easiest way to experience this is by simply stepping onto a vent/geyser or other launch pad - resulting in complete loss of air control until your feet touch the ground. However, certain abilities also induce this state, and a similar effect can be seen when your current velocity exceeds your movement speed by a significant amount.
To compensate, a couple of algorithms have been implemented to counteract these effects. In order to retain the original feel of the game, most changes only kick in at high velocity, and scale proportionally. As an exception, some features are reduced or omitted on the Loader to avoid affecting gameplay significantly. If you would like to disable/enable this plugin during a game, enter the console command toggle_momentum
.
Special Thanks
- HIFU, for inspiration. Note that BetterJumpPads will override some of this behavior.
- Race, who provided feedback and testing prior to public release.
Version History
0.1.6
- Use sprint speed instead of walk speed to determine threshold.
- Improve compatibility in certain cases.