branchrust_reboot/main/hackweek_modding_improvements/player_speedcancel
6 Commits over 0 Days - ∞cph!
Add `disableMovementCollider` bool to player
- allows players to ignore collisions with other players (parkour anyone?)
Add ability to modify gravity & swimming gravity per player
Add `flyhackScaleVertical` and `flyhackScaleHorizontal` to allow flyhack to be scaled to lower gravity & higher jump velocity
Add ability for mods to scale the "max distance moved per tick" convars to account for the higher player speed
- encourage mods to adjust antihack instead of disabling completely
Allow servers to modify player movement directly
- walk speed
- run speed
- crouch speed
- crawl speed
- jump velocity
- drag