Skip to content
  • 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 6.2k 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.
  • esiiiundefined Offline
    esiiiundefined Offline
    esiii
    replied to Resxt 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 ?

    Resxtundefined 1 Reply Last reply
    0
    • Resxtundefined Offline
      Resxtundefined Offline
      Resxt Plutonium Staff
      replied to esiii on last edited by
      #12

      esiii I don't know

      1 Reply Last reply
      0
      • CoBa_09undefined Offline
        CoBa_09undefined 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...

        Resxtundefined 1 Reply Last reply
        0
        • Resxtundefined Offline
          Resxtundefined Offline
          Resxt Plutonium Staff
          replied to CoBa_09 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_09undefined 1 Reply Last reply
          0
          • CoBa_09undefined Offline
            CoBa_09undefined Offline
            CoBa_09
            replied to Resxt on last edited by
            #15

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

            Resxtundefined 1 Reply Last reply
            0
            • Resxtundefined Offline
              Resxtundefined Offline
              Resxt Plutonium Staff
              replied to CoBa_09 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_09undefined 1 Reply Last reply
              0
              • CoBa_09undefined Offline
                CoBa_09undefined Offline
                CoBa_09
                replied to Resxt on last edited by
                #17

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

                Resxtundefined 1 Reply Last reply
                0
                • Resxtundefined Offline
                  Resxtundefined Offline
                  Resxt Plutonium Staff
                  replied to CoBa_09 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_09undefined 1 Reply Last reply
                  0
                  • CoBa_09undefined Offline
                    CoBa_09undefined Offline
                    CoBa_09
                    replied to Resxt on last edited by
                    #19

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

                    1 Reply Last reply
                    1
                    • Medisonundefined Offline
                      Medisonundefined 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?

                      Resxtundefined 1 Reply Last reply
                      0
                      • Medisonundefined Offline
                        Medisonundefined 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
                        • Resxtundefined Offline
                          Resxtundefined Offline
                          Resxt Plutonium Staff
                          replied to Medison on last edited by Resxt
                          #22

                          Medison by default no, but you can simply put a condition in the init function that checks for a server port or a dvar that you set in your server CFG and so on to disable the gun gamemode while keeping the script installed, lots of easy solutions

                          You can see my mapvote for an example

                          As for the errors I don't know

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

                            Resxt it is possible in this script to change gun after 2 kills not 1

                            Resxtundefined 1 Reply Last reply
                            0
                            • Resxtundefined Offline
                              Resxtundefined Offline
                              Resxt Plutonium Staff
                              replied to Medison on last edited by
                              #24

                              Medison should be doable by editing several parts of the script, especially around level.gun_game_weapons_amount

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

                                Resxt Can you please do it in this file because I don't really understand what needs to be edited https://drive.google.com/file/d/19FFdNBL3-2R98Yv2dwT1qgE3rLqX1Go6/view?usp=sharing

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

                                  Resxt Sorry if I'm bothering you with all this, how to add specialist streak in this script and make zero damage knife?

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

                                    Resxt Regarding the knife, I already found your script, disable damage

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

                                      Resxt by the way deepseek able to edit script and it works great (i mean about 2 kills)

                                      Resxtundefined 1 Reply Last reply
                                      0
                                      • Resxtundefined Offline
                                        Resxtundefined Offline
                                        Resxt Plutonium Staff
                                        replied to Medison on last edited by
                                        #29

                                        Medison I forgot about this sorry, so all good now?

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

                                          Resxt Nothing to be sorry about and yeah 2 kills works great

                                          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