Results 1 to 4 of 4

Thread: COD2 1.3 FAST DOWNLOAD

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Jan 2018
    Location
    Somewhere
    Posts
    43
    Thanks
    10
    Thanked 21 Times in 16 Posts
    Hey,

    Since you have uploaded your mod and created folders etc, you've to upload the mods (only .iwds files) on your web server.
    I'll explain to you how I do that on my own server.

    Okay, firstly I do that using FileZilla.

    So, after logging in FileZilla, I'll be moved to the root folder, after that I create a folder called ''cod2'' ( you can call it what you want ).
    so now I have root/cod2... so in cod2 I create these folders:

    1) main ( for .iwds_00 files ... )
    2) mod folders (for example polat_sd)

    After that, I just upload the iwds to main then my mods with server.cfg to my mods folder.
    ** don't forget cod2_lnxded **

    Here we have done.

    Now we're moving to upload the mods on your web-server.

    First, install apache by using

    Code:
    sudo apt-get install apache2
    When you have done this, go to var/www/html

    At html folder, create the same mod folder that you've created in root/cod2 ( same name )
    Move the .iwds folders ( mods ) without the server.cfg to the folder.

    After you have done all of that, we're ready for fast downloading...


    Make sure that you've added these lines to your server.cfg

    Code:
    //Downloads
    set sv_allowdownload "1"
    seta sv_wwwDownload "1"
    seta sv_wwwBaseURL "http://your_server_ip"
    seta sv_wwwDlDisconnected "1"
    seta sv_allowAnonymous "0" // Dozvoljava spajanje

    That's all, this should works

  2. The Following 2 Users Say Thank You to Polat For This Useful Post:

    kung foo man (15th July 2018),thOuMta (15th July 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •