How to install mods on Killing Floor 2

From 4netplayers Support Wiki
Jump to: navigation, search
Rent a Killing Floor 2 server
Rent your own Killing Floor 2 server at 4Netplayers.com

First, please stop your server.
When your server is stopped, please switch it to Advanced mode.
This is necessary because we need to edit the PCServer-KFEngine.ini.
So, click on PCServer-KFEngine.ini in the white column on the left.
In the text editor that appears, you then create anywhere:

[OnlineSubsystemSteamworks.KFWorkshopSteamworks]

Next, you need the WorkshopID of the mods you want to use.
You can get this from the URL in the browser:
https://steamcommunity.com/sharedfiles/filedetails/?id=2222630586
So, in this example the ID would be 2222630586.
You then enter this under the line you created above as follows:
ServerSubscribedWorkshopItems=2222630586

So, the whole thing should now look like this:

[OnlineSubsystemSteamworks.KFWorkshopSteamworks.]
ServerSubscribedWorkshopItems=2222630586

For each mod you want to use you have to create a new line.
So, with multiple mods it would look like this:

[OnlineSubsystemSteamworks.KFWorkshopSteamworks.]
ServerSubscribedWorkshopItems=2222630586
ServerSubscribedWorkshopItems=643383080
ServerSubscribedWorkshopItems=682290186

Next, find the [IpDrv.TcpNetDriver]
section. Add the following line below it:
DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload
Lastly, save your changes by clicking Save.