Skip to content

How to Add Mods to your Killing Floor 2 Server

  1. Find the mods you want to use and pull their workshop IDs from the Killing Floor 2 Workshop.
  2. Go to the AleForge Panel
  3. Open the Console page for your server and Stop the server.
  4. Open the File Manager
  5. Navigate to KFGame -> Config -> LinuxServer-KFEngine.ini
  6. Scroll toward the bottom and find this heading: [IniVersion]
  7. Right above that heading, add the following replacing the numbers with the workshop IDs for each of your mods.
[OnlineSubsystemSteamworks.KFWorkshopSteamworks] 
ServerSubscribedWorkshopItems=2952523012 
ServerSubscribedWorkshopItems=2939093408 

8. Next, find this heading: [IpDrv.TcpNetDriver] 9. Add this code right below this heading. It should be above any other content in this section.

[IpDrv.TcpNetDriver] 
DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload 

10. Click Save Content 11. Open the Console and start your server 12. Your server will now download the workshop mods

If you’re adding Workshop maps to your server, be sure to start your server once with a vanilla map so that your server can download the workshop map. Otherwise your server will not be able to load a map it has not downloaded yet.