
You are viewing a potentially older version of this package. View Latest Version

A BepInEx mod for R.E.P.O. that lets you revive dead players by pressing a key when near them.
Walk up to a dead teammate and press R to revive them with full health. Works for both host and non-host players — anyone with the mod can be a medic.
There's a cooldown between revives to prevent spam (default: 5 seconds).
Settings are in BepInEx/config/headclef.Medic.cfg or in the in-game mod config menu:
| Key | Default | Range | Description |
|---|---|---|---|
| Revive Key | R |
— | Key to press to revive |
| Revive Range | 3 |
1–15 | Max distance to dead player (meters) |
| Revive Cooldown | 5 |
0–60 | Seconds between revive attempts |
| Revive Health | 100 |
1–200 | HP the revived player starts with |
Medic.dll into your BepInEx/plugins folder.├── Medic.cs # Plugin entry point & config
├── Patches/
│ └── RevivePatch.cs # Harmony postfix — revive logic
└── README.md
dotnet build
This project is licensed under the MIT License — see the LICENSE file for details.