Skip to content
  • 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 8.9k 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.
  • birchyundefined birchy

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

    Pythagorionundefined Offline
    Pythagorionundefined 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
    • birchyundefined 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.
      Fryundefined Offline
      Fryundefined Offline
      Fry
      Plutonium Staff
      wrote on last edited by
      #15

      Amazing job. Putting this on RG servers.

      1 Reply Last reply
      0
      • Fryundefined Offline
        Fryundefined 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?

        birchyundefined 1 Reply Last reply
        0
        • Fryundefined 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?

          birchyundefined Offline
          birchyundefined 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
          • Fryundefined Offline
            Fryundefined 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.

            birchyundefined 1 Reply Last reply
            0
            • Fryundefined 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.

              birchyundefined Offline
              birchyundefined Offline
              birchy
              wrote on last edited by
              #19
              This post is deleted!
              1 Reply Last reply
              0
              • Thanatosundefined Offline
                Thanatosundefined 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

                Thanatosundefined 1 Reply Last reply
                0
                • Thanatosundefined Thanatos

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

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

                  Thanatos birchy any idea how to fix this ?

                  Sorexundefined 1 Reply Last reply
                  0
                  • Thanatosundefined Thanatos

                    Thanatos birchy any idea how to fix this ?

                    Sorexundefined Offline
                    Sorexundefined 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

                    Thanatosundefined 1 Reply Last reply
                    0
                    • Sorexundefined 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

                      Thanatosundefined Offline
                      Thanatosundefined 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

                      birchyundefined 1 Reply Last reply
                      0
                      • Thanatosundefined Thanatos

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

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

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

                        Thanatosundefined 2 Replies Last reply
                        1
                        • birchyundefined birchy

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

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

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

                            Thanatosundefined Offline
                            Thanatosundefined Offline
                            Thanatos
                            wrote on last edited by
                            #26
                            This post is deleted!
                            1 Reply Last reply
                            0
                            • Thanatosundefined Offline
                              Thanatosundefined 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
                              • Fryundefined Offline
                                Fryundefined Offline
                                Fry
                                Plutonium Staff
                                wrote on last edited by Fry
                                #28

                                Fed needs to update his dll. right now this wont work since August.

                                1 Reply Last reply
                                1
                                • Resxtundefined Offline
                                  Resxtundefined Offline
                                  Resxt
                                  Plutonium Staff
                                  wrote on last edited by
                                  #29

                                  Is there an update being worked on? This still doesn't seem to be working anymore at least for me

                                  Thanatosundefined 1 Reply Last reply
                                  1
                                  • Resxtundefined Resxt

                                    Is there an update being worked on? This still doesn't seem to be working anymore at least for me

                                    Thanatosundefined Offline
                                    Thanatosundefined Offline
                                    Thanatos
                                    wrote on last edited by
                                    #30

                                    @lResxt doesn't work for me either

                                    Resxtundefined 1 Reply Last reply
                                    0
                                    • Thanatosundefined Thanatos

                                      @lResxt doesn't work for me either

                                      Resxtundefined Offline
                                      Resxtundefined Offline
                                      Resxt
                                      Plutonium Staff
                                      wrote on last edited by
                                      #31

                                      Thanatos I'm using this instead works fine https://forum.awog.at/topic/172/release-vote-manager

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

                                        You can now use this without fed's gsc plugin.

                                        change

                                        executeCommand("map " + level.mapvotemaps[level.mapvoteindices[besti]]);
                                        

                                        to

                                        cmdexec("map " + level.mapvotemaps[level.mapvoteindices[besti]]);
                                        

                                        Also birchy I have sent a pull request.

                                        1 Reply Last reply
                                        1
                                        • JerseyDingundefined Offline
                                          JerseyDingundefined Offline
                                          JerseyDing
                                          wrote on last edited by
                                          #33
                                          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
                                          • 3
                                          • Login

                                          • Don't have an account? Register

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