Left 4 Dead 2

Left 4 Dead 2

Relentless Witch (Beta)
 This topic has been pinned, so it's probably important
Interneted  [developer] 22 May @ 6:42am
settings.cfg
If you have loaded a map at least once with this add-on installed, a settings.cfg file will be created into Left 4 Dead 2/left4dead2/ems/interneted_relentlesswitch

Here is the default code:
{ maxRange = 1200 killIncap = false retargetCount = -1 rng = true }
Key
Type
Description
maxRange
integer, float or decimal
If the witch cannot find any target within this radius, nothing will happen, -1 for infinite range.

In hammer units.
killIncap
boolean
Set this to true if the witch needs to kill its victim first before retargetting.

except when the survivor entered a checkpoint.
retargetCount
integer
The number of times that the witch can retarget, -1 for infinite times.
rng
boolean
The witch will retarget a random survivor.

Set this to false to make the witch retarget the closest one instead.

Make sure to put the values associated with their respective types on each key.

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"
to
"versus" "0"
Last edited by Interneted; 27 Jun @ 8:00pm