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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] All perk slots unlock script [Zombies]

[Release] All perk slots unlock script [Zombies]

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
gscblack ops 2
41 Posts 22 Posters 25.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to _KimboSlice_ on last edited by
    #23

    @SlaaayZ
    https://forum.plutonium.pw/topic/10/tutorial-loading-custom-gsc-scripts

    1 Reply Last reply
    1
    • Bergunndyundefined Offline
      Bergunndyundefined Offline
      Bergunndy
      replied to Sparker on last edited by
      #24

      Sparker When i go to load the perks.gsc file into the compiler it gives me an error message saying bad syntax in line 5. Any idea what the issue is?

      Sparkerundefined 1 Reply Last reply
      0
      • Sparkerundefined Offline
        Sparkerundefined Offline
        Sparker
        replied to Bergunndy on last edited by
        #25

        You just told the error yourself check for brackets closed properly and ;
        Sorry for late replay btw

        1 Reply Last reply
        0
        • Phelis041undefined Offline
          Phelis041undefined Offline
          Phelis041
          wrote on last edited by
          #26

          Re: [Release] All perk slots unlock script [Zombies] tecnically, im commenting on the tutorial for loading scripts, but commenting is locked now so ill be venting tecnically, im commenting on the tutorial for loading scripts, but commenting is locked now so ill be ventinghere.

          pls maybe provide a step by step with picturs or something more user freindly, i dont find the manual very helpfull.

          Also am i supposed to download gsc.studio and drag and drop the "perks.gsc" (or whatever other mod im getting), into gsc.studio or what? if i drag and drop a file into the other bo2 folder it gives me a URL.

          1 Reply Last reply
          0
          • Rise166undefined Offline
            Rise166undefined Offline
            Rise166
            replied to Pistakilla on last edited by
            #27

            Pistakilla hey you tried this for solo?

            Pistakillaundefined 1 Reply Last reply
            0
            • Pistakillaundefined Offline
              Pistakillaundefined Offline
              Pistakilla
              replied to Rise166 on last edited by
              #28

              Rise166 yes.

              1 Reply Last reply
              0
              • Rise166undefined Offline
                Rise166undefined Offline
                Rise166
                wrote on last edited by
                #29

                i am actually adler in discord server i talked to you yesterday and you said what is your antivirus, my motd wasnt working. lol

                1 Reply Last reply
                0
                • JulzDoolzundefined Offline
                  JulzDoolzundefined Offline
                  JulzDoolz
                  replied to Pistakilla on last edited by
                  #30

                  Pistakilla I did everything you guys told me, I get the message when I load the game but when I went to go test it I'm still limited to 4 perks. Ive launched every map in custom games and still limited to 4 perks. Also no script errors

                  DROGOC0Pundefined 1 Reply Last reply
                  1
                  • NickB_05undefined Offline
                    NickB_05undefined Offline
                    NickB_05
                    replied to Sparker on last edited by
                    #31

                    Sparker i dont know how i can install it : (

                    1 Reply Last reply
                    0
                    • MichaelCHundefined Offline
                      MichaelCHundefined Offline
                      MichaelCH
                      replied to Sparker on last edited by
                      #32

                      Sparker I don't understand anything and the instructions are more ambiguous than anything else, please can you pass me the compiled file?
                      And one more question, can I install more than one mod?

                      AdrX003undefined 1 Reply Last reply
                      0
                      • AdrX003undefined Offline
                        AdrX003undefined Offline
                        AdrX003
                        replied to Sparker on last edited by
                        #33

                        Sparker is there anything to update in the code about the recent plutonium updates?

                        ive heard tha the update changed some stuff about how it reads GSC so we needed to add something to it to keep working.

                        1 Reply Last reply
                        0
                        • AdrX003undefined Offline
                          AdrX003undefined Offline
                          AdrX003
                          replied to MichaelCH on last edited by AdrX003
                          #34

                          MichaelCH to be able to follow the instructions you would need to understand some basics of programming, you basically get the source code, compile it in a program that is made exactly for that one thing,

                          yes you can use more things in a single gsc mod but first of all you would need to know how to join different source codes or make the code yourself

                          1 Reply Last reply
                          0
                          • DROGOC0Pundefined Offline
                            DROGOC0Pundefined Offline
                            DROGOC0P
                            replied to JulzDoolz on last edited by
                            #35

                            @JulzBoolz It happens to me too. No clue what is happening. Message is fine, perk limit itself is not.

                            Cahzundefined 1 Reply Last reply
                            0
                            • Cahzundefined Offline
                              Cahzundefined Offline
                              Cahz VIP
                              replied to DROGOC0P on last edited by
                              #36

                              DROGOC0P @JulzBoolz NickB_05 AdrX003

                              init()
                              {
                                  thread remove_perk_limit();
                                  for(;;)
                                  {
                                      level waittill("connected", player);
                                      player thread welcome();
                                  }
                              }
                              
                              remove_perk_limit()
                              {
                                  level waittill( "start_of_round" );
                                  level.perk_purchase_limit = 9;
                              }
                              
                              welcome()
                              {
                                  self endon("disconnect");
                                  self waittill("spawned_player");
                                  wait 7;
                              	self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
                              }
                              

                              how to load/use the script

                              DROGOC0Pundefined JulzDoolzundefined AdrX003undefined 3 Replies Last reply
                              1
                              • DROGOC0Pundefined Offline
                                DROGOC0Pundefined Offline
                                DROGOC0P
                                replied to Cahz on last edited by
                                #37

                                Cahz It works perfectly now. Thanks a lot.

                                JulzDoolzundefined 1 Reply Last reply
                                0
                                • JulzDoolzundefined Offline
                                  JulzDoolzundefined Offline
                                  JulzDoolz
                                  replied to DROGOC0P on last edited by
                                  #38
                                  This post is deleted!
                                  1 Reply Last reply
                                  0
                                  • JulzDoolzundefined Offline
                                    JulzDoolzundefined Offline
                                    JulzDoolz
                                    replied to Cahz on last edited by
                                    #39

                                    Cahz It works! BUT they need to update the current script with this one

                                    AdrriiiBFundefined 1 Reply Last reply
                                    0
                                    • AdrX003undefined Offline
                                      AdrX003undefined Offline
                                      AdrX003
                                      replied to Cahz on last edited by AdrX003
                                      #40

                                      Cahz (dunno if im calling it right but...) so every "thread" need a wait function to load now?

                                      might be good to clarify that part so we can use the knowledge for any script and stop asking the same question for different scripts hehe

                                      [EDIT: looks like that would be a yes, since you said the same thong in another post i just saw]

                                      1 Reply Last reply
                                      0
                                      • AdrriiiBFundefined Offline
                                        AdrriiiBFundefined Offline
                                        AdrriiiBF
                                        replied to JulzDoolz on last edited by
                                        #41

                                        @JulzBoolz amigo como lo descargaste, no me deja descargar el archivo de los 9 perks

                                        1 Reply Last reply
                                        0

                                        • 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