You are viewing a potentially older version of this package.
View all versions.
InfiniteStaminaToggle
Allows players to toggle infinite stamina using a hotkey (Default: I). 点击I键切换无限体力xD
| Date uploaded | 5 months ago |
| Version | 1.0.0 |
| Download link | ControllerAndHisFriends-InfiniteStaminaToggle-1.0.0.zip |
| Downloads | 3770 |
| Dependency string | ControllerAndHisFriends-InfiniteStaminaToggle-1.0.0 |
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
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.dllinto yourBepInEx/pluginsfolder. - Launch the game and press
Ito 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.
CHANGELOG
Changelog
1.0.0
- Initial release.
- Added toggleable infinite stamina functionality.
- Added configurable hotkey support (Default: I).
- Added UI integration (Stamina bar changes when infinite).
- Added EventSystem check to prevent toggling while typing in chat.