
NOTE: Unreal Tournament Multiplayer is still fully functional even after Epic Games shutting down their masterserver!
There are many more masterservers. The following steps add the other existing masterservers to the client config, making UT fully playable again.
----------
How to play online
There are 2 methods to do this once you have the game running:
- Download the latest 469 patch (.exe version).
- In case you want to stick with the official version 436 (Download Patch here) or dont want to touch anything else in your current UT installation, or used the .zip version of the 469 patch, follow these instructions:
- Open your UnrealTournament.ini in your game's System folder
- Search for[[UBrowserAll]
- Overwrite allListFactories
entries with the following code
- AddCode: Select all
ListFactories[0]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.333networks.com,MasterServerTCPPort=28900,GameName=ut ListFactories[1]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.hlkclan.net,MasterServerTCPPort=28900,GameName=ut ListFactories[2]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.oldunreal.com,MasterServerTCPPort=28900,GameName=ut ListFactories[3]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.errorist.eu,MasterServerTCPPort=28900,GameName=ut ListFactories[4]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.hypercoop.tk,MasterServerTCPPort=28900,GameName=ut ListFactories[5]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.openspy.net,MasterServerTCPPort=28900,GameName=ut ListFactories[6]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.gonespy.com,MasterServerTCPPort=28900,GameName=ut ListFactories[7]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.frag-net.com,MasterServerTCPPort=28900,GameName=ut ListFactories[8]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.qtracker.com,MasterServerTCPPort=28900,GameName=ut ListFactories[9]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master.newbiesplayground.net,MasterServerTCPPort=28900,GameName=ut ListFactories[10]=UBrowser.UBrowserGSpyFact,MasterServerAddress=master2.oldunreal.com,MasterServerTCPPort=28900,GameName=ut
bFallbackFactories=False
below ListFactories (or change to False if entry is already existing)
- Search for[UBrowser.UBrowserMainClientWindow]
- AddbKeepMasterServer=True
at the end (or change to True if entry is already existing)
