You are viewing a potentially older version of this package.
View all versions.
ReviveHotkey
Adds a customizable hotkey that lets you revive yourself when knocked unconscious, with optional limited revives.
| Date uploaded | a year ago |
| Version | 1.0.9 |
| Download link | Smokes-ReviveHotkey-1.0.9.zip |
| Downloads | 45320 |
| Dependency string | Smokes-ReviveHotkey-1.0.9 |
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
Revive Hotkey
Revive yourself with the press of a button.
This mod adds a single, lightweight feature to PEAK:
- Press a configurable key (default:
Z) to revive your character only when unconscious. - A configurable revive limit is now supported โ default is infinite.
๐ง Configuration
After running the game once with this mod installed, a config file will be generated at:
BepInEx/config/com.revivehotkey.cfg
You can edit this file to change your settings:
[General]
## Key used to revive yourself when unconscious
ReviveKey = Z
## How many times you can use the revive key (-1 = infinite)
ReviveLimit = -1
Set the revive key to any valid KeyCode (like R, F, Space, etc.).
Change ReviveLimit to any positive number to enforce a limit.
๐ก How It Works
- Only functions when your character is fully unconscious (not standing, not ragdolled, not dead).
- Blocks usage when dead.
โ ๏ธ Known Issues
- None currently reported.
๐ฆ Installation
- Download BepInEx for PEAK from Thunderstore
- Extract the contents of that
.zipinto your game directory:
C:\Program Files (x86)\Steam\steamapps\common\PEAK - Launch the game once, then close it again โ this completes BepInExโs setup.
- Navigate to:
...\PEAK\BepInEx\plugins - Copy
ReviveHotkey.dllfrom the mod release into thatpluginsfolder. - Run the game. Youโre done!
๐ Related Mods by Smokes
- SavePoint โ Set custom checkpoints with a keypress and return to them anytime. Perfect for testing or retracing your steps with ease.
- SettingsSaver โ Automatically saves and reapplies your PEAK settings every session.
- MicMuteToggle โ Toggle your microphone to mute/unmute with a hotkey and on-screen icon.
๐ Support My Mods
If you find this mod helpful and want to support my work, consider dropping a tip on Ko-fi:
Your support helps keep these mods updated and encourages future development. Thanks!
CHANGELOG
Changelog
1.0.7
- Fixed UI prompt not appearing in gameplay scenes (e.g., Mountain level)
- UI prompt is now rebuilt on scene load to ensure it always shows when needed
- Prompt displays in center of screen when player is eligible to revive
1.0.4
- Added configurable revive limit (
ReviveLimitin config; -1 = infinite) - Fixed bug where players could revive while dead causing issues(now blocked properly)
- Cleaned up logging for revive status and usage count
1.0.3
- Updated description to clarify the mod should only be used when unconscious, not dead
- Added known issue: using the revive key while dead causes the player to fall out of the map
1.0.0
- Initial release
- Added revive-on-keypress functionality
- Only activates when fully unconscious
- Configurable keybind (default:
Z)