You are viewing a potentially older version of this package.
View all versions.
RevertFroggyNerf
Quality of Life mod that reverts the jump potion nerf that limits how many extra jumps you can get. Defaults to the vanilla maximum (3) and can be configured up to 99 additional jumps
| Date uploaded | 4 months ago |
| Version | 1.0.2 |
| Download link | darmuh-RevertFroggyNerf-1.0.2.zip |
| Downloads | 910 |
| Dependency string | darmuh-RevertFroggyNerf-1.0.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304README
RevertFroggyNerf
RevertFroggyNerf is a simple Quality of Life mod that allows configuring the limit of how many extra jumps you can get from the jump potion.
- Maximum jump cap is the vanilla value by default (3). You can configure it up to 99 with the singular configuration item that comes with this mod.
- You could also lower the maximum below 3 if that's more your style.
- NOTE: This mod is required by all clients as of version 1.0.2 (due to a recent game update)
- A client having this mod while the host does not should not allow the client to use the configured jump maximum.
- Similarly, if a client does not have this mod but the host does. Only the host will use the configured jump maximum.
- There is no configuration syncing going on, so please ensure all clients have the same value configured before reporting issues to me.
CHANGELOG
RevertFroggyNerf Changelog
1.0.2
- Fixed mod for clients due to latest game update.
- Host no longer has authority over all client's
maxAdditiveExtraAirJumpsvalue. So clients need to set it themselves. - This means the mod is now required by all clients.
- Also had to switch to a standard harmony patch rather than using the player spawn event from GameManager
- Host no longer has authority over all client's
1.0.1
- Fixed mod not applying changes for clients (non-host players)
1.0.0
- initial release