About this mod
A BepInEx leveraging mod for PEAK that gives you unlimited stamina for climbing, jumping, and other activities. Perfect for exploring without stamina limitations or practicing difficult climbing sections.
- Requirements
- Permissions and credits
- Donations
Disclaimer:
This mod uses the BepInEx injector. I am not affiliated with the creators or team behind BepInEx. Do not pester them with issues that pertain to my mod. If you have issues remove the mod, and re-run the game to ensure its this mod that is the issue.
You can download the BepInEx dependency here:
https://github.com/BepInEx/BepInEx/releases
Features
- Infinite stamina for all activities (climbing, jumping, sprinting, etc.)
- Press 6 to toggle on/off during gameplay
- Preserves hunger and affliction mechanics – you still need to eat to maintain maximum stamina capacity
- Multiplayer safe – only affects your character, not others
- Visual feedback when toggling the mod
- Install BepInEx for PEAK (instructions below)
- Place InfiniteStamina.dll
in the following folder: PEAK/BepInEx/plugins/ - Launch the game
- Press 6 to toggle infinite stamina on or off
While stamina does not drain, your maximum stamina is still affected by hunger and status effects. Eating and managing conditions remains important for performance.
How to Install BepInEx
- Download the latest BepInEx release from:
https://github.com/BepInEx/BepInEx/releases - Extract the following contents into your PEAK game folder C:\Program Files (x86)\Steam\steamapps\common\PEAK
GameFolder/
├── BepInEx/
│└── core/
├── winhttp.dll
├── doorstop_config.ini
- Run the game once to let BepInEx initialize the folder structure, then exit the game.
- Place the mod DLL here:
PEAK/
├── PEAK.exe
├── winhttp.dll
├── doorstop_config.ini
├── BepInEx/
│├── core/
│├── config/
│├── log/
│├── plugins/
││└── InfiniteStamina.dll <- Your mod goes here