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

Plutonium

  1. Home
  2. MW3 Modding Support & Discussion
  3. [Release] IW5 Mapvote

[Release] IW5 Mapvote

Scheduled Pinned Locked Moved MW3 Modding Support & Discussion
50 Posts 22 Posters 18.1k Views 2 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.
  • vwps Offline
    vwps Offline
    vwps
    wrote on last edited by
    #8

    cvvvv

    1 Reply Last reply
    0
    • Country Offline
      Country Offline
      Country
      Contributor
      wrote on last edited by
      #9

      Can you add DLC Maps to the script at some point?

      Kalitos 1 Reply Last reply
      2
      • Country Country

        Can you add DLC Maps to the script at some point?

        Kalitos Offline
        Kalitos Offline
        Kalitos
        wrote on last edited by
        #10

        Country You can do it by adding them on this line:

        level.mapvotemaps = strtok("mp_alpha#mp_bootleg#mp_bravo#mp_carbon#mp_dome#mp_exchange#mp_hardhat#mp_interchange#mp_lambeth#mp_mogadishu#mp_paris#mp_plaza2#mp_radar#mp_seatown#mp_underground#mp_village#mp_terminal_cls#mp_rust", "#");
        

        In doing so, you will need to add a description for each map.

        level.mapvotedescs = strtok("European city center. Great for Team \nDefender.#Medium sized Asian market. Fun for all game \nmodes.#African colonial settlement. Fight to control \nthe center.#Medium sized refinery. Great for any number \nof players.#Small outpost in the desert. Fast and frantic \naction.#Urban map with wide streets. Good for long \nand short range fights.#A small construction site. Fast paced, close \nquarter action.#Destroyed freeway. Great for a wide range of \nspaces and styles.#Derelict Russian ghost town. Great for \ncareful, tactical engagements.#Crash site in an African city. Classic urban \ncombat.#Parisian district. Great for Domination and Kill \nConfirmed.#Medium sized German mall. Intense Search & \nDestroy games.#Large Siberian airbase. Great for epic large \nbattles.#A costal town. Narrow streets bring hectic, \nclose encounters.#Small subway station. Fast paced action both \ninside and out.#Large African village. Great for all game \nmodes.#Russian airport terminal under siege. The \nclassic fan favorite is back.#Tiny desert sandstorm. Fast-paced action on \na small map.", "#");
        
        Pythagorion 1 Reply Last reply
        2
        • birchy birchy

          IW5 mapvote for dedicated servers.

          Preview

          Repository: https://github.com/callanb/iw5-mapvote
          Preview: https://www.youtube.com/watch?v=erPDZ6ETiL0

          Installation:

          • Download the .gsc file from the main repository.
          • Place the .gsc file at %localappdata%/plutonium/storage/iw5/scripts.
          • Note: Create folders if they do not exist.
          TheHyper Offline
          TheHyper Offline
          TheHyper
          wrote on last edited by
          #11

          what a god dude

          1 Reply Last reply
          0
          • Kalitos Kalitos

            Country You can do it by adding them on this line:

            level.mapvotemaps = strtok("mp_alpha#mp_bootleg#mp_bravo#mp_carbon#mp_dome#mp_exchange#mp_hardhat#mp_interchange#mp_lambeth#mp_mogadishu#mp_paris#mp_plaza2#mp_radar#mp_seatown#mp_underground#mp_village#mp_terminal_cls#mp_rust", "#");
            

            In doing so, you will need to add a description for each map.

            level.mapvotedescs = strtok("European city center. Great for Team \nDefender.#Medium sized Asian market. Fun for all game \nmodes.#African colonial settlement. Fight to control \nthe center.#Medium sized refinery. Great for any number \nof players.#Small outpost in the desert. Fast and frantic \naction.#Urban map with wide streets. Good for long \nand short range fights.#A small construction site. Fast paced, close \nquarter action.#Destroyed freeway. Great for a wide range of \nspaces and styles.#Derelict Russian ghost town. Great for \ncareful, tactical engagements.#Crash site in an African city. Classic urban \ncombat.#Parisian district. Great for Domination and Kill \nConfirmed.#Medium sized German mall. Intense Search & \nDestroy games.#Large Siberian airbase. Great for epic large \nbattles.#A costal town. Narrow streets bring hectic, \nclose encounters.#Small subway station. Fast paced action both \ninside and out.#Large African village. Great for all game \nmodes.#Russian airport terminal under siege. The \nclassic fan favorite is back.#Tiny desert sandstorm. Fast-paced action on \na small map.", "#");
            
            Pythagorion Offline
            Pythagorion Offline
            Pythagorion
            wrote on last edited by
            #12

            Kalitos Hey. I`ve edited the lines as you said. While the descriptions fit, is every DLC Map in the Voting Menu just be shown as "MAP". Is this a known issue when adding DLC Maps to the gsc-file?

            Here is the line, extracted from the server files:
            https://pastebin.com/NkSH4qTk

            birchy 1 Reply Last reply
            0
            • Pythagorion Pythagorion

              Kalitos Hey. I`ve edited the lines as you said. While the descriptions fit, is every DLC Map in the Voting Menu just be shown as "MAP". Is this a known issue when adding DLC Maps to the gsc-file?

              Here is the line, extracted from the server files:
              https://pastebin.com/NkSH4qTk

              birchy Offline
              birchy Offline
              birchy
              wrote on last edited by
              #13

              Pythagorion He didn't add the fact that you need to provide map names, refer to the bottom of the source code.

              Pythagorion 1 Reply Last reply
              1
              • birchy birchy

                Pythagorion He didn't add the fact that you need to provide map names, refer to the bottom of the source code.

                Pythagorion Offline
                Pythagorion Offline
                Pythagorion
                wrote on last edited by Pythagorion
                #14

                birchy Ah. Thanks. That does make sense XD
                You've done a great job with this mod.

                1 Reply Last reply
                0
                • birchy birchy

                  IW5 mapvote for dedicated servers.

                  Preview

                  Repository: https://github.com/callanb/iw5-mapvote
                  Preview: https://www.youtube.com/watch?v=erPDZ6ETiL0

                  Installation:

                  • Download the .gsc file from the main repository.
                  • Place the .gsc file at %localappdata%/plutonium/storage/iw5/scripts.
                  • Note: Create folders if they do not exist.
                  Fry Offline
                  Fry Offline
                  Fry
                  Plutonium Staff
                  wrote on last edited by
                  #15

                  Amazing job. Putting this on RG servers.

                  1 Reply Last reply
                  0
                  • Fry Offline
                    Fry Offline
                    Fry
                    Plutonium Staff
                    wrote on last edited by Fry
                    #16

                    So I had some issues not able to go down. seems like +speed_throw is the bind command? which is set on a controller???? Anyway I added some additional commands and seem to play nicely to me and other players.

                        self notifyonplayercommand("up", "+attack");
                        self notifyonplayercommand("up", "+forward");
                        self notifyonplayercommand("down", "+toggleads_throw");
                        self notifyonplayercommand("down", "+speed_throw");
                        self notifyonplayercommand("down", "+back");
                        self notifyonplayercommand("select", "+usereload");
                        self notifyonplayercommand("select", "+activate");
                    

                    Unless you have a reason why you didn't use +toggleads_throw or +forward and +back?

                    birchy 1 Reply Last reply
                    0
                    • Fry Fry

                      So I had some issues not able to go down. seems like +speed_throw is the bind command? which is set on a controller???? Anyway I added some additional commands and seem to play nicely to me and other players.

                          self notifyonplayercommand("up", "+attack");
                          self notifyonplayercommand("up", "+forward");
                          self notifyonplayercommand("down", "+toggleads_throw");
                          self notifyonplayercommand("down", "+speed_throw");
                          self notifyonplayercommand("down", "+back");
                          self notifyonplayercommand("select", "+usereload");
                          self notifyonplayercommand("select", "+activate");
                      

                      Unless you have a reason why you didn't use +toggleads_throw or +forward and +back?

                      birchy Offline
                      birchy Offline
                      birchy
                      wrote on last edited by
                      #17

                      Fry those were the bindings I have in my cfg, in hindsight should have added the others for completeness. Glad you sorted it for yourself.

                      1 Reply Last reply
                      1
                      • Fry Offline
                        Fry Offline
                        Fry
                        Plutonium Staff
                        wrote on last edited by
                        #18

                        Ah I see. I sent a pull request for you. 🙂 So far I tested it with scr_war_timelimit .1 bunch of times and look fine.

                        birchy 1 Reply Last reply
                        0
                        • Fry Fry

                          Ah I see. I sent a pull request for you. 🙂 So far I tested it with scr_war_timelimit .1 bunch of times and look fine.

                          birchy Offline
                          birchy Offline
                          birchy
                          wrote on last edited by
                          #19
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • Thanatos Offline
                            Thanatos Offline
                            Thanatos
                            wrote on last edited by
                            #20

                            51c7ec2a-328a-440a-b95c-a5413d09bdae-image.png
                            how can I fix that ?
                            (I have installed the .dll in the plugins folder

                            Thanatos 1 Reply Last reply
                            0
                            • Thanatos Thanatos

                              51c7ec2a-328a-440a-b95c-a5413d09bdae-image.png
                              how can I fix that ?
                              (I have installed the .dll in the plugins folder

                              Thanatos Offline
                              Thanatos Offline
                              Thanatos
                              wrote on last edited by
                              #21

                              Thanatos birchy any idea how to fix this ?

                              Sorex 1 Reply Last reply
                              0
                              • Thanatos Thanatos

                                Thanatos birchy any idea how to fix this ?

                                Sorex Offline
                                Sorex Offline
                                Sorex
                                Contributor
                                wrote on last edited by
                                #22

                                Thanatos
                                Read the g
                                Installation:

                                1. Download the .gsc file from the main repository.
                                2. Download the .dll file from the repository it is dependant on.
                                3. Place the .gsc file at %localappdata%/plutonium/storage/iw5/scripts.
                                4. Place the .dll file at %localappdata%/plutonium/storage/iw5/plugins.
                                5. Note: Create folders if they do not exist.

                                Read 4 and 5

                                Thanatos 1 Reply Last reply
                                0
                                • Sorex Sorex

                                  Thanatos
                                  Read the g
                                  Installation:

                                  1. Download the .gsc file from the main repository.
                                  2. Download the .dll file from the repository it is dependant on.
                                  3. Place the .gsc file at %localappdata%/plutonium/storage/iw5/scripts.
                                  4. Place the .dll file at %localappdata%/plutonium/storage/iw5/plugins.
                                  5. Note: Create folders if they do not exist.

                                  Read 4 and 5

                                  Thanatos Offline
                                  Thanatos Offline
                                  Thanatos
                                  wrote on last edited by
                                  #23

                                  Sorex birchy
                                  That's what I did but I don't know what is wrong
                                  1.PNG 2.PNG

                                  birchy 1 Reply Last reply
                                  0
                                  • Thanatos Thanatos

                                    Sorex birchy
                                    That's what I did but I don't know what is wrong
                                    1.PNG 2.PNG

                                    birchy Offline
                                    birchy Offline
                                    birchy
                                    wrote on last edited by
                                    #24

                                    Thanatos Are you trying to use this locally? This will only work for dedicated servers

                                    Thanatos 2 Replies Last reply
                                    1
                                    • birchy birchy

                                      Thanatos Are you trying to use this locally? This will only work for dedicated servers

                                      Thanatos Offline
                                      Thanatos Offline
                                      Thanatos
                                      wrote on last edited by
                                      #25
                                      This post is deleted!
                                      1 Reply Last reply
                                      0
                                      • birchy birchy

                                        Thanatos Are you trying to use this locally? This will only work for dedicated servers

                                        Thanatos Offline
                                        Thanatos Offline
                                        Thanatos
                                        wrote on last edited by
                                        #26
                                        This post is deleted!
                                        1 Reply Last reply
                                        0
                                        • Thanatos Offline
                                          Thanatos Offline
                                          Thanatos
                                          wrote on last edited by
                                          #27

                                          birchy it seems that there is a problem to load the plugin. How can I fix that ? I already tried to reinstall c++...
                                          failed load plugin.PNG

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • 3
                                          • Login

                                          • Don't have an account? Register

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