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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] [ZM] [Mod] zm_expanded - Combining zm_weapons & zm_perks into 1 mod

[Release] [ZM] [Mod] zm_expanded - Combining zm_weapons & zm_perks into 1 mod

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
49 Posts 37 Posters 23.7k Views 6 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.
  • Sray Audic Offline
    Sray Audic Offline
    Sray Audic
    wrote on last edited by
    #25

    Hey is there any possible way to add keybinds to give me perks? or is there a command list i can go off of? I want to bind keys in a cfg or the current gsc if anything to spawn perks and take away perks so i can connect to twitch and have a interactive stream. maybe even random power up binded to a key? how would i go about that am i able to modify the current source? and would bo2 be my best bet any thoughts?

    DirkRockface 1 Reply Last reply
    0
    • Sray Audic Sray Audic

      Hey is there any possible way to add keybinds to give me perks? or is there a command list i can go off of? I want to bind keys in a cfg or the current gsc if anything to spawn perks and take away perks so i can connect to twitch and have a interactive stream. maybe even random power up binded to a key? how would i go about that am i able to modify the current source? and would bo2 be my best bet any thoughts?

      DirkRockface Offline
      DirkRockface Offline
      DirkRockface
      Contributor
      wrote on last edited by
      #26

      Sray Audic yes this can be done with gsc scripts with functions like:

                  if(self actionslotonebuttonpressed())
                      self weapon_give( "galil_zm" );
                  if(self actionslotthreebuttonpressed())
                      self weapon_give( "galil_upgraded_zm" );
                  if(self actionslottwobuttonpressed())
                      self weapon_give( "raygun_mark2_zm" );
                  if(self actionslotfourbuttonpressed())
                      self weapon_give( "raygun_mark2_upgraded_zm" );
      

      and

      if(self adsButtonPressed())
          powerup = level specific_powerup_drop("full_ammo", self.origin);
      

      (this is bo2 example)

      1 Reply Last reply
      1
      • Sray Audic Offline
        Sray Audic Offline
        Sray Audic
        wrote on last edited by
        #27

        and what about setting a key for a random perk? is that possible or would that be a whole different gsc or would it be better to keep both together? Because i have a great cfg setup with a lot of commands but i want the cool ones too haha power ups and perks.

        DirkRockface 1 Reply Last reply
        0
        • Sray Audic Sray Audic

          and what about setting a key for a random perk? is that possible or would that be a whole different gsc or would it be better to keep both together? Because i have a great cfg setup with a lot of commands but i want the cool ones too haha power ups and perks.

          DirkRockface Offline
          DirkRockface Offline
          DirkRockface
          Contributor
          wrote on last edited by DirkRockface
          #28

          Sray Audic you can do that with something like this:

          self.PowerupSelected = whichPowerUp();
          
          if(self adsButtonPressed())
              powerup = level specific_powerup_drop(self.PowerupSelected, self.origin);
          
          whichPowerUp()
          {
              powerups[0] = "nuke";
              powerups[1] = "insta_kill";
              powerups[2] = "double_points";
              powerups[3] = "full_ammo";
              return powerups[ randomInt(powerups.size) ];
          }
          
          1 Reply Last reply
          1
          • soda_toucher03 Offline
            soda_toucher03 Offline
            soda_toucher03
            wrote on last edited by
            #29

            everytime i load this mod it crashes my game when i try to use Mistry box

            1 Reply Last reply
            0
            • Knitby Knitby referenced this topic on
            • DontStopMeGaLo Offline
              DontStopMeGaLo Offline
              DontStopMeGaLo
              wrote on last edited by
              #30

              Awesome mod, but unfortunately, it's conflicting with Gerard's Custom Survival Maps, so I can only use the weapons mod(

              Btw, do you plan to add all BO2 wonder weapons to zm_weapons mod?

              1 Reply Last reply
              1
              • oilpanbuster Offline
                oilpanbuster Offline
                oilpanbuster
                wrote on last edited by
                #31

                sehteria Are there any plans to make the extra perks work with grief? I've noticed none of the perk machines show up on the grief mode.

                1 Reply Last reply
                1
                • B3ARS Offline
                  B3ARS Offline
                  B3ARS
                  wrote on last edited by
                  #32

                  goat mod

                  1 Reply Last reply
                  1
                  • Nicolations Offline
                    Nicolations Offline
                    Nicolations
                    wrote on last edited by
                    #33

                    im given the error code EXE_CLIENT_FIELD_MISMATCH everytime i ty and start a match

                    1 Reply Last reply
                    0
                    • Dec Offline
                      Dec Offline
                      Dec
                      Contributor
                      wrote on last edited by
                      #34

                      Goated ass mod ❤

                      1 Reply Last reply
                      0
                      • carsmatic0 Offline
                        carsmatic0 Offline
                        carsmatic0
                        wrote on last edited by
                        #35

                        Zombies tester here, individually, the mods function perfectly, but for the expanded version, all or the prementioned issues are present, including MOTD mule kick not working and whatnot, if you may upload an updated version combining the latest version of both mods

                        1 Reply Last reply
                        1
                        • PrismSCP Offline
                          PrismSCP Offline
                          PrismSCP
                          wrote on last edited by
                          #36

                          I tried getting this and i did everything you said, i downloaded the .zip then extracted then drug it to the mods folder for T6 but when in game i hit load mod then try to play a game and it tells me exe_client_field_mismatch what could be causing that?
                          thanks

                          1 Reply Last reply
                          0
                          • hcaes Offline
                            hcaes Offline
                            hcaes
                            wrote on last edited by
                            #37

                            my mate downloaded it and its giving him weapons not all?

                            1 Reply Last reply
                            0
                            • picadiente03 picadiente03 referenced this topic on
                            • C0NFU510N Offline
                              C0NFU510N Offline
                              C0NFU510N
                              wrote on last edited by
                              #38
                              This post is deleted!
                              1 Reply Last reply
                              0
                              • jucego Offline
                                jucego Offline
                                jucego
                                wrote on last edited by
                                #39

                                I am kinda new in bo2 with mods, I played in a server with this mod, how can I use in a custom match on my own?

                                1 Reply Last reply
                                0
                                • Vyky_01 Offline
                                  Vyky_01 Offline
                                  Vyky_01
                                  wrote on last edited by
                                  #40

                                  bro this is fine i just wanted something like this

                                  1 Reply Last reply
                                  0
                                  • Thokas Offline
                                    Thokas Offline
                                    Thokas
                                    wrote on last edited by
                                    #41

                                    It would be nice to remove the limit for the perks

                                    1 Reply Last reply
                                    0
                                    • C0NFU510N Offline
                                      C0NFU510N Offline
                                      C0NFU510N
                                      wrote on last edited by
                                      #42

                                      anyway to add mp weapons to zm? if theres weapons from another mod how would someone add that to zm_expanded?

                                      xsheent515 1 Reply Last reply
                                      1
                                      • C0NFU510N C0NFU510N

                                        anyway to add mp weapons to zm? if theres weapons from another mod how would someone add that to zm_expanded?

                                        xsheent515 Offline
                                        xsheent515 Offline
                                        xsheent515
                                        wrote last edited by
                                        #43

                                        C0NFU510N would love to have this type of update

                                        1 Reply Last reply
                                        0
                                        • SugarPuffDemon Offline
                                          SugarPuffDemon Offline
                                          SugarPuffDemon
                                          wrote last edited by
                                          #44

                                          Would love to see Stamin-Up on Mob of the Dead. It is absolutely needed

                                          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
                                          • Popular
                                          • Users
                                          • Donate