July 14 2012 Server Delisting Fix

Server Help/Discussion.
Post Reply
User avatar
DaftMink
Vertex
Vertex
Posts: 5
Joined: Tue Mar 23, 2010 4:11 am

July 14 2012 Server Delisting Fix

Post by DaftMink »

Found this on the steam user forums mod section.
Works for both listen and dedicated servers. :)
1. Connect to your server via FTP or SSH.
2. Open your 'server.cfg' with a text editor (you'll find it in "obsidian/cfg/").
3. Paste the following at the END of it:

Code: Select all

//**********************************************************************************************************
// Master Server Settings
//**********************************************************************************************************
sv_master_legacy_mode 0	// Disable lagacy mode, since steam master servers won't support it anymore.
heartbeat	// Send heartbeat that this server is ready. Should be the last line of the config.
//**********************************************************************************************************
4. Save the file and if necessary put it back on your server.
5. Restart your server OR type "exec server.cfg" (without "") into your server console (HLSW, rcon or sm_rcon works as well).
Source: http://www.nomoreroominhell.com/forums/ ... topic=8251
Image
Post Reply