Skip to content

Commit 08706b1

Browse files
dgibbs64gitbook-bot
authored andcommitted
GITBOOK-353: change request with no subject merged in GitBook
1 parent 4531d05 commit 08706b1

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

game-servers/killing-floor-2.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,38 @@
1919

2020
LinuxGSM installations contain `configSubDir=servername` in the command line by default, which creates a folder for config files named after the server. The default directory is `/home/user/serverfiles/KFGame/Config/kf2server` . Use these files to change server settings.
2121

22-
## Workshop Content
23-
24-
Killing Floor 2 supports [Steam Workshop](../steamcmd/workshop.md). 
22+
## Workshop
2523

24+
{% hint style="danger" %}
2625
Players on the Epic Store will not be able to download files hosted with the Steam Workshop.
26+
{% endhint %}
2727

28-
For KF2 Server using LinuxGSM, workshop content is added in `LinuxServer-KFEngine.ini` under:
28+
Workshop content is added in `LinuxServer-KFEngine.ini` in the `OnlineSubsystemSteamworks.KFWorkshopSteamworks` section
2929

30-
/home/user/serverfiles/KFGame/Config/kf2server
30+
{% hint style="danger" %}
31+
Ensure the game server is stopped before editing the file to prevent it being overwritten.
32+
{% endhint %}
3133

32-
[Official Guide Here](https://wiki.killingfloor2.com/index.php?title=Dedicated\_Server\_\(Killing\_Floor\_2\)#Setting\_Up\_Steam\_Workshop\_For\_Servers)
34+
```
35+
KFGame/Config/kf2server/LinuxGSM-KFEngine.ini
36+
```
37+
38+
```
39+
[OnlineSubsystemSteamworks.KFWorkshopSteamworks]
40+
ServerSubscribedWorkshopItems=605633924
41+
ServerSubscribedWorkshopItems=605551918
42+
ServerSubscribedWorkshopItems=605549089
43+
ServerSubscribedWorkshopItems=605532351
44+
```
3345

34-
While following the guide, remember `PCServer-KFEngine.ini` is instead `LinuxServer-KFEngine.ini`
46+
This will only work for Workshop items that the server downloads itself, that are listed in the \[OnlineSubsystemSteamworks.KFWorkshopSteamworks] section as described above.
3547

36-
[Killing Floor 2 has a known workshop problem.](killing-floor-2.md)
48+
1. Make sure that the server is not running. If it is running, the Workshop setup will be overridden the next time you restart the server.
49+
2. Find the section \[IpDrv.TcpNetDriver] in the PCServerEngine.ini config file.
50+
3. Add the line "DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload" to that section. If there are other "DownloadManagers=" lines, make sure this one is the first.
51+
4. Do not delete anything from this section, except (optionally) other DownloadManagers= lines.
52+
53+
[Official Guide Here](https://wiki.killingfloor2.com/index.php?title=Dedicated\_Server\_\(Killing\_Floor\_2\)#Setting\_Up\_Steam\_Workshop\_For\_Servers)
3754

3855

3956

0 commit comments

Comments
 (0)