My servers used to appear on the server list, but lately don't.
I've tried the following with no success:
Aside from this problem, the server appears on people's favorite list and they can connect to it fine.
EDIT:
I managed to fix it.
It looks like my servers were trying to submit to the wrong master
server list. So added the following in 3 files (autoexec.cfg,
server.cfg and sourcemod.cfg):
setmaster enable
setmaster add 208.64.200.65:27011
setmaster add 208.64.200.39:27011
setmaster add 208.64.200.52:27011
heartbeat
I've tried the following with no success:
- Disabling the firewall (Temporarily for duration of test)
- Typing heartbeat in console and server.cfg
- Various sv_region settings
- Fresh install with nothing custom (no configs, metamod or sourcemod)
- Setting sv_master_legacy_mode to 0 and 1
- Setting sv_master_share_game_socket to 0 and 1
Code:
Using 'steambeta1:27013' CSER server!
Connection to Steam servers successful.
VAC secure mode is activated.
Aside from this problem, the server appears on people's favorite list and they can connect to it fine.
EDIT:
I managed to fix it.
It looks like my servers were trying to submit to the wrong master
server list. So added the following in 3 files (autoexec.cfg,
server.cfg and sourcemod.cfg):
setmaster enable
setmaster add 208.64.200.65:27011
setmaster add 208.64.200.39:27011
setmaster add 208.64.200.52:27011
heartbeat