0xC0ncord / MasterServerMirror

MasterServerMirror is a server actor for Unreal Tournament 2004 servers to list the server in multiple master servers.
Other
2 stars 0 forks source link

Is this stil useful anno 2023? #1

Open SicariusFeroxis opened 1 year ago

SicariusFeroxis commented 1 year ago

I might misunderstand but now that the official epic servers are disabled I think this repository is now now longer useful?

If so, it might be handy to archive the repository. :-)

0xC0ncord commented 1 year ago

The mod is configurable and allows you to specify other master servers. This was a deliberate design decision because I am aware of other communities creating their own master servers, e.g. 333networks (https://ut2004master.333networks.com/ and https://ut2004master.errorist.eu/). For example, you could use the following config to have your server listed in both OpenSpy and 333networks (as well as whatever is the default set in your UT2004.ini):

[MasterServerMirror.MasterServerMirror]
MasterServerList=(Address="utmaster.openspy.net",Port=28902)
MasterServerList=(Address="ut2004master.333networks.com",Port=28902)
MasterServerList=(Address="ut2004master.errorist.eu",Port=28902)
0xC0ncord commented 1 year ago

Sidenote: I know that 333networks' master servers are doing synchronization with each other (I think even from OpenSpy), though I'm not sure what will happen if you use this mod to uplink to both of them (duplicate entry in the server list perhaps?).

SicariusFeroxis commented 1 year ago

Oh right. I see. Do you think it's compatible with UT2003 as well? :-) I'd guess it can be since the engine is the same. If you think so how could I try it out? :-)

0xC0ncord commented 1 year ago

Do you think it's compatible with UT2003 as well? :-)

In its current state probably not. I think it wouldn't take much effort to build it against UT2003 but it will certainly takes some tweaks, mostly the menu itself.

Sorry I misunderstood (was thinking of a different mod). Yes I think this mod should work just fine, but I haven't tested it. :),

0xC0ncord commented 1 year ago

Please see (edited) comment above.