Left 4 Dead 2

Left 4 Dead 2

Tanks Stagger When Overwhelmed
 This topic has been pinned, so it's probably important
tomaz  [developer] 19 May, 2024 @ 2:43pm
CONFIG
PLEASE LOAD INTO A MAP AT LEAST ONCE TO GET THE .CFG FILE!!!
If you somehow see Chinese characters in the config file, open it with something like Notepad++ instead. This is probably due to some sort of encoding bug on a few select Windows installations
Config file is located in left4dead2/ems/tswo/config.cfg

PARAMETERS
  • dmg_time = 5 [any positive number]
    (Team must meet all conditions within this amount of seconds to stagger the Tank)
  • chance = 25 [0-100]
    (Chance of staggering the Tank)
  • sound = true [true/false]
    (If true, Tanks will yell and make an appropriate foley sound whenever they stagger)
  • survivors_needed = 4 [any positive number]
    (Minimum amount of survivors needed to stagger the Tank)
  • dmg_thres = 500 [any positive number]
    (Team must deal this much damage to the Tank for it to stagger)
  • cooldown_time = 6 [any positive number]
    (Tanks can only be staggered again after this amount of seconds)

After making changes, make sure to reload the map.
Ignore the NUL byte at the end, that's just a bug with VScript.
Last edited by tomaz; 27 May, 2024 @ 6:38am