Masterserver Guide

From Oldunreal-Wiki
Revision as of 11:50, 10 April 2014 by Hyper (talk | contribs)
Jump to navigation Jump to search

For a few days now the regular Unreal MasterServers are gone. So at the moment there are only a very few or no servers at all are in the browserlist. In the meantime three very reliable people from the Unreal community are providing us Masterservers: Hyper.nl,SA|Digimes and hLk_Havok To make your Unreal work with these servers add the following lines to your Unreal.ini:


ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.oldunreal.com MasterServerPort=27900

ServerActors=IpServer.UdpServerUplink MasterServerAddress=hyper.anydns.com MasterServerPort=27900

ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.hlkclan.net MasterServerPort=27900


and

[UBrowserAll]

ListFactories[X]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.oldunreal.com,MasterServerTCPPort=28900,GameName=unreal

ListFactories[X]=UBrowser.UBrowserGSpyFact,MasterServerAddress=hyper.anydns.com,MasterServerTCPPort=28900,GameName=unreal

ListFactories[X]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.hlkclan.net,MasterServerTCPPort=28900,GameName=unreal

Please note that the [X] has to be replaced with the correct following number of your ini. So if your last entry is [2] you have to replace it with [3],[4] and [5].