In this guide we will go through how to add workshop content to your KF2 server.

 

  1. Stop your server
  2. In your game panel navigate to configuration files and open PCServer-KFEngine.ini
  3. Look for [OnlineSubsystemSteamworks.KFWorkshopSteamworks] and add ServerSubscribedWorkshopItems=[WorkshopID] below
    It should look like this:
    [OnlineSubsystemSteamworks.KFWorkshopSteamworks]
    ServerSubscribedWorkshopItems=644068210
    ServerSubscribedWorkshopItems=644068210
    Where 644068210 is the mod you want to add. You can find the ID by looking at the URL of the workshop, for example this mod’s URL is https://steamcommunity.com/sharedfiles/filedetails/?id=644068210
  4. Save the config file and start the server
Was this answer helpful? 1 Users Found This Useful (3 Votes)