Killing Floor 2

Killing Floor 2

True Solo Mutator
正在显示第 21 - 30 项,共 37 项条目
< 1  2  3  4 >
更新于:2020 年 12 月 1 日 上午 1:58

* 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.

更新于:2020 年 12 月 1 日 上午 12:40

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

更新于:2020 年 11 月 30 日 下午 11:22

* 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.

更新于:2020 年 11 月 27 日 上午 4:43

* 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

更新于:2020 年 11 月 27 日 上午 4:01

* Unsuccessful Matriarch variable name experimentation

更新于:2020 年 11 月 27 日 上午 3:30

* Unsuccessful Matriarch variable name experimentation

更新于:2020 年 11 月 16 日 下午 3:28

* Fixed a minor comment typo

* Updated GitHub

更新于:2020 年 11 月 16 日 下午 3:19

* 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

更新于:2020 年 11 月 10 日 下午 1:58

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

* GitHub updated


更新于:2020 年 11 月 6 日 上午 3:55

* 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