You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament 2003/2004 > UT2003/4 Server - Windows Specific

Reply
Thread Tools Display Modes
  #1  
Unread 15th October, 2004, 03:06 AM
TC10284 TC10284 is offline
Forum Newcomer
 
Join Date: Oct 2004
Posts: 11
Exclamation UT2004 Dedicated Server Redirect Server Issues

Hey all.

I am trying to setup a redirect server for my current UT2004 dedicated server which will be used in a LAN and I am having zero luck. I have searched the forums and read the redirect guide and followed it word for word almost except for using compression, still no luck. I have tried to setup a mime in IIS5 (using Win XP Pro here to test, but at school I have some older Win 2k Server comps that will serve well as a redirect.....if I can get it working) still no luck. I have the UT2004 server running on a dual-p3-1ghz system with 1GB of RAM and a gigabit NIC(running at 1000mbps). The Redirect server is running on a duron-1300 with 512MB of RAM and a 100mbps NIC. When I try to connect to the game on my primary PC to the server which is running a custom map that my PC doesn't have. The game will try to DL from the redirect server but fails and goes back to the game server and downloads at a slow pace, like .1% a second. Below is a copy and paste of the redirect code from my .ini file:

[IpDrv.HTTPDownload]
RedirectToURL=http://duron-1300/maps
ProxyServerHost=
ProxyServerPort=3128
UseCompression=False

[IpDrv.TcpNetDriver]
AllowDownloads=True
MaxDownloadSize=0
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload


Any help will be appreciated!
Reply With Quote
  #2  
Unread 15th October, 2004, 07:46 AM
bogus bogus is offline
Forum Newcomer
 
Join Date: Sep 2004
Posts: 14
Default

Try using the ip address instead of the name (duron-1300).

If the files on the redirect server are compressed, UseCompression must be set to True.
Reply With Quote
  #3  
Unread 15th October, 2004, 02:46 PM
TC10284 TC10284 is offline
Forum Newcomer
 
Join Date: Oct 2004
Posts: 11
Default

In reply to #2:
"RedirectToURL=http://duron-1300/maps <--- do you have this domain name registerd?"
No, as I am having a LAN, all I would like to use is the local name of the computer/IP address, I don't think a registered domain name should be required in my case.

"AllowDownloads=True <--- This should be "False""
I have tried this earlier I'm sure, and still had no luck.

What other network information would you like?

The only thing I can think to try is the IP address in place of the computer name. That's what I have not tried so far. I don't think the files are compressed, I copied the map file from my UT2004\Maps folder and it has an extension of .ut2 I beleive. I placed it in the redirect server's webroot folder in a folder called maps. Also, I don't know if I have the mime type for IIS setup correct. When I created the mime in the dialog box I put uz2 for the extension and uz2 in the content box. Are those correct?

I'll let yall know. Thanks for the help so far!

Tavis

Last edited by TC10284 : 15th October, 2004 at 02:50 PM.
Reply With Quote
  #4  
Unread 15th October, 2004, 02:56 PM
buttpirate's Avatar
buttpirate buttpirate is offline
Holy Shit!!
 
Join Date: Oct 2002
Location: USA
Posts: 1,140
Default

Quote:
RedirectToURL=http://duron-1300/maps
Try adding trailing /

Quote:
AllowDownloads=True <--- This should be "False
Not correct
__________________
Just when you thought it was safe to pick up the soap ..........
Reply With Quote
  #5  
Unread 15th October, 2004, 03:18 PM
TC10284 TC10284 is offline
Forum Newcomer
 
Join Date: Oct 2004
Posts: 11
Default

Thanks, I will try that as well.
So then I need to leave allow downloads to true?

About those mime types.........do I really even need it?
Reply With Quote
  #6  
Unread 15th October, 2004, 08:44 PM
TC10284 TC10284 is offline
Forum Newcomer
 
Join Date: Oct 2004
Posts: 11
Default

Excellent! Set allow downloads to False and replaced the computer name with the computers IP and the redirect works great! Sorry for the n00bness yall......

Thanks a lot! Now the LAN should go a little better......

Tavis
Reply With Quote
  #7  
Unread 16th October, 2004, 04:53 PM
!@Wigglez@!'s Avatar
!@Wigglez@! !@Wigglez@! is offline
Rampage
 
Join Date: Jul 2004
Posts: 85
Default

ur allwdownload doesnt need to be false, whoever said that is really stupid. mine is set to true i have two comps with ut2004 so i tested it to see if it worked, and it did so whoever said allowdownloads=false is stupid and wrong.
Reply With Quote
  #8  
Unread 16th October, 2004, 05:48 PM
Cruicky's Avatar
Cruicky Cruicky is offline
UTAN Admin
 
Join Date: May 2004
Posts: 834
Default

You don't actually need to set AllowDownloads to false for redirection to work. AllowDownloads only stops people from downloading files from the Game Server, not the redirect server. I also keep AllowDownloads set to True, just incase the redirect server is offline for what ever reason.

If the redirect is down, the player will receive a Server Refused To Send message when AllowDownloads is set to false.

However, i have experienced slow redirects, in which the file is not served straight away, it sits on the black screen for 20 seconds, then attempts to download from the server.
__________________

Server Actor Coder For


Creator Of SafeGame
Cruicky's Lab
Reply With Quote
  #9  
Unread 16th October, 2004, 06:50 PM
Cruicky's Avatar
Cruicky Cruicky is offline
UTAN Admin
 
Join Date: May 2004
Posts: 834
Default

I don't run any custom content, but I do use my own custom team symbols, and they are only 80KB, so it's not too long a download if the redirect is down.
__________________

Server Actor Coder For


Creator Of SafeGame
Cruicky's Lab
Reply With Quote
  #10  
Unread 27th October, 2004, 08:39 PM
TC10284 TC10284 is offline
Forum Newcomer
 
Join Date: Oct 2004
Posts: 11
Default

OK, I think I've got the redirect working OK now.

Next question:
How can I enable the ECE new maps and vechiles for the server? Thanks!

Tavis
Reply With Quote
  #11  
Unread 28th October, 2004, 12:15 AM
buttpirate's Avatar
buttpirate buttpirate is offline
Holy Shit!!
 
Join Date: Oct 2002
Location: USA
Posts: 1,140
Default

Quote:
Next question:
How can I enable the ECE new maps and vechiles for the server? Thanks!
How about starting a new thread?
__________________
Just when you thought it was safe to pick up the soap ..........
Reply With Quote
  #12  
Unread 28th October, 2004, 12:48 PM
TC10284 TC10284 is offline
Forum Newcomer
 
Join Date: Oct 2004
Posts: 11
Default

OK. Sorry about that. Just figured I wouldn't do a new thread for such a n00b question
Reply With Quote
  #13  
Unread 29th October, 2004, 12:07 AM
[HH]Psyco's Avatar
[HH]Psyco [HH]Psyco is offline
Killing Spree
 
Join Date: Oct 2004
Location: Cali, USA
Posts: 16
Default

[IpDrv.HTTPDownload]
RedirectToURL=http://xxx.xxx.xxx.xxx/folder/ <-- Use your Internet (LAN IP will only work on LAN connections)
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True <--- This should be TRUE (saves a lot of time downloading for user)

[IpDrv.TcpNetDriver]
AllowDownloads=True <--- This should be TRUE
MaxDownloadSize=0
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload

You also have to compress the files to that folder (will show ext. UZ for UT99 or UZ2 for UT2003/UT2004)

c:\ut2004\system\ucc.exe compress "{drive letter}:\folder\SuperAnim.ukx"

this would come out as SuperAnim.ukx.UZ2 (i am using UT2004). Copy all the files to your redirect website. You will have to compress all files that will be forced (all .Ext to that file.

also you must add the files to your ServerPackages (just like below. no ext.)

[Engine.GameEngine]
ServerPackages=SuperAnim

Come to my server and you will see.

Hope this helps you
-------------------------------------------------------
[HH]Psyco - CTF Site Admin - [HH]Psyco Test Server
64.170.24.207:6969
-------------------------------------------------------
Reply With Quote
  #14  
Unread 29th October, 2004, 12:23 AM
[HH]Psyco's Avatar
[HH]Psyco [HH]Psyco is offline
Killing Spree
 
Join Date: Oct 2004
Location: Cali, USA
Posts: 16
Default

[IpDrv.HTTPDownload]
RedirectToURL=http://xxx.xxx.xxx.xxx/folder/ <-- Use your Internet (LAN IP will only work on LAN connections)
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True <--- This should be TRUE (saves a lot of time downloading for user)

[IpDrv.TcpNetDriver]
AllowDownloads=True <--- This should be TRUE
MaxDownloadSize=0
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload

You also have to compress the files to that folder (will show ext. UZ for UT99 or UZ2 for UT2003/UT2004)

c:\ut2004\system\ucc.exe compress "{drive letter}:\folder\SuperAnim.ukx"

this would come out as SuperAnim.ukx.UZ2 (i am using UT2004). Copy all the files to your redirect website. You will have to compress all files that will be forced (all .Ext to that file.

also you must add the files to your ServerPackages (just like below. no ext.)

[Engine.GameEngine]
ServerPackages=SuperAnim

Come to my server and you will see.

Hope this helps you
-------------------------------------------------------
[HH]Psyco - CTF Site Admin - [HH]Psyco Test Server
64.170.24.207:6969
-------------------------------------------------------
Reply With Quote
  #15  
Unread 29th October, 2004, 02:45 AM
!@Wigglez@!'s Avatar
!@Wigglez@! !@Wigglez@! is offline
Rampage
 
Join Date: Jul 2004
Posts: 85
Default

jus add them to ur maplist.
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:46 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.