View Full Version : Redirect is not working.
DonvanVliet
27th February, 2008, 11:59 PM
We have a problem because for some reason we cannot let redirect do what it supposed to do.
We set allowdownload to true and false but the downloads remain slow.
When we go in IE to the downloadserver the uz3 files loading fast as normal but not when connecting to the server.
I tried our ut99 redirect server to test if a map is downloaded fast but the result is the same.
Is it possible that the gameserver is the issue here? It's a Linux one and patched to the latest version. Or perhaps another .ini file which is forgotten.
apophis.ch
28th February, 2008, 09:35 AM
You have uz3 files, have you set the "UseCompression"-Variable to True as well?
DonvanVliet
29th February, 2008, 05:43 AM
Yes we did.
buttpirate
29th February, 2008, 02:27 PM
Did you tell the webserver to allow uz3 files?
DonvanVliet
29th February, 2008, 04:02 PM
Did you tell the webserver to allow uz3 files?you mean allowdownload?
Al
29th February, 2008, 04:53 PM
No, you have to tell your redirect to allow downloading of .uz3 files. I had to do the same myself.
DonvanVliet
29th February, 2008, 05:52 PM
Oh now I see what you mean. The extension .uz3 is blocked. Thanks man. It sounds so simple when someone knows the answer.
DonvanVliet
29th February, 2008, 07:04 PM
The webhoster says that the uz3 files can be downloaded using Internet Explorer so that's not the solution (his words). I know that they can be downloaded fast in the browser and his answer isn't much helpfull. He is wrong in a way but how wrong.
buttpirate
29th February, 2008, 11:28 PM
Post the redirect portion of your ini.
DonvanVliet
1st March, 2008, 06:50 AM
[IpDrv.TcpNetDriver]
AllowDownloads=True
ConnectionTimeout=30.0
InitialConnectTimeout=200.0
AckTimeout=1.0
KeepAliveTime=0.2
MaxClientRate=15000
MaxInternetClientRate=10000
RelevantTimeout=5.0
SpawnPrioritySeconds=1.0
ServerTravelPause=4.0
NetServerMaxTickRate=30
LanServerMaxTickRate=35
IdleServerTickRate=30
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload
NetConnectionClassName=IpDrv.TcpipConnection
[IpDrv.HTTPDownload]
RedirectToURL=http://www.gamemaps.nl/"somename"/ut3/
UseCompression=True
b][rch.Co30
1st March, 2008, 10:58 AM
Try adding the line below. Without it, files are still being served up by the game server not the redirect.
If you set it MaxDownloadSize=0 then all files have to come from the redirect. As below it would allow files up to 1Mb in size to come from your server, files larger than 1Mb would come from the redirect.
[IpDrv.TcpNetDriver]
MaxDownloadSize=1000000
DonvanVliet
1st March, 2008, 11:26 AM
We'll try. This UT3 can make people crazy. That line is in the ini from ut99 but not in the ini from ut3.
You see that you don't have to take everything for granted.
DonvanVliet
1st March, 2008, 03:50 PM
MaxDownloadSize=0 This doesn't do the trick either.
buttpirate
1st March, 2008, 04:07 PM
Try THIS THREAD (http://utforums.epicgames.com/showthread.php?t=603110)
|The|Warlock|
4th March, 2008, 04:44 PM
I kinda jumped into this thread a little late....But you want to set your "Maxdownloadsize" set to 1Mb. Otherwise, when you set it to anything larger it will attempt to dowload the file directly from the server and not your redirect which is what you don't want....
I see everyone making custom folders in their dedicated server directories and then attempting to "Cook" the published/unpublished stuff on server startup. What I did was just ADD ANY custom maps into my directory that wasn't labeled "Maps". If you look at my directory root below, you'll see that I just added the cutsom maps where the "Dedicated server" installed the original game maps in a directory known as:
UT Game\CookedPC\Private\Maps
I set my compression to false in my:
UTGame.ini>[IpDrv.HTTPDownload] section. I dont have any problems with any maps or mods being pushed to the client from the redirect. You can alwys test your redirect by just actuating the URL for one of your maps located on your redirect and seeing how fast they can be downloaded using http in a browser window vs. being in-game just to see what kind of transfer rates you get while downloading the maps.
DonvanVliet
4th March, 2008, 11:21 PM
It's solved. Something was missing in the Commandline.
I have to look first what it was because my buddy was able to fix it and then I post it here.
vBulletin® v3.6.7, Copyright ©2000-2012, Jelsoft Enterprises Ltd.