Author Topic: Which master server does svn try to connect to?  (Read 3081 times)

F50

  • Posts: 740
  • Turrets: +16/-26
Which master server does svn try to connect to?
« on: January 14, 2010, 04:16:22 am »
I downloaded and compiled the svn code. After some work I finally managed to get all of the necessary assets (but apparently not all of the ones I'm supposed to have, the marked decon icon isn't there) together to actually be able to play, however I see neither the gpp servers, nor the 1.1 servers once I try to get a server list from the master server. From the messages in the console (master.tremulous.net resolved) and another message on the screen ("Waiting for response"), it seems that I have connected to the master server, but its ignoring me.

Which master server does svn try to connect to? Is it even possible to connect to gpp servers with the client in svn?
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law


gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: Which master server does svn try to connect to?
« Reply #1 on: January 14, 2010, 06:48:03 am »
The gpp masterserver listens on a different port, so you can't see it with the svn (trunk) client. That client uses the same masterserver as the 1.1 world, but it uses a different protocol version than 1.1, so all the 1.1 servers are filtered out and you get an empty list.

You should check out the gpp branch from svn.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Which master server does svn try to connect to?
« Reply #2 on: January 14, 2010, 08:34:59 am »
Set the master to master.tremulous.net:30700 for 1.2 servers.  Also the GPP branch has that by default.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

F50

  • Posts: 740
  • Turrets: +16/-26
Re: Which master server does svn try to connect to?
« Reply #3 on: January 14, 2010, 05:11:48 pm »
Thanks
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law


Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Which master server does svn try to connect to?
« Reply #4 on: January 15, 2010, 08:47:52 pm »
Thanks this will be useful =D