PDA

View Full Version : Long term solution to adding server to gamespy!


Codec
05-10-2004, 09:05 PM
I have had a dedicated server running for some time now, with the following lines included in the config:

seta sv_master1 "codmaster.activision.com"
seta sv_master2 "codauthorize.activision.com"
seta sv_master3 "master0.gamespy.com"
seta sv_master4 "master1.gamespy.com"
seta sv_master5 "clanservers.net"
seta sv_gamespy "1"
set g_logsync "1"

However I have never managed to get the server listed in gamespy. I noticed that the console periodically displays:

'Sending heartbeat to codmaster.activision.com'

but never to any of the others in the above list.

The sever was NOT listed in gamespy....
I typed 'heartbeat master0.gamespy.com' into the server console....
and wehey!!! It was listed!!....... but only for 90 mins.

I can write a script to do this periodically but there must be a correct way of doing it.

Any suggestions??

HOLYMirvic
05-10-2004, 09:52 PM
Try this instead:

seta sv_gamespy "1"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "codauthorize.activision.com"
seta sv_master5 "codmaster.infinityward.com"

hope it helps :smile: