Hiya all
In an attempt to save on server bandwidth, I have tried to stop downloads of pk3’s from the server.The ftp is not set up correct yet (the files are still zipped) So in the meantime I am trying to stop downloads, and tell clients to disconnect to download, and where to go.
I just tested this by removing a pk3 and my game still started to dl from server.
My configs.(server.cfg)
set sv_maxRate “10000” // 10000 standard but poor for ET
set sv_dl_maxRate “1000” // increase/decerease if you have plenty/little spare bandwidth
set sv_allowDownload “0” // global toggle for both legacy download and web download
set sv_wwwDownload “0” // toggle to enable web download
set sv_wwwBaseURL “” // base URL for redirection
set sv_wwwDlDisconnected “1” // tell clients to perform their downloads while disconnected from the server
set sv_wwwFallbackURL “ftp:///******/” // URL to send to if an http/ftp fails or is refused client side
To be sure I have pasted the same into the etconfig.cfg
Any ideas please?
