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:
씨:\Users\...\Documents\My Games\KillingFloor2\KFGame\Config
Modification
In that file under the [KFGame.KFPlayerInput] section you will find the following line.
Bindings=(Name="F9",Command="shot"...)
Underneath it, insert the next line. It assigns the F11 key to it, but other keys can be used as well.
Bindings=(Name="F11",Command="togglehud")
완료되면, 파일을 저장하다.