• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code Questions about game mode/HUD

r2d2rigo

FNG / Fresh Meat
Oct 11, 2009
3
0
So I'm trying to add a new game mode (with control points) that needs a duplicate trader arrow in the HUD. It looks like the HUD can't be modified without recompiling KFMod, but when I do this I get the following error:

Code:
c:\Program Files\Steam\steamapps\common\killingfloor\KFMod\Classes\KFVetBerserker.uc(115) : Error, Can't find Class 'KatanaPickup'
Compile aborted due to errors.
Failure - 1 error(s), 0 warning(s)

Any other ways to achieve this?