deusexhq

The following steps can also be performed automatically! (Currently unavailable)
MS FixClick here to download the automatic fix.
This executable does the exact same as described below, but makes the process easier by finding the DeusEx.ini by itself and applying the fix.
Credits to Elliot/Machete for the patcher.

What happened to the servers?

All servers in the game rely on something called a Masterserver to be displayed to players in-game. Originally, the servers were hosted by Gamespy, but at some point Gamespy shut down their service, and since then, the new host has been 333networks. Everything works as before, but in order to use the new masterserver, you need to change to it manually.

How do I use the new masterserver?

Configuring the masterservers is done in the DeusEx.ini file. ### Finding the DeusEx.ini The DeusEx.ini is usually in a directory named System in your DeusEx game directory. The DeusEx game directory can be in different locations: ``` C:\Deus Ex\ C:\GOG Games\Deus Ex C:\Program Files\DeusEx\ C:\Program Files (x86)\DeusEx\ C:\Program Files\Steam\SteamApps\common\Deus Ex C:\Program Files (x86)\Steam\SteamApps\common\Deus Ex ..\Somewhere in MyDocuments (If using Kenties Launcher) ``` If you only play Deus Ex and never host a gameserver, this is the only step that is required. Open DeusEx.ini and find the following: ``` [DeusEx.MenuScreenJoinGame] ``` Beneath this line, there will be something in the sorts of MasterServerAddress= with a value behind it. This value will most likely be similar to: master0.gamespy.com Replace this value with the following: master.deusexnetwork.com or master.333networks.com Save the file and you're done! Everything should work without any problems but should you run into any issues or have further questions, feel free to leave a message via the Discord

Configuring the gameserver

If you're also hosting a gameserver it's important to add the alternative masterserver to your server's uplink as well. This way players can also find your server on the new masterserver. Open DeusEx.ini and find the following: `[DeusEx.DeusExGameEngine]` Beneath this line, there will be one or multiple lines looking like the following: `ServerActors=IpServer.UdpServerUplink MasterServerAddress=` or `ServerActors=Nephthys.NptServerUplink MasterServerAddress=` You will have the first line if you don't use Nephthys (which you should, it adds vital protection to your server!), and second if you do use Nephthys. Change the value after MasterServerAddress= with either of the following: master.deusexnetwork.com or master.333networks.com The value MasterServerPort does not need to be modified. In the end, it should look something like this: ``` ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.333networks.com MasterServerPort=27900 ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.epicgames.com MasterServerPort=27900 ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.fragaholic.com MasterServerPort=27900 ``` As long as one line contains either master.deusexnetwork.com or master.333networks.com, the server will connect. Save the file and you're done! Everything should work without any problems but should you run into any issues or have further questions, feel free to leave a message via the Discord. Page originally from DXAlpha, modified and updated by Kaiser. Patcher by Machete.