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 17.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.
  • 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
                              • Fry Offline
                                Fry 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
                                • Resxt Offline
                                  Resxt 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

                                  Thanatos 1 Reply Last reply
                                  1
                                  • Resxt Resxt

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

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

                                    @lResxt doesn't work for me either

                                    Resxt 1 Reply Last reply
                                    0
                                    • Thanatos Thanatos

                                      @lResxt doesn't work for me either

                                      Resxt Offline
                                      Resxt 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
                                      • Fry Offline
                                        Fry 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
                                        • JerseyDing Offline
                                          JerseyDing Offline
                                          JerseyDing
                                          wrote on last edited by
                                          #33
                                          This post is deleted!
                                          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