AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2] Simple Tank Health Regen v1.0 (https://forums.alliedmods.net/showthread.php?t=347475)

liquidplasma 04-28-2024 19:56

[L4D2] Simple Tank Health Regen v1.0
 
2 Attachment(s)
Simple plugin to regen tank health with configurable delay and option to regen only player tanks.

Cvars:
Quote:

// Wether to regen a burning tank or not | 0 - disabled / 1 - enabled
// -
// Default: "1"
l4d2_tank_regen_burning "1"

// Time in seconds for a healing tick of 'tank MAX HP / l4d2_tank_regen_quotient'
// -
// Default: "0.4"
l4d2_tank_regen_delay "0.4"

// Wether or not tank bots should regen their hp | 0 - disabled / 1 - enabled
// -
// Default: "0"
l4d2_tank_regen_heal_bots "0"

// Multiplier to heal over tank MAX HP
// -
// Default: "1.0"
l4d2_tank_regen_overheal_multiplier "1.0"

// Amount that the MAX HP of the tank will be divided by
// -
// Default: "320.0"
l4d2_tank_regen_quotient "320.0"
Changelog:
Code:

1.1 - Added convar that disables regen if tank is on fire
-
1.0 - First Release

Required: Left 4 DHooks Direct

Clicking 'Get Plugin' won't work, download the .smx and put it into sourcemod\plugins or download source and compile it yourself.

liquidplasma 05-13-2024 00:28

Re: [L4D2] Simple Tank Health Regen v1.0
 
Version 1.1
- Added convar that disables regen if tank is on fire


All times are GMT -4. The time now is 22:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.