iLight Posted April 2, 2009 Share Posted April 2, 2009 (edited) Hello, how can users can download the mods? // Client Download Settings. (0=off/1=on) Used for MODs and custom maps // See included Quick Setup Guide for instructions. set sv_allowdownload "1" seta sv_wwwDownload "0" //seta sv_wwwBaseURL "http://www.your_website.com/base_folder" seta sv_wwwBaseURL "ftp://client:client@ftpfiles.myftp.org" seta sv_wwwDlDisconnected "0" I've configured this, but when I start the server with Pam4, they can't download the mod. Thank you. Edit : The error is : Downlaod failure while getting "ftp://........../Mods//mods/pam4/pam402.iwd" Edited April 2, 2009 by iLight Link to comment Share on other sites More sharing options...
Dan M Posted April 2, 2009 Share Posted April 2, 2009 If you don't have an external server then replace the above with the following... // Client Download Settings. (0=off/1=on) Used for MODs and custom maps // See included Quick Setup Guide for instructions. set sv_allowdownload "1" //seta sv_wwwDownload "0" //seta sv_wwwBaseURL "http://www.your_website.com/base_folder" //seta sv_wwwBaseURL "ftp://client:client@ftpfiles.myftp.org" //seta sv_wwwDlDisconnected "0" All lines relative to taking the files from an external web server have been commented out. Link to comment Share on other sites More sharing options...
jcroom Posted April 2, 2009 Share Posted April 2, 2009 his config already has wwwdownload at 0.... Link to comment Share on other sites More sharing options...
Dan M Posted April 2, 2009 Share Posted April 2, 2009 We had the issue of setting it to 0 but it still recognizing the other commands. Link to comment Share on other sites More sharing options...
iLight Posted April 2, 2009 Author Share Posted April 2, 2009 Gonna check, thank you Link to comment Share on other sites More sharing options...
Recommended Posts