OpenArena Message Boards

OpenArena Contributions => Development => Topic started by: daedulus on September 28, 2007, 06:59:17 AM



Title: Autodownloader Code Question
Post by: daedulus on September 28, 2007, 06:59:17 AM
Not sure if this is appropriate to ask here, how ever where is the code for the autodownloader system in the ioQuake3 engine?

I have a plan to replace it with a decentralized system akin to Bittorrents. as the strain on servers becomes annoying after the clients leech all the bandwidth.

thoughts?



Title: Re: Autodownloader Code Question
Post by: next_ghost on September 28, 2007, 07:18:03 AM
CL_NextDownload in code/client/cl_main.c is what you're looking for.


Title: Re: Autodownloader Code Question
Post by: daedulus on September 28, 2007, 07:26:28 AM
Most appreciated.

I'll get to work on it.