Killing Floor:Known Issues & Bugs

From Tripwire Interactive Wiki
Revision as of 11:28, 15 December 2012 by Benjamin (talk | contribs) (Added new bug and updated version numbers)
Jump to navigation Jump to search


ZombieVolume bTryAllSpawns bug (version 1044)


This code picks from a random spawn point each time, but doesn't exclude already-tried ones. It means it may waste attempts, and the 'bTryAllSpawns' flag will not work.

MK23Fire, Magnum44Fire Penetration loop bug (version 1044)

MK23Fire, line 41:

MK23Fire: line 104:

These are both from the penetration loop, and provide conflicting conditions for breaking from the loop. Logically the former block should be checking for a value of 10 (as with DeagleFire.uc), allowing the second block to correctly control the amount of penetrations itself.

DualMK23Pickup AmmoCost bug (version 1044)

AmmoCost is the same as for the single version (£16), which is incorrect. It should be double, like all the other dual pistols.

KFMeleeFire Range calculation bug (version 1044)

Range is incorrectly calculated, since values are squared and then added, rather than the other way around.