Left 4 Dead 2

Left 4 Dead 2

Tabun's Skill Detect
 This topic has been pinned, so it's probably important
Interneted  [developer] 18 Jun, 2024 @ 7:02am
settings.cfg
If you have loaded a map at least once with this add-on installed, settings.cfg and settings2.cfg files will be created into Left 4 Dead 2/left4dead2/ems/interneted_skilldetect

settings.cfg
{ onEatTankRock = true onDeadstopHunter = true onInstaClearSpecial = true onCrownWitch = true onSpecialTriggerCarAlarm = true onChargerDeathCharge = true onSkeetTankRock = true onMeleeCrownWitch = true onCutSmokerTongue = true onSelfClearSmoker = true onSkeetHunter = true onShutdownBoomer = true onHunterHighPounce = true onMeleeSkeetHunter = true onLevelCharger = true onChargerDeathChargeByBowl = true }
You may change the values for each key inside the table as you like, make sure to put a boolean type like true or false, any other type will force the value to be true in the ems file.

true means that you have enabled that particular skill detect, vice versa for false.

Key
Description
onEatTankRock
Taking damage from a tank rock.
onDeadstopHunter
Shoving a pouncing hunter.
onInstaClearSpecial
Clearing a survivor that is dominated by a special in less than or equal to a second.
onCrownWitch
Killing a witch with a single shot from any shotgun.
onSpecialTriggerCarAlarm
Forcing a survivor to trigger the car alarm with a special.
onChargerDeathCharge
Death-charging a survivor with a charger, does not include bowling.
onSkeetTankRock
Skeeting a tank rock.
onMeleeCrownWitch
Killing a witch with melee weapon, including chainsaw. Every damage must be dealt with melee weapons, alone.
onCutSmokerTongue
Self-clearing from a smoker using sharp melees or chainsaw to cut the tongue.
onSelfClearSmoker
Self-clearing from a smoker by any possible method, does not include tongue cuts.
onSkeetHunter
Skeeting a hunter with any guns.
onShutdownBoomer
Killing a boomer that spawned less than or equal to 5 seconds without getting anyone biled.
onHunterHighPounce
High pouncing a survivor with a hunter.
onMeleeSkeetHunter
Skeeting a hunter with melee weapons, including chainsaw.
onLevelCharger
Killing a charging charger with melee weapons, including chainsaw.
onChargerDeathChargeByBowl
Death-charging a survivor by bowling.

settings2.cfg
{ onLevelCharger_minDamage = 0 onInstaClearSpecial_maxTime = 0.75 onHunterHighPounce_minHeight = 0 onSkeetHunter_minDamage = 100 onHunterHighPounce_minDamage = 8 onShutdownBoomer_maxTime = 3 onDeadstopHunter_minHeight = 0 }
This settings contain event conditions in order for the message to be displayed, where you can change it with any value you like, it will accept any number types, such as integer, float, and decimal.

Key
Description
onLevelCharger_minDamage
Minimum damage dealt to the leveled charger.
onInstaClearSpecial_maxTime
Maximum amount of time to clear a survivor from a special infected after being pinned.

The time resets when a charger starts pummeling and a smoker starts choking regardless if the choke has been canceled before or not.

In seconds.
onHunterHighPounce_minHeight
Minimum amount of height to be considered as a high-pounce.
onSkeetHunter_minDamage
Minimum amount of total damage being dealt to the skeeted hunter.

I can understand that skeeting a low hp hunter as the only damage done is kind of unfair.

NOTE: damage is only accumulated by hitting the hunter in the air.
onHunterHighPounce_minDamage
Minimum amount of pounce damage to be considered as a high-pounce.

I didn't know that the hunter will always deal at least 1 damage in versus. :V
onShutdownBoomer_maxTime
Maximum amount of time to kill the boomer without getting anyone biled, right after it spawns.

In seconds.
onDeadstopHunter_minHeight
Minimum amount of height to be considered as deadstopping the hunter.

Have more conditional settings in mind? Feel free to share it with me to see if I am interested in adding it.

Using it in PvP gamemodes
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"
Last edited by Interneted; 17 Dec, 2024 @ 8:04am