Jumble-Bhop icon

Bhop

Lets you Bhop like in Counter Strike.

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

  1. Install MelonLoader for Schedule I.
  2. Copy the correct DLL into your Mods folder:
    • Mono: Bhop_Mono.dll
    • IL2CPP: Bhop_IL2CPP.dll
  3. 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)

  • maxSpeed is the ground movement clamp; sprint increases the effective clamp by a multiplier.

  • Movement feel depends heavily on accelerate, airAccelerate, and friction.

Credits / Attribution

This mod’s movement model was developed with reference and inspiration from ScheduleStrafe which you can find here: ScheduleStrafe

Source

Bhop