Killing Floor 2

Killing Floor 2

True Solo Mutator
Showing 21-30 of 37 entries
< 1  2  3  4 >
Update: 1 Dec, 2020 @ 1:58am

* Fixed a compatibility issue with CD where the Patriarch and Hans would ignore their speed boost only on their first stage by replacing the parent variable used to scale their speed.

Update: 1 Dec, 2020 @ 12:40am

* Unsuccessful attempt in fixing CD independently breaking the Matriarch's sprinting and speed, reducing her to a snail-like pace.

Update: 30 Nov, 2020 @ 11:22pm

* Unsuccessful attempt in fixing CD independently breaking the Matriarch's sprinting and speed, reducing her to a snail-like pace.

* Abomination Spawn are now affected by their movement scale variable in the INI as a result of fixing a variable mismatch. Their damage scale however remains broken. See the "Known Issues On Its Own" discussions tab for why it won't be fixed.


* Matriarch's movement speed corrected with a subtractive reduction of -15%. The Matriarch's movement speed parent variable was erroneously also being scaled by her damage scaling variable in the INI resulting in her speed being boosted by 45% rather than 30%. This humorous variable mismatch was corrected.

Update: 27 Nov, 2020 @ 4:43am

* Recent testing has revealed that the Matriarch was, the entire time, not being affected by her speed scale. A return into the source code revealed that movement speed for her in particular is actually coded differently than with almost every other Zed it seems. As a result of this, a parent variable that I could assign to scale every other individual Zed's movement was nullified to her due to one of her functions overriding it.

Resolving this was relatively simple; I searched for and chose another parent variable to assign just for her that further testing shows to have done the trick.

* Updated GitHub

Update: 27 Nov, 2020 @ 4:01am

* Unsuccessful Matriarch variable name experimentation

Update: 27 Nov, 2020 @ 3:30am

* Unsuccessful Matriarch variable name experimentation

Update: 16 Nov, 2020 @ 3:28pm

* Fixed a minor comment typo

* Updated GitHub

Update: 16 Nov, 2020 @ 3:19pm

* Added better references to where I got the damage and movement speed scales from in the .ini

* Subtractive reduction in movement speed scaling for all EDAR variants by - 0.1 for accuracy

* Updated GitHub

Update: 10 Nov, 2020 @ 1:58pm

* Additive increase in movespeed scaling for all EDAR variants by + 0.1 for accuracy

* GitHub updated


Update: 6 Nov, 2020 @ 3:55am

* Additive increase to Hans Volter's damage scaling by + 0.07 for accuracy

* Removed the 30% speed boost from Abomination and King Fleshpound for accuracy

* Corrected .ini file usage instructions

* Updated GitHub accordingly