Description
This plugin allows
trigger_multiple entities to ignore incapacitated players to trigger.
Some examples where it may happen:
- Dead Center (1st Map) - can't close the elevator doors and make it goes down while there is any incapacitated survivor outside the elevator.
- Dead Center (4th Map / Finale) - can't close the elevator doors and make it goes down while there is any incapacitated survivor outside the elevator. (Added in TLS UPDATE)
- Dark Carnival (5th Map / Finale) - can't start the concert while there is any incapacitated survivor outside the FINALE area.
- Hard Rain (3rd Map) - can't close the elevator doors and make it goes up while there is any incapacitated survivor outside the elevator.
- The Parish (2nd Map) - can't start the CEDA event while there is any incapacitated survivor outside the trailer.
- The Passing (3rd Map / Finale) - can't close the elevator doors and make it goes down while there is any incapacitated survivor outside the elevator.
- The Sacrifice (3rd Map / Finale) - can't start the generator while there is any incapacitated survivor outside the FINALE area.
- No Mercy (4th Map) - can't close the elevator doors and make it goes up while there is any incapacitated survivor outside the elevator.
- No Mercy (5th Map / Finale) - can't start the radio while there is any incapacitated survivor outside the FINALE area.
- Crash Course (2nd Map / Finale) - can't start the generator while there is any incapacitated survivor outside the FINALE area.
- *There are also other events related to this, but they usually go unnoticed and doesn't affect the gameplay that much.
Stripper
This is also possible to achieve with
Stripper. If you want to do that through Stripper way instead a plugin, add the following lines to the
global.cfg or to
<map>.cfg file:
Cvars
A configuration file named "
l4d_triggers_ignore_incap.cfg" will automatically be created for you upon the first run in the "
\cfg\sourcemod\" folder.
PHP Code:
// Enable/Disable the plugin.
// 0 = Disable, 1 = Enable.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d_triggers_ignore_incap_enable "1"
Admin Commands
- sm_print_cvars_l4d_triggers_ignore_incap => Print the plugin related cvars and their respective values to the console. (z flag required)
Change Log
Notes
- This plugin sets the m_bAllowIncapTouch netprop to 0 for trigger_multiple entities.
- Some maps add an invisible block after you start an event, so if an incapacitated survivor gets up (e.g. Self Help plugin), he may not be able to go to the finale area. (e.g. Sacrifice Finale)
Related Plugins
Post Reply
- Any feedback, bug reports, fixes, improvements, translations or suggestions for the plugin are welcome.
Installation
- Put the "l4d_triggers_ignore_incap.smx" file (click Get Plugin) in your "\addons\sourcemod\plugins\" folder.