0 of 0

File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

Tags for this mod

About this mod

Adds emergency revive functionality in the game. You can now revive your dead teammates for a percentage of your health or for free by grabbing their head and holding the "R" button.

Requirements
Permissions and credits
Adds emergency revive functionality in the game. You can now revive your dead teammates for a percentage of your health or for free by grabbing their head and holding the "R" button on your keyboard.

To use the mod all you have to do is grab and hold a dead teammate's head and then hold the "R" button on your keyboard to revive them.


Options

Go to where your game is installed and navigate to \BepInEx\config\ where you will find "EmergencyRevive.cfg". You can open this files with a text editor like Notepad to find:

[General]
## Whether to lose health or not. Accepted values: true or false. Setting this to true will revive the dead player without consuming your health and will heal them for CheatHealthOfRevivedPlayer. Setting this to false will revive the dead player, will consume HealthCostPercentageToRevive of your health and will heal them for HealthCostPercentageToRevive of your health.
# Setting type: Boolean
# Default value: false
Cheat = false

## Health amount to heal the revived player when cheat is true (-1 since dead players are revived with 1 health by default).
# Setting type: Int32
# Default value: 50
CheatHealthOfRevivedPlayer = 50

## Percentage of health to lose to revive a dead player when cheat is false. Will also heal the revived player the same percentage. Accepted values 0.0 - 1.0 (0%-100%).
# Setting type: Single
# Default value: 0.25
HealthCostPercentageToRevive = 0.25


The mod comes preconfigured so that you lose a percentage of your health when reviving your teammate. When the teammate is revived they will be healed for that same percentage. So if you have 100 health and HealthCostPercentageToRevive is set to 0.25 (25%) then that means that you will lose 25 health (25% of 100) and your teammate will be revived with 25 health.

If you change the Cheat value to true then you will not lose health when reviving your teammate. When your teammate is revived it will be healed for the value of CheatHealthOfRevivedPlayer.


Installation

  • Download and install BepInEx or BepInExPack.
  • Download the mod. Extract the .zip archive and drop the extracted folder in your game's root folder. In the end it should look like this: \BepInEx\plugins\EmergencyRevive.dll and \BepInEx\config\EmergencyRevive.cfg

If clients want to use it on your server then they need to have it installed as well.