Infinite Stamina Toggle
A client-side mod that allows you to toggle infinite stamina on and off with a single keypress.
Features
- Toggleable: Switch infinite stamina on or off at any time.
- Visual Feedback: Integration with the game's native UI (the stamina bar changes appearance when active).
- Typing Protection: The mod automatically detects if you are typing in the chat or using a menu, preventing accidental toggles.
- Client-Side: Works in multiplayer even if the host doesn't have it installed. Does not affect other players' stamina.
Controls
- Default Key:
I
- You can change the toggle key in the configuration file.
Configuration
After launching the game once, a config file will be generated at:
BepInEx/config/com.yourname.infinitestamina.cfg
Open it with any text editor to change the ToggleKey (e.g., F1, LeftControl, P).
Installation
- Install BepInEx Pack for Mono.
- Place
YapYapInfiniteStamina.dll into your BepInEx/plugins folder.
- Launch the game and press
I to activate!
Technical Note
This mod is Client-Side Only. It only modifies your local player instance. It will not interfere with the host or other players in the lobby.