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

Plutonium

  1. Home
  2. BO1 Modding Releases & Resources
  3. [Release] [Zombies] Black Ops 1 Custom Power ups

[Release] [Zombies] Black Ops 1 Custom Power ups

Scheduled Pinned Locked Moved BO1 Modding Releases & Resources
56 Posts 19 Posters 14.3k Views 4 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.
  • Desert_Rangerundefined Desert_Ranger

    how do i do this on steam bo1

    Not_fearrundefined Offline
    Not_fearrundefined Offline
    Not_fearr
    wrote on last edited by
    #34
    This post is deleted!
    1 Reply Last reply
    0
    • MrPropundefined Offline
      MrPropundefined Offline
      MrProp
      wrote on last edited by
      #35

      everything works for me except the random weapon powerup, it just spawns a death machine icon but doesnt actually do anything when picked up. Otherwise everything else is awesome.

      dontknowletsplundefined 1 Reply Last reply
      0
      • PROMETEOundefined Offline
        PROMETEOundefined Offline
        PROMETEO
        wrote on last edited by
        #36

        pero donde esta el mod ?

        1 Reply Last reply
        0
        • MrPropundefined MrProp

          everything works for me except the random weapon powerup, it just spawns a death machine icon but doesnt actually do anything when picked up. Otherwise everything else is awesome.

          dontknowletsplundefined Offline
          dontknowletsplundefined Offline
          dontknowletspl
          wrote on last edited by dontknowletspl
          #37

          MrProp You are right i forgot to add lil part of the code in to the version in comments.

          Fixed it also upgraded it so player has to press usebutton to collect the weapon.

          Ezentruundefined 1 Reply Last reply
          0
          • dontknowletsplundefined dontknowletspl

            MrProp You are right i forgot to add lil part of the code in to the version in comments.

            Fixed it also upgraded it so player has to press usebutton to collect the weapon.

            Ezentruundefined Offline
            Ezentruundefined Offline
            Ezentru
            wrote on last edited by Ezentru
            #38

            @dontknowletsplay just a heads up, in the version you attached with updated code, you left in the function to test the weapon drop powerups uncommented and so weapon drops are dropping for almost every instance that m1 is pressed.

            dontknowletsplundefined 1 Reply Last reply
            0
            • Ezentruundefined Ezentru

              @dontknowletsplay just a heads up, in the version you attached with updated code, you left in the function to test the weapon drop powerups uncommented and so weapon drops are dropping for almost every instance that m1 is pressed.

              dontknowletsplundefined Offline
              dontknowletsplundefined Offline
              dontknowletspl
              wrote on last edited by
              #39

              Ezentru oops fixing it now.

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

                Hello, can you make another version of this with bonfire sale removed? All the other power ups are fine but on maps with no pack a punch bonfire is kinda useless, the free pack a punch power up does the job. Thanks.

                dontknowletsplundefined 1 Reply Last reply
                0
                • Schnazundefined Schnaz

                  Hello, can you make another version of this with bonfire sale removed? All the other power ups are fine but on maps with no pack a punch bonfire is kinda useless, the free pack a punch power up does the job. Thanks.

                  dontknowletsplundefined Offline
                  dontknowletsplundefined Offline
                  dontknowletspl
                  wrote on last edited by
                  #41

                  Schnaz open your file and comment out this line maps\_zombiemode_powerups::include_zombie_powerup("c_bonfire_sale"); //custom by adding 2 // front of it

                  Schnazundefined 1 Reply Last reply
                  0
                  • dontknowletsplundefined dontknowletspl

                    Schnaz open your file and comment out this line maps\_zombiemode_powerups::include_zombie_powerup("c_bonfire_sale"); //custom by adding 2 // front of it

                    Schnazundefined Offline
                    Schnazundefined Offline
                    Schnaz
                    wrote on last edited by
                    #42

                    @dontknowletsplay So it should be like this?
                    //maps_zombiemode_powerups::include_zombie_powerup("c_bonfire_sale"); //custom

                    dontknowletsplundefined 1 Reply Last reply
                    0
                    • Schnazundefined Schnaz

                      @dontknowletsplay So it should be like this?
                      //maps_zombiemode_powerups::include_zombie_powerup("c_bonfire_sale"); //custom

                      dontknowletsplundefined Offline
                      dontknowletsplundefined Offline
                      dontknowletspl
                      wrote on last edited by
                      #43

                      Schnaz yes

                      Schnazundefined 1 Reply Last reply
                      0
                      • dontknowletsplundefined dontknowletspl

                        Schnaz yes

                        Schnazundefined Offline
                        Schnazundefined Offline
                        Schnaz
                        wrote on last edited by
                        #44

                        @dontknowletsplay Thank you so much, it works, and how do I remove the random perk bottle drop? As it interferes with a mod I'm using (Reaper's Perk Pack). Thank you for reading.

                        dontknowletsplundefined 1 Reply Last reply
                        0
                        • Schnazundefined Schnaz

                          @dontknowletsplay Thank you so much, it works, and how do I remove the random perk bottle drop? As it interferes with a mod I'm using (Reaper's Perk Pack). Thank you for reading.

                          dontknowletsplundefined Offline
                          dontknowletsplundefined Offline
                          dontknowletspl
                          wrote on last edited by
                          #45

                          Schnaz maps_zombiemode_powerups::include_zombie_powerup("random_perk"); //custom

                          Schnazundefined 1 Reply Last reply
                          0
                          • dontknowletsplundefined dontknowletspl

                            Schnaz maps_zombiemode_powerups::include_zombie_powerup("random_perk"); //custom

                            Schnazundefined Offline
                            Schnazundefined Offline
                            Schnaz
                            wrote on last edited by
                            #46

                            @dontknowletsplay Where do I have to write that?

                            dontknowletsplundefined 1 Reply Last reply
                            0
                            • Schnazundefined Schnaz

                              @dontknowletsplay Where do I have to write that?

                              dontknowletsplundefined Offline
                              dontknowletsplundefined Offline
                              dontknowletspl
                              wrote on last edited by
                              #47

                              Schnaz i mean you have to comment that line out aswell..

                              1 Reply Last reply
                              0
                              • Romashquinundefined Offline
                                Romashquinundefined Offline
                                Romashquin
                                wrote on last edited by
                                #48

                                hello bro
                                I have trouble - this mod doesn't work on shangri la. I mean that power ups are allowed, but they give me nothing, Do I only have this problem or everyone?

                                Zaha_Ssundefined 1 Reply Last reply
                                1
                                • Romashquinundefined Romashquin

                                  hello bro
                                  I have trouble - this mod doesn't work on shangri la. I mean that power ups are allowed, but they give me nothing, Do I only have this problem or everyone?

                                  Zaha_Ssundefined Offline
                                  Zaha_Ssundefined Offline
                                  Zaha_Ss
                                  wrote on last edited by
                                  #49

                                  Romashquin I have the same problem

                                  dontknowletsplundefined 1 Reply Last reply
                                  0
                                  • Zaha_Ssundefined Zaha_Ss

                                    Romashquin I have the same problem

                                    dontknowletsplundefined Offline
                                    dontknowletsplundefined Offline
                                    dontknowletspl
                                    wrote on last edited by dontknowletspl
                                    #50

                                    Zaha_Ss Romashquin Fixed this.

                                    1 Reply Last reply
                                    0
                                    • TheKiller66undefined Offline
                                      TheKiller66undefined Offline
                                      TheKiller66
                                      wrote on last edited by
                                      #51

                                      I dont get it, what version i need to use? The version in your post or the version in your comment?

                                      dontknowletsplundefined 1 Reply Last reply
                                      0
                                      • TheKiller66undefined TheKiller66

                                        I dont get it, what version i need to use? The version in your post or the version in your comment?

                                        dontknowletsplundefined Offline
                                        dontknowletsplundefined Offline
                                        dontknowletspl
                                        wrote on last edited by
                                        #52

                                        TheKiller66 Both should work. The version in post has to be copied in text editor first and then save as gsc file but the version in comments is already gsc gile you can copy to correct folder.

                                        1 Reply Last reply
                                        0
                                        • TheKiller66undefined Offline
                                          TheKiller66undefined Offline
                                          TheKiller66
                                          wrote on last edited by
                                          #53

                                          Stupid question man. How can I addthis on my own T5 server?

                                          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