You are viewing a potentially older version of this package. View all versions.
yvsimakov-FullHealth-1.5.1 icon

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 day ago
Version 1.5.1
Download link yvsimakov-FullHealth-1.5.1.zip
Downloads 16032
Dependency string yvsimakov-FullHealth-1.5.1

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
WithoutMod WithMod

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.

Installation

  1. Install BepInEx
  2. Place the FullHealth.dll file in the BepInEx/plugins folder.
  3. 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).
Attention! You must set the PhaseMode parameter to only one of Level or Lobby, not both. Otherwise, the healing will be done twice.
100
WorkMode 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 store does not affect the game.
Lobby - when spawning in the truck (not menu) before starting the next level.
All - in all phases.
All
ExactValue 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.
For example, if you set the value to 15, you will always receive 15 HP.
0
HealthPackMode Sets healing value options to the same as in health packs, one of which will be applied randomly
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 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.
None

Additionally

  • If you find some bug, or you have a suggestion for improvement, please create an issue.

CHANGELOG

Change Log

[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 enabled
  • Percent 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