• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Gameserver dont load and show Workshop maps | Nitrado

http://wiki.tripwireinteractive.com/...w_In_Web_Admin

So basically look for each map folder in the ROGame/Cache/ folder of your game server, then copy each map name and add a section for each map in the KFGame ini file. For example for a map called KF-MapNameHere.kfm and another one called KF-BestMapEver.kfm you add:

[KF-MapNameHere KFMapSummary]
MapName=KF-MapNameHere

[KF-BestMapEver KFMapSummary]
MapName=KF-BestMapEver
 
Last edited:
Upvote 0
omano;n2320901 said:
http://wiki.tripwireinteractive.com/...w_In_Web_Admin

So basically look for each map folder in the ROGame/Cache/ folder of your game server, then copy each map name and add a section for each map in the KFGame ini file. For example for a map called KF-MapNameHere.kfm and another one called KF-BestMapEver.kfm you add:

now i have the problem the server doesnt download workshop item.. i use nitrado and this is a linux server.. my cache folder is empty.. i followed this tutorial step by step: http://wiki.tripwireinteractive.com..._Server_(Killing_Floor_2)#PCServer-KFGame.ini
 
Upvote 0
omano;n2320919 said:
If you follow the wiki http://wiki.tripwireinteractive.com...loor_2)#Setting_Up_Steam_Workshop_For_Servers you should be good.

What does the log file say? Maybe upload it or send link in PM (be sure to not share information like password in the log).

ok i fixed it with download all maps manually and uploadet it via filezilla to my server. but now here is the next problem. it seems players cant download my maps. 85.190.174.203:27015 can you maybe check it for me if its possible for you to download costum maps?
 
Upvote 0
The map preview is a client side only mod.

//edit here is workshop page https://steamcommunity.com/sharedfiles/filedetails/?id=1361642619 and it clearly states DO NOT INSTALL THIS ON YOUR DEDICATED SERVER.

Again, if you follow the wiki on how to distribute files to your players, you should be good. You need a web server (which we'll call a 'redirect server' here) to be able to send files to the client as you don't want to use the workshop. Here is the wiki part about the redirect server http://wiki.tripwireinteractive.com/..._SteamWorkshop
 
Last edited:
Upvote 0