I heard from different admins that their servers arent listed anymore. So I guess the master servers are broke somehow.
Hm i checked if any masters are added by typing setmaster in the console.
The result:
Code:
Usage:
setmaster <add | remove | enable | disable> <IP:port>
Current: None
So i manually added the server enabled it and did a heartbeat:
Code:
setmaster add hl2master.steampowered.com
setmaster enable hl2master.steampowered.com
heartbeat
Also i made a restart. But even with the masterserver in the list my servers are not listed at the serverbrowser.
The output of setmaster is following now:
Code:
Usage:
setmaster <add | remove | enable | disable> <IP:port>
Current:
1: 216.207.205.98:27010
Ok i got it know. There are 2 Problems after this update. First by default NONE masterserver is set.
Valve reccomends to use hl2master.steampowered.com that leads to 216.207.205.98:27010. This one does not work. I checked on a listed Server which masters are set. These are 216.207.205.99:27011 and 216.207.205.98:27011
So i added this to my server.cfg:
Code:
setmaster add 216.207.205.99:27011
setmaster add 216.207.205.98:27011
heartbeat
After doing so the servers are listed again. I know that I should not add them manually but at least this works (for now).