You are viewing a potentially older version of this package. View all versions.
ActusDev-Custom_Jump-1.0.0 icon

Custom Jump

A mod that allows configurable jumps in Lethal Company.

Date uploaded a year ago
Version 1.0.0
Download link ActusDev-Custom_Jump-1.0.0.zip
Downloads 166
Dependency string ActusDev-Custom_Jump-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

CustomJumpMod for Lethal Company

A simple mod that allows configurable jumps (double jump, triple jump, etc.) in Lethal Company.

Features

  • Configurable Jumps: Set the number of air jumps (e.g., 1 for double jump, 2 for triple jump, etc.) through the mod's configuration file.

Configuration

  • The mod can be configured by editing the maxNumberOfAirJumps value in the config file.
    • Example: maxNumberOfAirJumps = 2 will enable a triple jump (1 ground jump + 2 air jumps).
    • Default value: 1 (double jump).

Credits

  • Author: ActusDev
  • Special Thanks: Lethal Company modding community, BepInEx team.

Links


Enjoy jumping to new heights in Lethal Company!

CHANGELOG

1.0.3

  • Fixed an issue with lobby transitions, ensuring proper functionality during network object spawning and preventing null reference errors.
  • Jump behavior is now only handled by the player's owner, preventing unintended jump logic execution on non-owned clients.
  • Increased the default jumpPercentage from 50 to 100.

1.0.2

  • The configuration now syncs across all clients, ensuring the host's settings are enforced.
  • Prevents clients from using their own custom configurations, making air jumps fair for everyone.

1.0.1

  • Added fallValue (-15f) to control how far the player can fall before air jumping.
  • Added alwaysAllowJumpsWhenFalling (false) to let players jump at any fall distance if enabled.
  • Added jumpPercentage (50) to set the probability of executing an air jump.
  • Added jumpCooldown (2.5f) to control the delay between consecutive air jumps.

1.0.0

  • Initial release of Custom Jump!
  • Added configuration option for maxNumberOfAirJumps, allowing users to customize the number of air jumps.