Page 1 of 1

July 14 2012 Server Delisting Fix

Posted: Thu Jul 19, 2012 11:00 pm
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