Jump to content

CoD4 : How to allows users to..


iLight

Recommended Posts

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 by iLight
Link to comment
Share on other sites

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

  • Who's Online   0 Members, 0 Anonymous, 26 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use