Dedicated server with alternate map download location?

Dedicated server with alternate map download location?

Re: Dedicated server with alternate map download location? Posted by jeffjohnvol on Sat Jan 21st 2006 at 6:29pm
jeffjohnvol
31 posts
Posted 2006-01-21 6:29pm
31 posts 3 snarkmarks Registered: Jan 9th 2006 Occupation: Button Monkey
Searched for this topic and didn't find anything. Also, wasn't sure if this is technically an "editting" question, so I posted here.

I have an upload speed on my dsl of about 40 KB/sec. Thats okay to serve up to 6 players, although 4 is more realistic.

I'm concerned about uploading a new map to people joining. Although I have a slow upload here, I have an FTP server that I can host my map files. Is it possible to redirect the download of the map (if new of course) to my alternate FTP server?
Help stop the arsehole: http://ebaumsworldsucks.com/
Re: Dedicated server with alternate map download location? Posted by Orpheus on Sat Jan 21st 2006 at 6:44pm
Orpheus
13860 posts
Posted 2006-01-21 6:44pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
I have asked this question enumerable times to help prevent high pings on the server and the general consensus I have ascertained is "No"

You can either have it on, or off, but you cannot redirect.

Thats my take anyway.

Sorry

The best things in life, aren't things.
Re: Dedicated server with alternate map download location? Posted by Naklajat on Sat Jan 21st 2006 at 7:36pm
Naklajat
1137 posts
Posted 2006-01-21 7:36pm
Naklajat
member
1137 posts 384 snarkmarks Registered: Nov 15th 2004 Occupation: Baron Location: Austin, Texas
<span style="color: white;">sv_downloadurl is the command. It only works with http servers though (I think).

My server has it set like this:
sv_downloadurl "http://maps.tgmclan.com/"

And on the http server the directory structure is like it would be in the cstrike directory, i.e. it has the maps, materials and models folders.
</span>

o

Re: Dedicated server with alternate map download location? Posted by Orpheus on Sat Jan 21st 2006 at 7:43pm
Orpheus
13860 posts
Posted 2006-01-21 7:43pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
Cool, see there may be light at the end of the tunnel after all. :smile:

The best things in life, aren't things.
Re: Dedicated server with alternate map download location? Posted by Gwil on Sat Jan 21st 2006 at 7:47pm
Gwil
2864 posts
Posted 2006-01-21 7:47pm
Gwil
super admin
2864 posts 315 snarkmarks Registered: Oct 13th 2001 Occupation: Student Location: Derbyshire, UK
You still need a fast alternative server to source the maps on though.
Re: Dedicated server with alternate map download location? Posted by ReNo on Sat Jan 21st 2006 at 8:19pm
ReNo
5457 posts
Posted 2006-01-21 8:19pm
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
Surely we'd still be better hosting things here on the pit than on the server though? Server download speeds are horrible :sad:
[img]http://card.mygamercard.net/sig/Default/reno84.png[/img]
Designer @ Haiku Interactive | ReNo-vation.net
Re: Dedicated server with alternate map download location? Posted by Orpheus on Sat Jan 21st 2006 at 8:26pm
Orpheus
13860 posts
Posted 2006-01-21 8:26pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
<DIV class=quote>
<DIV class=quotetitle>? quoting ReNo</DIV>
<DIV class=quotetext>Surely we'd still be better hosting things here on the pit than on the server though? Server download speeds are horrible :sad:
</DIV></DIV>

Thats because they are not zipped. You get them in all their glory.

When I was still able to play, I requested the download be diverted. It came to naught.

I still recommend it be done for the sake of pings. There are a lot of members in the States who'd thank you for the consideration.

The best things in life, aren't things.
Re: Dedicated server with alternate map download location? Posted by ReNo on Sat Jan 21st 2006 at 8:33pm
ReNo
5457 posts
Posted 2006-01-21 8:33pm
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
It's not just because they are unzipped (they would be from an
alternate download location anyway) - the server throttles the
downloads because it needs to keep the majority of its bandwidth for
the actual game.
[img]http://card.mygamercard.net/sig/Default/reno84.png[/img]
Designer @ Haiku Interactive | ReNo-vation.net
Re: Dedicated server with alternate map download location? Posted by jeffjohnvol on Sat Jan 21st 2006 at 10:36pm
jeffjohnvol
31 posts
Posted 2006-01-21 10:36pm
31 posts 3 snarkmarks Registered: Jan 9th 2006 Occupation: Button Monkey
Baron von Snickers said:
<SPAN style="COLOR: white">sv_downloadurl is the command. It only works with http servers though (I think).

My server has it set like this:
sv_downloadurl "http://maps.tgmclan.com/"

And on the http server the directory structure is like it would be in the cstrike directory, i.e. it has the maps, materials and models folders.
</SPAN>
Cool. It is an http server that I ftp to, so that may just work!

Thanks.
Help stop the arsehole: http://ebaumsworldsucks.com/
Re: Dedicated server with alternate map download location? Posted by fishy on Sun Jan 22nd 2006 at 12:19am
fishy
2623 posts
Posted 2006-01-22 12:19am
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
i'm sure that the files hosted on the ftp server can be compressed .bz2 files, to save on bandwidth/time. i remember reading it in one of the past update news pages.
i eat paint
Re: Dedicated server with alternate map download location? Posted by Naklajat on Mon Jan 23rd 2006 at 2:44am
Naklajat
1137 posts
Posted 2006-01-23 2:44am
Naklajat
member
1137 posts 384 snarkmarks Registered: Nov 15th 2004 Occupation: Baron Location: Austin, Texas
<span style="color: white;">Yes, you can compress the files in bz2 format, and all this makes a huge difference in the amount of people that wait around for custom maps, especially if you put "fast map downloads" or something along those lines in the name of the server.</span>

o