Left 4 Dead 2

Left 4 Dead 2

1 HP Mini-Mutation Script
Shadowysn  [developer] 1 Jun, 2023 @ 11:02pm
Technical Stuff (settings.cfg, etc)
A settings.cfg file will be generated into Left 4 Dead 2/left4dead2/ems/one_hp
Extra tip: EnforcedHealth settings can be disabled by setting them to -1. This will let them use the default health.
Settings available are:
Setting
Default
Description
EnforcedHealthSurvivor
1
Forced max health for Survivors
EnforcedHealthSurvivorIncap
100
Forced max health for Survivors while downed
EnforcedHealthInfected
1
Forced max health for Common Infected
EnforcedHealthSpecialInfected
1
Forced max health for non-boss Special Infected
EnforcedHealthTank
1500
Forced max health for Tank
EnforcedHealthWitch
500
Forced max health for Witch
LimpingHealthCvar
0
Control survivor_limp_health, set to -1 to prevent this setting from modifying
SurvivorInstantDeath
false
Acts like survivor_max_incapacitated_count 0
AdrenalineRunSpeed
390
Control adrenaline_run_speed, set to -1 to prevent this setting from modifying
ReplacePillsWithAdrenaline
true
Replacement items for 1-HP gameplay
ReplaceMedkitWithDefibrillator
true
Replacement items for 1-HP gameplay

The addon has functionality on all gamemodes and maps, but for PvP gamemodes like Versus it is automatically disabled by Valve.
To make it work in Versus on your local server, right-click on Left 4 Dead 2 in your steam library, select Properties, click on the Installed Files tab, then click on the Browse... button.
Go to left4dead2/cfg/ and open addonconfig.cfg with a text editor or Notepad.
Finally, edit this line:
"versus" "1"
to
"versus" "0"
Last edited by Shadowysn; 21 Jul, 2023 @ 11:43pm