Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: QueeNiE on July 25, 2007, 11:55:09 AM

Title: My New Server (Help!)
Post by: QueeNiE on July 25, 2007, 11:55:09 AM
Recently I acquired a free server based in Dalas, Tx.  How I came of this server is of no consequence. I would first like to point out that all I have access to on the server is from an FTP client.  Now.. let's begin.

When I first obtained the server, it appeared on the server list, everything working A O.k.  Now, however, it does not appear on the server list.  You can though connect via IP.  I have checked, and rechecked all the variables that would cause the server to become not visable, and they are all set correctly.  It is currently set public 1, and in the command line +set public 1.  I can find nowhere where anything could have went wrong.  And to make make matters worse, the server decided to go non-public in the middle of a match, so that means it shouldn't be a .cfg problem.  Because I didn't edit the .cfg. 

Just wondering if anyone could help,
Brock.
Title: Re: My New Server (Help!)
Post by: KiLo on July 25, 2007, 12:02:12 PM
Make sure you have setmaster dplogin.com in the .cfg.
Title: Re: My New Server (Help!)
Post by: QueeNiE on July 25, 2007, 12:20:17 PM
It is.  I attached my .cfg file for the server to this post. (Not including the logins, of course :D)
Title: Re: My New Server (Help!)
Post by: KiLo on July 25, 2007, 12:27:52 PM
This is probably the problem:

Code: [Select]
setmaster dplogin.com
setmaster q2master.planetquake.com
setmaster master0.gamespy.com

Make it like this:

Code: [Select]
setmaster dplogin.com q2master.planetquake.com
That should fix it.
Title: Re: My New Server (Help!)
Post by: QueeNiE on July 25, 2007, 12:56:42 PM
Got everything working.


Thanks Kilo.