Lamespy master server down.

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.
Status
Not open for further replies.

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
Then how come UT's gamespy server is working fine?
Or did they take down the less populated games for them?
 

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
Yeah, mostly dm (thanks to the daikatanadm standalone mod also). There were like 15 servers when the master server went down.
 

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
Nope, that's down for long time. Only gamespy remained of the original master servers and now it's down along with many other games that were not so populated.
 

Sir_Brizz

Administrator
Staff member
Feb 3, 2000
26,020
85
48
Huh.... I think I'll drop Jeff an email about this. I coulda sworn that Epic was still hosting a list.
 

K

i bite
Jul 29, 2004
2,112
0
0
49
Magrathea
There are more then one master server.
Witch one went down and when will it be back up?
I started a thread about this already in the UT 99 section.
I lost all my Monster Hunt server lists, and others i talked to have lost their Death match lists and UT server lists.

This happened last year so don't expect the end of the world.
People in that oldunreal thread are just speculating like we are so don't take what they say as factual.

Does anyone have the addresses for the alternate servers?
You can add them into your ini and get some of the list back.
Please post if you have the addresses.
 
Last edited:

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
UT's master server isn't the same as Unreal's.
The Epic master server may still work for UT but it is long time ago dead for Unreal.
EDIT:
unreal.epicgames.com works (which is also for UT), but the default (for Unreal originally) www.epicgames.com or master.epicgames.com not.
That's why. But there are like no servers in unreal.epicgames.com for unreal because people think its dead.
 
Last edited:

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
And many of the previously down master serevrs for other games is up again, but Unreal not.
 

Zur

surrealistic mad cow
Jul 8, 2002
11,708
8
38
49
It would be nice to figure out how a master server works. Maybe ElMuerte could help with the protocol used.
 

IronMonkey

Moi?
Apr 23, 2005
1,746
0
36
63
Scotland
www.margrave.myzen.co.uk
It would be nice to figure out how a master server works. Maybe ElMuerte could help with the protocol used.
I can't find the reference at the moment (which makes me think that I must have mis-remembered) but I thought it was possible for any ucc instance (pre-UT3?) to declare itself a master server as a commandline option.

Clients would still have to be configured to use the new master server instance as their master server.

Edit:
There is this:

Code:
C:\Unreal Anthology\UnrealTournament\System>ucc help
=======================================
ucc.exe: UnrealOS execution environment
Copyright 1999 Epic Games Inc
=======================================

Usage:
   ucc <command> <parameters>

Commands for "ucc":
...
   ucc masterserver          Maintain master list of servers.
...
C:\Unreal Anthology\UnrealTournament\System>ucc help masterserver
=======================================
ucc.exe: UnrealOS execution environment
Copyright 1999 Epic Games Inc
=======================================

Usage:
   ucc masterserver [-option...] [parm=value]

Parameters:
   ConfigFile       Configuration file to use.  Default: MasterServer.ini

C:\Unreal Anthology\UnrealTournament\System>
Reading the help description, I'm not convinced that the masterserver option does anything other than muck about with an ini file - unless that ini file contains the information needed to make ucc a master server.
 
Last edited:

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
I could query now the master0.gamespy.com, seems like they are adding it back. (forget what I said, now it says it fails again :()

Oh well, at UT I could not query it, damn this is strange. The MH tab really doesn't work at all, though coop tab works if you wait a while.
 
Last edited:

K

i bite
Jul 29, 2004
2,112
0
0
49
Magrathea
Does anyone actually know what is going on with the MS yet?

I want my gd MH tab back!!!!
 

Zur

surrealistic mad cow
Jul 8, 2002
11,708
8
38
49
From Google cache:
How to host your own MS
View previous topic View next topic Go down
Author Message
[LTK]HDD21*FDR*
Admin



Joined : 30 Jul 2008
Posts : 123


PostSubject: How to host your own MS Sun Aug 31, 2008 1:35 pm
I know ive left the majority of dx community boards but as ive stopped hosting my MS id like to post the info out on How to do it.

Consider this my leaving present


Now the UCC Masterserver program is buggy but you can make it run smoothy by following this exactlly:

1. Install deus ex and the SDK on the copy you wish to host MS on.

2. Install nepthys verson: Nephthys_v1.4a100 (only applies for dx.) On the

masterserver and the server. (they need to be similar versons or matching to

prevent getting rejected). Or you can have the MS and server non nepthys.

3. In the System folder, Make a file called: MasterServer.ini (CAPS MUST BE EXACT!) And in it put this:

; Unreal Engine Master Server
; Configuration File
;
; Revision History:
; * (4/16/99) Created by Brandon Reinhart
;
; Usage:
;
; [MasterServer]
; GameName=[Identifying String]
; Where the string is one assign by GameSpy & Critical Mass.
; OperationMode=[TextFile/TCPLink]
; First mode outputs server list to the file specified under the
; OutputFile key of the [TextFile] section.
; Second mode services GameSpy MasterServer Protocol messages
; on the port specified under the TCPPort key of the [TCPLink] section.
; ListenPort=[Integer]
; Specifies the port to listen for heartbeats on.

[MasterServer]
GameName=deusex
;OperationMode=TextFile
OperationMode=TCPLink
ListenPort=27900

[TextFile]
OutputFile=servers.txt

[TCPLink]
TCPPort=28900

And save it.


Then make a .bat file in the system folder and in it put:

ucc masterserver

And save it.

Then double click the bat file to get it running.

It will do something like this:



And then ur done Very Happy

To do it with diff games change the GameName= to the game you want to host.

thanks,

HDD21.
 

Leo(T.C.K.)

I did something m0tarded and now I have read only access! :(
May 14, 2006
4,794
36
48
Master0.gamespy.com is up now and lasting so far. Even MH list is back.
 
Status
Not open for further replies.