Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: KiLo on May 16, 2007, 06:59:38 PM
-
I know lekky and myself have had problems with our servers showing up since build 18 was realeased. I finally got it to where my server shows up on the list when I start it. Instead of me having to enter setmaster dplogin.com through rcon every time.
The way that I found is to make the config look like this:
setmaster dplogin.com
Yes just the one setmaster alone.
where as the original looks like this:
setmaster dplogin.com
setmaster q2master.planetquake.com
setmaster master0.gamespy.com
-
master0.gamespy.com and q2master.planetquake.com are both the same server, so that might be part of the problem. If you delete one of those, it will probably be fine. The gamespy servers are necessary if you want your server to show up in other browsers like gamespy, ASE, HLSW, etc.
-
does it make any difference which one of those we delete?
-
They both point to the same IP, so it doesn't matter.
-
ok thanks :)
-
still not worknig for me :/ I have to type it through rcon to get it to work.
-
When you start the server, does it say it's sending a heartbeat to 70.85.9.178?
-
its a dedicated server so i cant see the console log. I did an rcon exec config after making the changes to the config file.
-
When you start the server, does it say it's sending a heartbeat to 70.85.9.178?
Jitspoe, my server was working fine after I updated to 18, but when I restarted I couldn't get it to show up again. I changed my config to just the dplogin.com, but it never says it's sending a heartbeat to 70.85.9.178:27900, what's up?
Thanks
Edit:
After two hours of running and right after I posted this, it sent the heartbeat. Sorry for wasting everyone's time.
-
I had a similar problem until I realized on the command line to start the server it was trying to exec the wrong .cfg file.
-
I'm still having problems with it. Sometimes when it starts it appears on the serverlist and then other times it is no where to be found.
-
I'm still having problems with it. Sometimes when it starts it appears on the serverlist and then other times it is no where to be found.
Ditto.
-
Now I have a new problem. When the server starts and it is not on the list I enter setmaster dplogin.com. So then it heartbeats. Then a couple hours later I will check the console and the server will not be heartbeating to dpltogin.com.
-
After looking at the code, it seems the setmaster command needs to be used once, with each parameter being a server, so you'd need to do:
setmaster dplogin.com master0.gamespy.com
-
After looking at the code, it seems the setmaster command needs to be used once, with each parameter being a server, so you'd need to do:
setmaster dplogin.com master0.gamespy.com
Thanks jits. I had the same problem and now I think it's fixed!