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

Plutonium

  1. Home
  2. MW3 Modding Releases & Resources
  3. My collection of IW5 scripts

My collection of IW5 scripts

Scheduled Pinned Locked Moved MW3 Modding Releases & Resources
45 Posts 6 Posters 20.7k Views 1 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.
  • Kalitos Offline
    Kalitos Offline
    Kalitos
    wrote on last edited by
    #2

    Thanks, I've been waiting for this for a long time.

    1 Reply Last reply
    0
    • Medison Offline
      Medison Offline
      Medison
      wrote on last edited by Medison
      #3

      tell me please how to edit gungame script i wanna have specialist bonus and how to fix lags with this script and also disable 10 min timer

      1 Reply Last reply
      0
      • knifes12 Offline
        knifes12 Offline
        knifes12
        wrote on last edited by
        #4

        Can you write a script so that when using the scavenger perk you can still reload bullets for grenades, RPGs or grenade launchers?
        Please 😞

        Resxt 1 Reply Last reply
        0
        • knifes12 knifes12

          Can you write a script so that when using the scavenger perk you can still reload bullets for grenades, RPGs or grenade launchers?
          Please 😞

          Resxt Offline
          Resxt Offline
          Resxt
          Plutonium Staff
          wrote on last edited by
          #5

          knifes12 I don't have time anymore but you could create a topic on the forum or ask on the modding channel on the server

          It would probably just be waiting for a notify and refilling offhand etc

          1 Reply Last reply
          0
          • Medison Offline
            Medison Offline
            Medison
            wrote on last edited by Medison
            #6

            Resxt hello i saw gun game script and can change perks that always set by default, can you please make separate script that just give perks by default

            This is example from gungame script
            GiveGunGamePerks()
            {
            self GivePerk("specialty_fastreload", false); // Sleight of hand
            self GivePerk("specialty_longersprint", false); // Extreme conditioning
            self GivePerk(GetProPerkName("specialty_longersprint"), false); // Extreme conditioning PRO
            self GivePerk("specialty_quickdraw", false); // Quickdraw
            self GivePerk("specialty_bulletaccuracy", false); // Steady aim
            self GivePerk(GetProPerkName("specialty_bulletaccuracy"), false); // Steady aim PRO
            self GivePerk(GetProPerkName("specialty_quieter"), false); // Dead silence PRO
            }

            Resxt 1 Reply Last reply
            0
            • Medison Medison

              Resxt hello i saw gun game script and can change perks that always set by default, can you please make separate script that just give perks by default

              This is example from gungame script
              GiveGunGamePerks()
              {
              self GivePerk("specialty_fastreload", false); // Sleight of hand
              self GivePerk("specialty_longersprint", false); // Extreme conditioning
              self GivePerk(GetProPerkName("specialty_longersprint"), false); // Extreme conditioning PRO
              self GivePerk("specialty_quickdraw", false); // Quickdraw
              self GivePerk("specialty_bulletaccuracy", false); // Steady aim
              self GivePerk(GetProPerkName("specialty_bulletaccuracy"), false); // Steady aim PRO
              self GivePerk(GetProPerkName("specialty_quieter"), false); // Dead silence PRO
              }

              Resxt Offline
              Resxt Offline
              Resxt
              Plutonium Staff
              wrote on last edited by
              #7

              Medison you just take this function and keep what's calling it and what's calling the caller and so on

              Medison 1 Reply Last reply
              0
              • Resxt Resxt

                Medison you just take this function and keep what's calling it and what's calling the caller and so on

                Medison Offline
                Medison Offline
                Medison
                wrote on last edited by Medison
                #8

                Resxt ok thanks i will try it

                1 Reply Last reply
                0
                • esiii Offline
                  esiii Offline
                  esiii
                  wrote on last edited by esiii
                  #9

                  hi can you make sabotages game mod like mw1 Or can port the game mod itself?
                  Because the sabotages game mode in mw 3 is only one round and end the game( cannot be changed)

                  1 Reply Last reply
                  0
                  • Resxt Offline
                    Resxt Offline
                    Resxt
                    Plutonium Staff
                    wrote on last edited by
                    #10

                    No sorry

                    esiii 1 Reply Last reply
                    0
                    • Resxt Resxt

                      No sorry

                      esiii Offline
                      esiii Offline
                      esiii
                      wrote on last edited by
                      #11

                      Resxt Do you know someone to help with this?
                      Is it possible to port the mw1 game mod to mw3 ?

                      Resxt 1 Reply Last reply
                      0
                      • esiii esiii

                        Resxt Do you know someone to help with this?
                        Is it possible to port the mw1 game mod to mw3 ?

                        Resxt Offline
                        Resxt Offline
                        Resxt
                        Plutonium Staff
                        wrote on last edited by
                        #12

                        esiii I don't know

                        1 Reply Last reply
                        0
                        • CoBa_09 Offline
                          CoBa_09 Offline
                          CoBa_09
                          wrote on last edited by
                          #13

                          Hi, friends! Tell me how to add a line with low health?

                          Init()
                          {
                          level.teamTweaks["fftype"].value = 1; // Disable friendly fire
                          level.gameTweaks["allowkillcam"].value = 1; // Enable killcams - doesn't seem to work anymore
                          level.killcam = false; // Enable killcams
                          self.maxhealth = 10;
                          }

                          “self.maxhealth = 10;” - This method doesn't work...

                          Resxt 1 Reply Last reply
                          0
                          • CoBa_09 CoBa_09

                            Hi, friends! Tell me how to add a line with low health?

                            Init()
                            {
                            level.teamTweaks["fftype"].value = 1; // Disable friendly fire
                            level.gameTweaks["allowkillcam"].value = 1; // Enable killcams - doesn't seem to work anymore
                            level.killcam = false; // Enable killcams
                            self.maxhealth = 10;
                            }

                            “self.maxhealth = 10;” - This method doesn't work...

                            Resxt Offline
                            Resxt Offline
                            Resxt
                            Plutonium Staff
                            wrote on last edited by Resxt
                            #14

                            CoBa_09 this method might work but you're doing it completely wrong

                            I think you can just change HP in the DSR file of the gamemode

                            CoBa_09 1 Reply Last reply
                            0
                            • Resxt Resxt

                              CoBa_09 this method might work but you're doing it completely wrong

                              I think you can just change HP in the DSR file of the gamemode

                              CoBa_09 Offline
                              CoBa_09 Offline
                              CoBa_09
                              wrote on last edited by
                              #15

                              Resxt Thanks, friend! But in the directory "Plutonium\storage\iw5", there are no files with such extension...

                              Resxt 1 Reply Last reply
                              0
                              • CoBa_09 CoBa_09

                                Resxt Thanks, friend! But in the directory "Plutonium\storage\iw5", there are no files with such extension...

                                Resxt Offline
                                Resxt Offline
                                Resxt
                                Plutonium Staff
                                wrote on last edited by Resxt
                                #16

                                CoBa_09 this is when you save a gamemode from private games or when you have a server (then it's in the main folder of your game folder iirc)

                                CoBa_09 1 Reply Last reply
                                0
                                • Resxt Resxt

                                  CoBa_09 this is when you save a gamemode from private games or when you have a server (then it's in the main folder of your game folder iirc)

                                  CoBa_09 Offline
                                  CoBa_09 Offline
                                  CoBa_09
                                  wrote on last edited by
                                  #17

                                  Resxt I want to use these settings for private game with bots

                                  Resxt 1 Reply Last reply
                                  0
                                  • CoBa_09 CoBa_09

                                    Resxt I want to use these settings for private game with bots

                                    Resxt Offline
                                    Resxt Offline
                                    Resxt
                                    Plutonium Staff
                                    wrote on last edited by
                                    #18

                                    CoBa_09 then save a gamemode and edit the dsr file it saves on your PC, change the maxhealth value
                                    d582a09b-5b51-4a5e-9331-b859bb5318be-image.png

                                    CoBa_09 1 Reply Last reply
                                    0
                                    • Resxt Resxt

                                      CoBa_09 then save a gamemode and edit the dsr file it saves on your PC, change the maxhealth value
                                      d582a09b-5b51-4a5e-9331-b859bb5318be-image.png

                                      CoBa_09 Offline
                                      CoBa_09 Offline
                                      CoBa_09
                                      wrote on last edited by
                                      #19

                                      Resxt Excellent! Everything worked out! Thank you very much, friend!

                                      1 Reply Last reply
                                      1
                                      • Medison Offline
                                        Medison Offline
                                        Medison
                                        wrote on last edited by Medison
                                        #20

                                        Resxt its posible to disable gun game gamemode in console or only deleting script in scripts folder?

                                        Resxt 1 Reply Last reply
                                        0
                                        • Medison Offline
                                          Medison Offline
                                          Medison
                                          wrote on last edited by
                                          #21

                                          Resxt How to disable showing this errors in chat, this started appear in new version of pluto, in older version not showing errors in chat
                                          Снимок экрана (15805).png

                                          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