About this mod
A mod for the game R.E.P.O that restores full health to players at the beginning of each level.
- Permissions and credits
Your health will be restored every time you spawn in a level, shop or lobby.
No more buying health packs or using a bug to restore health.
There are now more options to buy health packs to restore health when injured during the game, rather than to restore health after the previous level.
Showcase

Features
- Automatically heal all players or yourself at the start of various phases of the game.
- You can also activate heal for all players or yourself even if you are a client in the configuration.
- Works in multiplayer and in single player.
- All features can be changed in the configuration.
- You can set Percent value to x and set PhaseMode to one of Lobby or Level in configuration to always get up to x% HP.
- You can set ExactValue to x and set PhaseMode to one of Lobby or Level in configuration to always get healed for x HP.
- You can set HealthPackMode to All or other combinations and set PhaseMode to one of Lobby or Level in configuration to simulate the health pack bug.
- Install BepInEx
- Place the
FullHealth.dll
file in theBepInEx/plugins
folder. - Configuration will be generated and can be changed after the first launch of the game at:
BepInEx/config/FullHealth.cfg
Configuration
EnabledDescription: Indicates whether the mod is enabled
Default: true
Percent
Description: Percentage of maximum health to which the player will be healed (Min: 0, Max: 100)
Default: true
WorkMode
Description: Configures the work mode.
Warning: You are using 'HostAndClient' value for this parameter at your own risk.
It may stop working after future game updates.
If another lobby players do not agree with this parameter, do not use it.
Also, the 'Percent' parameter may not work correctly with this parameter, since the host or other clients may also perform the heal.
(Host - works only on host, HostAndClient - works on host and client)Default: Host
HealMode
Description: Configures the heal mode.
(All - heal all, Self - heal self)
Default: All
PhaseMode
Description: Configures in which phases of the game health restoration will be triggered.
Level - when spawning in the level.
Shop - when spawning in the shop. Attention! Healing in the shop does not affect the game.
Lobby - when spawning in the truck (not menu) before starting the next level.
All - in all phases.
Default: All
ExactValue
Description: Sets the exact value to heal.Attention! You must set the `PhaseMode` parameter to only one of `Level` or `Lobby`, not both. Otherwise, the healing will be done twice.
If the value is `0`, then it is disabled.
It has priority over the `Percent` parameter.
Default: 0
HealthPackMode
Description: Sets healing value options to the same as in health packs, one of which will be applied randomlyAttention! You must set the `PhaseMode` parameter to only one of `Level` or `Lobby`, not both. Otherwise, the healing will be done twice.
If the value is `None`, then it is disabled.
It has priority over the `Percent` and `ExactValue` parameters.
For example, if you set the value to `Medium, Large`, you will receive a random healing of 50HP or 100HP.
Small - heal 25 HP.
Medium - heal 50 HP.
Large - heal 100 HP.
Default: None
Additionally
- If you find some bug, or you have a suggestion for improvement, please create an issue.