Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
| Last updated | 14 hours ago |
| Total downloads | 34 |
| Total rating | 0 |
| Categories | Mods Mono IL2CPP |
| Dependency string | Jumble-Bhop-1.0.0 |
| Dependants | 0 other packages depend on this package |
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