webdownload

Discussion about specific ET servers

Moderators: Forum moderators, developers

Post Reply
rein
Posts: 7
Joined: Tue Nov 25, 2003 10:57 am

webdownload

Post by rein »

how do i set up the webdownload
sneaky1
Posts: 249
Joined: Wed Oct 16, 2002 6:05 pm
Contact:

Post by sneaky1 »

set sv_maxRate "14000" // 10000 standard but poor for ET
seta sv_maxRate "14000" //this overrides the autoexec.cfg setting
set sv_dl_maxRate "300000" // increase/decerease if you have plenty/little spare bandwidth
set sv_allowDownload "1" // global toggle for both legacy download and web download
set sv_wwwDownload "1" // toggle to enable web download
set sv_wwwBaseURL "mapurlgoeshere" // base URL for redirection
set sv_wwwDlDisconnected "1" // tell clients to perform their downloads while disconnected from the server
set sv_wwwFallbackURL "" // URL to send to if an http/ftp fails or is refused client side
Success is only gained through failure.
Come check out the new bani league at:
http://www.bani-league.com
Fenris
Posts: 49
Joined: Fri Oct 31, 2003 11:54 pm
Location: Stockholm, Sweden

Post by Fenris »

If you skip the sv_wwwFallbackURL setting the players will first try webdownload and if that fails fall back to regular download instead.

Could be nice since even though it's slow it doesn't bring up a browser window.
Post Reply