Hello all, I need to config my et server to run fritzbot. Strange things happened when I test connection, I had to download files say mp_bin.pk3 or fritzbot.pk3 from fritzbot folder with very slow speed in legacy mode (15k/sec). so I set it up for redirect downloads, it does let me download files from my fast http server in the first (+200K/sec) , and then it loops back to download the same files again and again in legacy mode (15/sec). it seems to go on forever.
Here below is my server.cfg setting:
"
set sv_maxRate "25000" // 10000 standard but poor for ET
set sv_dl_maxRate "42000" // 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 "
http://mywebsite.com/et" // base URL for redirection
set sv_wwwDlDisconnected 0 // 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
"
Anyone could help me? Thank you in advance!!
Been working on this weirdo into mid-night last night but still no good.. omg