You are viewing a potentially older version of this package. View all versions.
DooDesch-BetterJump-1.3.0 icon

BetterJump

Makes jumping in the game actually useful. The default jumping in Mimesis is practically useless. This mod improves the jump mechanics so you can effectively navigate through the maps.

Date uploaded a month ago
Version 1.3.0
Download link DooDesch-BetterJump-1.3.0.zip
Downloads 11673
Dependency string DooDesch-BetterJump-1.3.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.1 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.1
NeoMimicry-MimicAPI-0.1.1 icon
NeoMimicry-MimicAPI

a api!.

Preferred version: 0.1.1

README

BetterJump

Makes jumping in the game actually useful.

The default jumping in Mimesis is practically useless. This mod improves the jump mechanics so you can effectively navigate through the maps.

Features

  • Improved jump mechanics with adjustable parameters
  • Configurable jump velocity and air control
  • Easy installation and configuration

Installation

  1. Install the mod via Thunderstore Mod Manager or manually
  2. Launch the game once to generate the configuration file
  3. Adjust settings in UserData/MelonPreferences.cfg as needed

Configuration

The mod adds a BetterJump section to your configuration file:

  • Enabled: Enable/disable the mod (default: true)
  • JumpVelocity: Upward speed applied when a jump starts (default: 5.2)
  • ForceUngroundTime: Seconds to keep avatar airborne before the next ground check can succeed (default: 0.08)

CHANGELOG

Changelog

Version 1.3.0

  • Fix GitHub Actions: Add MimicAPI checkout and required MSBuild properties (c8a6c3c)
  • Bump version to 1.3.0 (5d3fab5)
  • Integrate MimicAPI support by adding project reference and updating build configurations. Introduce debug logging preferences in BetterJumpPreferences and enhance jump runtime state management with reflection for better compatibility. (03d6f05)
  • Update LICENSE year to 2025 and enhance BetterJump description for clarity on jump mechanics improvements. (3bda5dd)
  • Refactor BetterJumpPreferences to remove nullable types for preference entries, enhancing code clarity and stability. Updated entry descriptions for better user understanding. (af1d28c)