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.
- Do not use when dead — this is not a respawn cheat.
- No cheat menu, no debug console, no unnecessary extras.
🔧 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 the keybinding:
[General]
## Key used to revive yourself when unconscious
ReviveKey = Z
Set it to any valid KeyCode (like R, F, Space, etc.).
💡 How It Works
- Only functions when your character is fully unconscious (not standing, not ragdolled).
- Uses internal game state to ensure it doesn't trigger while alive or moving.
- Uses the game's built-in revive method (no teleporting or cheating involved).
⚠️ Known Issues
- Using the hotkey while dead causes you to spawn under the map and fall forever.
- The mod does not currently prevent execution while dead — use responsibly.
- A safeguard may be added in a future update.
✅ Requirements
📦 Installation
- Download BepInEx for PEAK from Thunderstore
- Extract the contents of that
.zip into 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.dll from the mod release into that plugins folder.
- Run the game. You’re done!
Enjoy!