Author Topic: My New Server (Help!)  (Read 967 times)

QueeNiE

  • 68 Carbine
  • Posts: 435
My New Server (Help!)
« on: July 25, 2007, 09: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.

KiLo

  • Autococker
  • Posts: 2086
Re: My New Server (Help!)
« Reply #1 on: July 25, 2007, 10:02:12 AM »
Make sure you have setmaster dplogin.com in the .cfg.

QueeNiE

  • 68 Carbine
  • Posts: 435
Re: My New Server (Help!)
« Reply #2 on: July 25, 2007, 10:20:17 AM »
It is.  I attached my .cfg file for the server to this post. (Not including the logins, of course :D)

KiLo

  • Autococker
  • Posts: 2086
Re: My New Server (Help!)
« Reply #3 on: July 25, 2007, 10:27:52 AM »
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.

QueeNiE

  • 68 Carbine
  • Posts: 435
Re: My New Server (Help!)
« Reply #4 on: July 25, 2007, 10:56:42 AM »
Got everything working.


Thanks Kilo.