You are viewing a potentially older version of this package. View all versions.
Hamunii-JetpackFallFix-2.0.1 icon

JetpackFallFix

Fixes buggy jetpack fall damage logic.

Date uploaded 3 months ago
Version 2.0.1
Download link Hamunii-JetpackFallFix-2.0.1.zip
Downloads 150224
Dependency string Hamunii-JetpackFallFix-2.0.1

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
Evaisa-HookGenPatcher-0.0.5 icon
Evaisa-HookGenPatcher

Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.

Preferred version: 0.0.5

README

Jetpack Fall Fix

This mod fixes buggy jetpack fall damage logic.

List of Fixes

  • Fall damage while flying in air
  • Fall damage despite a smooth landing
  • Fall damage not applying when landing, but after a jump
  • Fall damage from previous high flight speed when taking off
  • Fall damage when taking off from the ship at the start of a game
  • Fall damage when using the jetpack for the first time while moving fast enough

This is a client side mod, so everyone who wants these fixes needs to install this mod.

If you found a bug or something, open a new issue on GitHub.

Extra: other jetpack mods I recommend

CHANGELOG

2.0.1

  • Fix always overriding fallValueUncapped with thisController.velocity.y even when not using jetpack.

2.0.0

  • Rewrote the whole plugin so it uses transpilers for much better compatibility with other mods
    • Also now uses MonoMod instead of Harmony

1.1.0

  • Updated fall damage values for v49
  • Fixed immediate fall damage when using the jetpack for the first time while moving fast enough

1.0.1

  • Updated readme, no code changes

1.0.0

  • Initial release