Author Topic: Faster downloading?  (Read 1434 times)

OmnificienT

  • PGP
  • Posts: 6
Faster downloading?
« on: April 09, 2006, 01:11:14 PM »
One thing that really bothers me in Q2, so also in Paintball, is the slow downloading of new maps. I know a regular Q2 bsp is about 300 kb or more. but a download takes more than a few minutes to complete! I suppose higher speeds are possible with broadband.. So an advice: Change the downloading protecol.

I'm happy to give any help you need, I'm not a good programmer dough, still learning VB .NET.


Thank you and Greetings,

OmnificienT

JR

  • Stingray
  • Posts: 71
Re: Faster downloading?
« Reply #1 on: April 09, 2006, 01:55:53 PM »
A few minutes ain't so bad,  It's a good time to puff one down before the acrion begins.

StriFe

  • PGP
  • Posts: 6
Re: Faster downloading?
« Reply #2 on: April 09, 2006, 04:42:41 PM »
If there's a map I don't have I just exit dpb and get it from http://dpball.com/files/maps/

bitmate

  • Autococker
  • Posts: 1248
Re: Faster downloading?
« Reply #3 on: April 10, 2006, 02:07:04 AM »
But not every map is on that website.
Well, on the other side, every map which is worthy to have, is on that website ::)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Faster downloading?
« Reply #4 on: April 10, 2006, 02:16:46 PM »
It's on the todo list.  I actually started implementing it, but never finished.

toM|vendettA

  • 68 Carbine
  • Posts: 335
Re: Faster downloading?
« Reply #5 on: April 10, 2006, 09:59:22 PM »
Jits, here is a possibility maybe...

Have a dedicated server stricltly for downloading maps and make the download speed not capped.. When you dont have a map the game switches from your normal server to the dl server, dls the map at normal speeds, then reconnects you to the normal server. From what I understand, the only reason there so slow is so that it doesnt lag the players that are playing on the server, but if there is no one playing on the d/l server, then theres no lagging them.

Would that work?

OmnificienT

  • PGP
  • Posts: 6
Re: Faster downloading?
« Reply #6 on: April 11, 2006, 11:46:14 AM »
I mean, like R1Q2 actually. (I think) It supports a newer faster proctocol than the standard Q2 protocol (I think HTTP or something).
Perhaps a look at the R1Q2 source code?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Faster downloading?
« Reply #7 on: April 11, 2006, 12:48:17 PM »
The problem with HTTP downloads from a download server is that the server has to have all the content.  That's a lot to manage in this mod.  Another problem is that some people have difficulties connecting to certain servers, or certain ports are blocked, or the download server may be down.  What if it's a lan-only game with no Internet connection?  Also, who is going to pay for the bandwidth on the download server to keep it up?

I think improving the in-game downloads is the way to go.  That way people are guaranteed to be able to obtain the files.