-
Notifications
You must be signed in to change notification settings - Fork 1
Getting your game online
The Astropath edited this page Jan 5, 2025
·
2 revisions
If you want to play online, first you need to install the latest official patch for UT2004: Patch 3369
-
Find your UT2004.ini file, which will be located in the "System" folder of your game install.
Some default install locations:
- The original installer will install to C:\UT2004
- GOG will install to C:\GOG Games\Unreal Tournament 2004
- Steam will install to C:\Program Files (x86)\Steam\steamapps\common\Unreal Tournament 2004 (You can also right click the game name in your library, go to the "Manage" menu, and click "Browse local files" to go directly to the install directory)
-
Open the UT2004.ini file in your text editor of choice and find the section with the header [IpDrv.MasterServerLink]
-
Delete the lines that start with "MasterServerList=" and replace them with the following:
MasterServerList=(Address="utmaster.openspy.net",Port=28902)
MasterServerList=(Address="ut2004master.333networks.com",Port=28902)
MasterServerList=(Address="ut2004master.errorist.eu",Port=28902)
- Enjoy playing online!