• 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 can't find my server in the browser since update

CheeseNus

Member
Dec 6, 2015
16
1
i think i know the problem. when i run my server it says it's running v1016, but when i checked news for killing floor 2 it says hotfix 1018. i tried updating killing floor 2 in the steamcmd but it says it's still up to date. does anybody know how to fix my problem? or have had the same problem?
 
Ok try that, start steamcmd then type:

as you already do
Code:
login anonymous

Tell SteamCMD where to look for server file. Modify c:\KF2Server\ by the path of your Killing Floor 2 Server installation folder
Code:
force_install_dir c:\KF2Server\

Now update and validate files
Code:
app_update 232130 validate

You can also do the same by deleting the steamapps folder inside server installation folder.

You can also delete you SteamCMD installation folder, and install SteamCMD again from fresh files here http://media.steampowered.com/installer/steamcmd.zip (extract this to a new folder, and run steamcmd.exe to install it again)

You can also run steamcmd as I told you with the validate parameter, after deleting important files like the KFServer.exe or maybe whole folders to see if it see that files are missing/outdated, if all the above does not work.

Hope this helps.
 
Last edited:
Upvote 0