This is a guide on how to create a keybinding for toggling the HUD in the game. そのために, you have to modify a config file.
Open KFInput.ini
Browse to the location of the config file named KFInput.ini. You can find it under this path:
C:\Users\...\Documents\My Games\KillingFloor2\KFGame\Config
修正
In that file under the [KFGame.KFPlayerInput] section you will find the following line.
Bindings=(名前="F9",Command="ショット"...)
Underneath it, insert the next line. It assigns the F11 key to it, but other keys can be used as well.
Bindings=(名前="F11",Command="togglehud")
完了したら, ファイルを保存する.