AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Max Health Restoration Mod (https://forums.alliedmods.net/showthread.php?t=347277)

DarkNick 04-16-2024 03:35

Max Health Restoration Mod
 
Hello,
I'm seeking a mod to address the issue of intentional medkit wastage in our matches. Specifically, I'm looking for a modification that increases the healing capacity of medkits to 100 health points to discourage unnecessary wastage.

If anyone knows of an existing mod, I want to use this mod on my local server to make gameplay more enjoyable for myself and everyone else.

mlibre 04-16-2024 07:59

Re: Max Health Restoration Mod
 
jctf chooses to randomly give out medkits when someone dies...

DarkNick 04-17-2024 04:10

Re: Max Health Restoration Mod
 
Hey, sorry, I forgot to mention it's for Left 4 Dead 2. I was wondering if there's a mod or a script to restore health to 100 HP to prevent the use of other health kits. You know, there are always 4 health kits in the saferoom or scattered randomly throughout the map. My concern is to stop players from hogging all the health kits and leaving others without any. Thanks for responding, but it seems the link leads to a mod for CTF. Not sure if it works for L4D2 too.

xerox8521 04-17-2024 10:54

Re: Max Health Restoration Mod
 
You can change first_aid_heal_percent to 1.0 which will always fully heal a survivor.

Like so:
PHP Code:

sm_cvar first_aid_heal_percent 1.0 

Valid values between 0.0 and 1.0 where 1.0 equals to 100% so a value of 0.5 will heal 50%


All times are GMT -4. The time now is 19:45.

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