Alot of people seem to be having problems with redirect, some seem to be assuming that it is not working because files are downloading slowly and that they must obviously be coming from the server instead, it also seems that few are clarifying or know how to clarify their redirect is working.
Content in UT3 is larger so downloads from both gameserver and redirect will take longer than in previous versions of UT.
1st of all, the only thing that needs adding to your UTEngine.ini is
[IpDrv.HTTPDownload]
RedirectToURL=http://pathtoyourredirect/
UseCompression=False (if not using uz3 files) or True (if using uz3 files)
Then make sure that
[IpDrv.TcpNetDriver]
DownloadManagers=IpDrv.HTTPDownload
is in there too, if not, add it. Make sure your custom maps are located in \Unreal Tournament 3 (Dedicated Server)\UTGame\Published\CookedPC\CustomMaps
If you think you are having problems with redirect after adding this clarify that your redirect server is working, do this by adding/changing this in UTEngine.ini
[IpDrv.TcpNetDriver]
AllowDownloads=False
(This will stop the server pushing the file itself so if it can't find it on redirect you'll get a connection failed error. If set to true it will check redirect and if it can't find file there for whatever reason it will push file from the server. You don't want it to do this as you are checking your redirect is actually working.)
If you get a connection failed error when trying to download the map (it won't even start downloading, the error will come straight away) then your redirect isn't working for some reason (maybe redirect server offline or your settings are wrong somewhere, double check). Maybe even try uninstalling, reinstalling and repatching, it isn't uncommon for things to go wrong when installing/patching. If you don't get the connection failed error and download starts and is slow then the problem is your redirect and there is nothing you can do about that other than change it.
The error looks like

Once you have checked this and your redirect is working (but slowly) change AllowDownloads=False back to true and look for a better redirect.
You can check your redirect speed by pointing your internet browser to http://pathtoyourredirect/ and clicking on one of your files, download will start and you will be able to see the speed it comes off at.
Your redirect in a browser will look something like
Content in UT3 is larger so downloads from both gameserver and redirect will take longer than in previous versions of UT.
1st of all, the only thing that needs adding to your UTEngine.ini is
[IpDrv.HTTPDownload]
RedirectToURL=http://pathtoyourredirect/
UseCompression=False (if not using uz3 files) or True (if using uz3 files)
Then make sure that
[IpDrv.TcpNetDriver]
DownloadManagers=IpDrv.HTTPDownload
is in there too, if not, add it. Make sure your custom maps are located in \Unreal Tournament 3 (Dedicated Server)\UTGame\Published\CookedPC\CustomMaps
If you think you are having problems with redirect after adding this clarify that your redirect server is working, do this by adding/changing this in UTEngine.ini
[IpDrv.TcpNetDriver]
AllowDownloads=False
(This will stop the server pushing the file itself so if it can't find it on redirect you'll get a connection failed error. If set to true it will check redirect and if it can't find file there for whatever reason it will push file from the server. You don't want it to do this as you are checking your redirect is actually working.)
If you get a connection failed error when trying to download the map (it won't even start downloading, the error will come straight away) then your redirect isn't working for some reason (maybe redirect server offline or your settings are wrong somewhere, double check). Maybe even try uninstalling, reinstalling and repatching, it isn't uncommon for things to go wrong when installing/patching. If you don't get the connection failed error and download starts and is slow then the problem is your redirect and there is nothing you can do about that other than change it.
The error looks like

Once you have checked this and your redirect is working (but slowly) change AllowDownloads=False back to true and look for a better redirect.
You can check your redirect speed by pointing your internet browser to http://pathtoyourredirect/ and clicking on one of your files, download will start and you will be able to see the speed it comes off at.
Your redirect in a browser will look something like

Comment