Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. MW3 Server Hosting Support
  3. Help with Fastdl please

Help with Fastdl please

Scheduled Pinned Locked Moved MW3 Server Hosting Support
28 Posts 4 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Jack O'Neillundefined Jack O'Neill

    Dss0 said in Help with Fastdl please:

    Jack O'Neill post your fastdl settings from your server config, also if you directly open the url to one of the maps in your browser can you download it? for example: http://yourhost.de/usermaps/mp_test/mp_test.ff

    1. https://mega.nz/file/oOADGbqa#k3pkjxDrYzhyPCmoVttpThouFtN0XhqHHBtF1VbeP_Y

    2. Yes, if i type my directory:- https://mywebite/usermaps it takes me to the root directory and i am also allowed to download the files/folders

    3. This is my root directory when i login:-
      alt text

    alt text

    alt text

    Are the files highlighted in blue needed as the directory i learn from only had 2 folders "usermaps" and "mods" whereas i have several folders, can they be deleted to save space?

    Thank you for your time my friend,
    Jack/

    Dss0undefined Offline
    Dss0undefined Offline
    Dss0
    Plutonium Staff
    wrote on last edited by Dss0
    #9

    Jack O'Neill doesn't matter if those are there or not. you have "http://clansgcmw3.online/usermaps/" set as sv_downloadurl, that is incorrect. you need to set "http://clansgcmw3.online" right now the game would be looking for a mods and usermaps folder inside the usermaps folder on your webspace. Also you need "" around values.

    sv_downloadurl "http://clansgcmw3.online"
    sv_allowdownload "1"
    sv_allowupload "1"
    
    Jack O'Neillundefined 1 Reply Last reply
    0
    • Dss0undefined Dss0

      Jack O'Neill doesn't matter if those are there or not. you have "http://clansgcmw3.online/usermaps/" set as sv_downloadurl, that is incorrect. you need to set "http://clansgcmw3.online" right now the game would be looking for a mods and usermaps folder inside the usermaps folder on your webspace. Also you need "" around values.

      sv_downloadurl "http://clansgcmw3.online"
      sv_allowdownload "1"
      sv_allowupload "1"
      
      Jack O'Neillundefined Offline
      Jack O'Neillundefined Offline
      Jack O'Neill
      wrote on last edited by Jack O'Neill
      #10

      Dss0 said in Help with Fastdl please:

      Jack O'Neill doesn't matter if those are there or not. you have "http://clansgcmw3.online/usermaps/" set as sv_downloadurl, that is incorrect. you need to set "http://clansgcmw3.online" right now the game would be looking for a mods and usermaps folder inside the usermaps folder on your webspace. Also you need "" around values.

      sv_downloadurl "http://clansgcmw3.online"
      sv_allowdownload "1"
      sv_allowupload "1"
      

      Thank you for your quick reply, i have just changed the settings to the ones you advised and restarted my server but unfortunately i still get the same message when i try to join a map i don't have on my daughters laptop, "menu_content_unavailable"

      Would you be able to further advise please?
      Jack

      Dss0undefined 1 Reply Last reply
      0
      • Jack O'Neillundefined Jack O'Neill

        Dss0 said in Help with Fastdl please:

        Jack O'Neill doesn't matter if those are there or not. you have "http://clansgcmw3.online/usermaps/" set as sv_downloadurl, that is incorrect. you need to set "http://clansgcmw3.online" right now the game would be looking for a mods and usermaps folder inside the usermaps folder on your webspace. Also you need "" around values.

        sv_downloadurl "http://clansgcmw3.online"
        sv_allowdownload "1"
        sv_allowupload "1"
        

        Thank you for your quick reply, i have just changed the settings to the ones you advised and restarted my server but unfortunately i still get the same message when i try to join a map i don't have on my daughters laptop, "menu_content_unavailable"

        Would you be able to further advise please?
        Jack

        Dss0undefined Offline
        Dss0undefined Offline
        Dss0
        Plutonium Staff
        wrote on last edited by Dss0
        #11

        Jack O'Neill the issue is that when i go to http://clansgcmw3.online/usermaps/mp_abandon/mp_abandon.iwd the file isn't downloaded but displayed as raw text. you prolly need to change the content type header.

        Jack O'Neillundefined 1 Reply Last reply
        0
        • Dss0undefined Dss0

          Jack O'Neill the issue is that when i go to http://clansgcmw3.online/usermaps/mp_abandon/mp_abandon.iwd the file isn't downloaded but displayed as raw text. you prolly need to change the content type header.

          Jack O'Neillundefined Offline
          Jack O'Neillundefined Offline
          Jack O'Neill
          wrote on last edited by
          #12

          Dss0 said in Help with Fastdl please:

          Jack O'Neill the issue is that when i go to http://clansgcmw3.online/usermaps/mp_abandon/mp_abandon.iwd the file isn't downloaded but displayed as raw text. you prolly need to change the content type header.

          How would i go about doing this my friend? if you could please advise me further?
          Jack

          Dss0undefined 1 Reply Last reply
          0
          • Jack O'Neillundefined Jack O'Neill

            Dss0 said in Help with Fastdl please:

            Jack O'Neill the issue is that when i go to http://clansgcmw3.online/usermaps/mp_abandon/mp_abandon.iwd the file isn't downloaded but displayed as raw text. you prolly need to change the content type header.

            How would i go about doing this my friend? if you could please advise me further?
            Jack

            Dss0undefined Offline
            Dss0undefined Offline
            Dss0
            Plutonium Staff
            wrote on last edited by
            #13

            Jack O'Neill try creating a file called

            .htaccess
            

            in the root dir of the webspace (where all the php files are, next to the mods and usermaps folders). the .htaccess file has to contain this:

            <FilesMatch "\.(?i:ff|iwd)$">
              ForceType application/octet-stream
              Header set Content-Disposition attachment
            </FilesMatch>
            
            Jack O'Neillundefined 1 Reply Last reply
            0
            • Dss0undefined Dss0

              Jack O'Neill try creating a file called

              .htaccess
              

              in the root dir of the webspace (where all the php files are, next to the mods and usermaps folders). the .htaccess file has to contain this:

              <FilesMatch "\.(?i:ff|iwd)$">
                ForceType application/octet-stream
                Header set Content-Disposition attachment
              </FilesMatch>
              
              Jack O'Neillundefined Offline
              Jack O'Neillundefined Offline
              Jack O'Neill
              wrote on last edited by
              #14

              Dss0 like this? alt text

              Dss0undefined 1 Reply Last reply
              0
              • Jack O'Neillundefined Jack O'Neill

                Dss0 like this? alt text

                Dss0undefined Offline
                Dss0undefined Offline
                Dss0
                Plutonium Staff
                wrote on last edited by
                #15

                Jack O'Neill seems fine to me.

                Jack O'Neillundefined 1 Reply Last reply
                0
                • Dss0undefined Dss0

                  Jack O'Neill seems fine to me.

                  Jack O'Neillundefined Offline
                  Jack O'Neillundefined Offline
                  Jack O'Neill
                  wrote on last edited by
                  #16

                  Dss0 Still getting "menu_content_not_available" my friend. Any other suggestions would be greatfully appreciated.

                  Dss0undefined 1 Reply Last reply
                  0
                  • Jack O'Neillundefined Jack O'Neill

                    Dss0 Still getting "menu_content_not_available" my friend. Any other suggestions would be greatfully appreciated.

                    Dss0undefined Offline
                    Dss0undefined Offline
                    Dss0
                    Plutonium Staff
                    wrote on last edited by
                    #17

                    Jack O'Neill what's the name of your server?

                    Jack O'Neillundefined 1 Reply Last reply
                    0
                    • Dss0undefined Dss0

                      Jack O'Neill what's the name of your server?

                      Jack O'Neillundefined Offline
                      Jack O'Neillundefined Offline
                      Jack O'Neill
                      wrote on last edited by
                      #18

                      Dss0 [SGC]Stargate Command
                      (sorry for the time taken to reply, i have to wait 600 seconds)

                      Dss0undefined 1 Reply Last reply
                      0
                      • Jack O'Neillundefined Jack O'Neill

                        Dss0 [SGC]Stargate Command
                        (sorry for the time taken to reply, i have to wait 600 seconds)

                        Dss0undefined Offline
                        Dss0undefined Offline
                        Dss0
                        Plutonium Staff
                        wrote on last edited by
                        #19

                        Jack O'Neill i noticed you have some mw3 dlc maps in the usermaps folder, i don't think dlc maps can be downloaded as usermaps. You can get the dlcs from here: https://plutonium.pw/docs/install/#installing-the-dlcs-mw3

                        Strange thing is http download via webbrowser works now and the client also says it successfully downloaded the map, however the map isn't in the usermaps folder. I will try to debug this further shortly.

                        Jack O'Neillundefined 1 Reply Last reply
                        0
                        • Dss0undefined Dss0

                          Jack O'Neill i noticed you have some mw3 dlc maps in the usermaps folder, i don't think dlc maps can be downloaded as usermaps. You can get the dlcs from here: https://plutonium.pw/docs/install/#installing-the-dlcs-mw3

                          Strange thing is http download via webbrowser works now and the client also says it successfully downloaded the map, however the map isn't in the usermaps folder. I will try to debug this further shortly.

                          Jack O'Neillundefined Offline
                          Jack O'Neillundefined Offline
                          Jack O'Neill
                          wrote on last edited by
                          #20

                          Dss0 Thank you my friend, i eagerly await your reply.

                          Dss0undefined 1 Reply Last reply
                          0
                          • Jack O'Neillundefined Jack O'Neill

                            Dss0 Thank you my friend, i eagerly await your reply.

                            Dss0undefined Offline
                            Dss0undefined Offline
                            Dss0
                            Plutonium Staff
                            wrote on last edited by
                            #21

                            Jack O'Neill can you leave the server running pls?

                            Jack O'Neillundefined 2 Replies Last reply
                            0
                            • Dss0undefined Dss0

                              Jack O'Neill can you leave the server running pls?

                              Jack O'Neillundefined Offline
                              Jack O'Neillundefined Offline
                              Jack O'Neill
                              wrote on last edited by
                              #22

                              Dss0 Sorry the server crashed, it's now been restarted.

                              1 Reply Last reply
                              0
                              • Dss0undefined Dss0

                                Jack O'Neill can you leave the server running pls?

                                Jack O'Neillundefined Offline
                                Jack O'Neillundefined Offline
                                Jack O'Neill
                                wrote on last edited by
                                #23

                                Dss0 would you be willing to setup apache for me on my vps for a fee please?

                                Dss0undefined 1 Reply Last reply
                                0
                                • Jack O'Neillundefined Jack O'Neill

                                  Dss0 would you be willing to setup apache for me on my vps for a fee please?

                                  Dss0undefined Offline
                                  Dss0undefined Offline
                                  Dss0
                                  Plutonium Staff
                                  wrote on last edited by
                                  #24

                                  Jack O'Neill send me a friend request on discord.

                                  Jack O'Neillundefined 1 Reply Last reply
                                  0
                                  • Dss0undefined Dss0

                                    Jack O'Neill send me a friend request on discord.

                                    Jack O'Neillundefined Offline
                                    Jack O'Neillundefined Offline
                                    Jack O'Neill
                                    wrote on last edited by
                                    #25

                                    Dss0 i cant find DssO on discord can you add me please
                                    Jack O'neill#7330

                                    1 Reply Last reply
                                    0
                                    • therealviolentundefined Offline
                                      therealviolentundefined Offline
                                      therealviolent
                                      Contributor
                                      wrote on last edited by
                                      #26

                                      For me it worked, create a mods folder in your VPS, %localappdata%\Plutonium\storage\iw5

                                      Mod folder is required to download custom usermaps.

                                      Put your usermaps files in your %localappdata%\Plutonium\storage\iw5\usermaps\mp_yourmapname

                                      Hope that worked for you, im finally able to make a custom map server, with working fast dl, thanks for the support of the Plutonium Staff, i didn't expect that, since i saw a rude reply by Chase after someone just asking for help 🙂

                                      Thanks!

                                      Dss0undefined 1 Reply Last reply
                                      0
                                      • therealviolentundefined therealviolent

                                        For me it worked, create a mods folder in your VPS, %localappdata%\Plutonium\storage\iw5

                                        Mod folder is required to download custom usermaps.

                                        Put your usermaps files in your %localappdata%\Plutonium\storage\iw5\usermaps\mp_yourmapname

                                        Hope that worked for you, im finally able to make a custom map server, with working fast dl, thanks for the support of the Plutonium Staff, i didn't expect that, since i saw a rude reply by Chase after someone just asking for help 🙂

                                        Thanks!

                                        Dss0undefined Offline
                                        Dss0undefined Offline
                                        Dss0
                                        Plutonium Staff
                                        wrote on last edited by
                                        #27

                                        Hackfleisch we resolved it via discord, seems his webhost blocked iw5's useragent so we just set up a webserver on his vps serving the maps. evertyhing works well now.

                                        Tqhrundefined 1 Reply Last reply
                                        2
                                        • Dss0undefined Dss0

                                          Hackfleisch we resolved it via discord, seems his webhost blocked iw5's useragent so we just set up a webserver on his vps serving the maps. evertyhing works well now.

                                          Tqhrundefined Offline
                                          Tqhrundefined Offline
                                          Tqhr
                                          wrote on last edited by
                                          #28
                                          This post is deleted!
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Donate