Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
| Date uploaded | 3 months ago |
| Version | 1.0.0 |
| Download link | Jumble-Bhop-1.0.0.zip |
| Downloads | 2415 |
| Dependency string | Jumble-Bhop-1.0.0 |
README
Bhop
Adds Source/Counter-Strike style movement fundamentals: auto bunnyhopping, air acceleration, and velocity-preserving strafing.
Features
- Auto bunnyhop (hold jump)
- Ground acceleration + friction tuning
- Air acceleration / air-strafing tuning
- Sprint + crouch remain functional (speed clamps account for sprint)
- Configurable via MelonPreferences
Installation
- Install MelonLoader for Schedule I.
- Copy the correct DLL into your
Modsfolder:- Mono:
Bhop_Mono.dll - IL2CPP:
Bhop_IL2CPP.dll
- Mono:
- Launch the game once to generate config entries, then tweak values.
Configuration
Settings are stored in the MelonPreferences category Bhop.
Keys:
-
enabled(bool) -
autoBunnyhop(bool) -
forwardSpeed(float) -
sideSpeed(float) -
maxSpeed(float) -
friction(float) -
stopSpeed(float) -
accelerate(float) -
airAccelerate(float) -
jumpHeight(float) -
maxSpeedis the ground movement clamp; sprint increases the effective clamp by a multiplier. -
Movement feel depends heavily on
accelerate,airAccelerate, andfriction.
Credits / Attribution
This mod’s movement model was developed with reference and inspiration from ScheduleStrafe which you can find here: ScheduleStrafe