You are viewing a potentially older version of this package.
View all versions.

FullHealth
A mod for the game R.E.P.O that restores full health to players at the beginning of each level.
Date uploaded | a week ago |
Version | 1.4.0 |
Download link | yvsimakov-FullHealth-1.4.0.zip |
Downloads | 16370 |
Dependency string | yvsimakov-FullHealth-1.4.0 |
README
Full Health
A mod for the game R.E.P.O that restores full health to players at the beginning of each level.
Description
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
Without mod | With mod |
---|---|
![]() |
![]() |
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.
Installation
- 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
Variable | Description | Default |
---|---|---|
Enabled | Indicates whether the mod is enabled | true |
Percent | Percentage of maximum health to which the player will be healed (Min: 0, Max: 100) | 100 |
WorkMode | 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) |
Host |
HealMode | Configures the heal mode. (All - heal all, Self - heal self) |
All |
PhaseMode | 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. |
All |
Additionally
- If you find some bug, or you have a suggestion for improvement, please create an issue.
CHANGELOG
Change Log
[1.5.2] - 2025-04-11
Fixed
Fixed support for Vortex Mod Manager
[1.5.1] - 2025-04-04
Fixed
- Readme
[1.5.0] - 2025-04-04
Added
- Parameter
ExactValue
- sets the exact value to heal. - Parameter
HealthPackMode
- sets healing value options to the same as in health packs, one of which will be applied randomly
[1.4.0] - 2025-04-02
Added
- Parameter
PhaseMode
- configures the phases in which the mod works (Level, Shop, Lobby, All)
Fixed
- Description of configuration parameters and readme
[1.3.0] - 2025-03-31
Added
- Parameter
WorkMode
- configure work mode (Host - works only on host, HostAndClient - works on host and client) - Parameter
HealMode
- configure heal mode (All - heal all, Self - self-heal)
[1.2.0] - 2025-03-31
Fixed
- Functionality in multiplayer, now if you are the host, other players will also be healed
[1.1.0] - 2025-03-30
Added
Enabled
configuration parameter which indicates whether the mod is enabledPercent
configuration parameter which set percentage of maximum health to which the player will be healed
Fixed
- Functionality of mod for single player and multiplayer
[1.0.0] - 2025-03-30
Added
- The first version of the mod 1.0.0 has been added