You are viewing a potentially older version of this package.
View all versions.
PeakForgivingFalls
Allows you to hook into walls, resetting your momentum, and preventing fall damage.
| Date uploaded | a year ago |
| Version | 1.0.1 |
| Download link | Pandaismyname1-PeakForgivingFalls-1.0.1.zip |
| Downloads | 16263 |
| Dependency string | Pandaismyname1-PeakForgivingFalls-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
Peak Forgiving Falls
A BepInEx plugin for PEAK that makes climbing more forgiving by preventing accidental falls when running out of stamina.
Features
- Prevents instant falling when running out of stamina while climbing
- Creates a more forgiving climbing experience
- Allows players to recover and continue climbing even after a brief stamina loss
Installation
Manual Installation
- Install BepInEx if you haven't already
- Extract the release zip file into your PEAK game directory
- Make sure the mod DLL is placed in the
BepInEx/pluginsfolder
Thunderstore Installation (Recommended)
- Install the mod via Thunderstore Mod Manager
- Launch the game
Configuration
Currently, there are no configuration options. The mod works automatically after installation.
Compatibility
- Designed for PEAK version: Latest Steam release
- BepInEx 5.x
For Developers
Building from Source
- Clone the repository
- Update the
PeakDirproperty in thePeakForgivingFalls.csprojfile to point to your PEAK installation - Build the solution using your preferred IDE or via command line:
dotnet build
Credits
- Created with BepInEx plugin template
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you encounter any issues or have suggestions, please create an issue on the GitHub repository.
CHANGELOG
Changelog
1.0.0
- Initial Release