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

Plutonium

  1. Home
  2. MW3 Modding Support & Discussion
  3. How to enable Unlimited Sprint in MW3?

How to enable Unlimited Sprint in MW3?

Scheduled Pinned Locked Moved MW3 Modding Support & Discussion
24 Posts 6 Posters 1.3k 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.
  • Czar_undefined Offline
    Czar_undefined Offline
    Czar_
    wrote on last edited by
    #1

    So within the console, i've found some commands pertaining to sprint duration, but none of them do anything for my sprint, not even unlimited sprint with a 1 next to it.

    sv_cheats 1 doesn't do anything.

    From what I understand, I might need a GSC script but have no idea where to find the right kind. Is there anyone who might have access to such script/code and show me how to add this to my game? thank you very much.

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

      You will need GSC for that I'm pretty sure yes.
      I tried some things to no avail.
      What you're asking for seems to be a bit complex.

      Why do you need this? Maybe there's an easier alternative

      1 Reply Last reply
      1
      • Czar_undefined Offline
        Czar_undefined Offline
        Czar_
        wrote on last edited by
        #3

        Thank you for your response, I figured it was complex as there's nothing like that on here (I found a thread where a gsc script was shared but it was for BO2)

        I don't need this for any reason other than personal enjoyment on private match. I've always hated sprint limitations (in MW2 theres marathon but i'd rather use scavenger)

        Resxtundefined 1 Reply Last reply
        0
        • Pistakillaundefined Offline
          Pistakillaundefined Offline
          Pistakilla
          wrote on last edited by
          #4

          Afaik, there is no unlimited sprint for iw5. This may require an external dll mod but for servers

          1 Reply Last reply
          1
          • Resxtundefined Offline
            Resxtundefined Offline
            Resxt Plutonium Staff
            replied to Czar_ on last edited by
            #5

            Czar_ here are some alternatives that can be combined

            • A script to always give extreme conditionning
            • Another that makes it so that you have the same speed with all weapons you aren't slower when having an lmg or heavy sniper
            • Up the g_speed dvar a bit. Maybe to 209 (+10%)
            • Remove the slow after jumping with jump_slowdownEnable 0
            • Maybe even add bunny hopping to bhop easily until a certain location. It's not realistic/RP but it would work, this is optional but it's the closest to unlimited sprint (out of combat/in zones far from the battle)
            Czar_undefined A Former User? 2 Replies Last reply
            1
            • Czar_undefined Offline
              Czar_undefined Offline
              Czar_
              replied to Resxt on last edited by
              #6

              Resxt Thank you for your response, the gsc script seems to work but i noticed the perks say quickdraw and sleight of hand, which enable those perks at spawn, which values do I change and what do I change it to for extreme conditioning? thank you so much

              Resxtundefined 1 Reply Last reply
              0
              • A Former User? Offline
                A Former User? Offline
                A Former User
                replied to Resxt on last edited by
                #7

                Resxt Where do i need to insert these scripts? In which file i found "g_speed" and "jump_slowdownEnable 0"?

                Resxtundefined 1 Reply Last reply
                0
                • Resxtundefined Offline
                  Resxtundefined Offline
                  Resxt Plutonium Staff
                  replied to A Former User on last edited by
                  #8

                  PutPut they are dvars, just put them in your game's console or your server cfg like any other dvar

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

                    Czar_ simply add/remove perks.
                    So for extreme conditioning add this

                    if ( !self _hasPerk( "specialty_longersprint" ))
                    {
                        self givePerk( "specialty_longersprint", false ); // Extreme conditioning
                        self givePerk( "specialty_fastmantle", false ); // Extreme conditioning PRO
                    }
                    
                    Black-maksundefined 1 Reply Last reply
                    0
                    • FutureRaveundefined Offline
                      FutureRaveundefined Offline
                      FutureRave VIP
                      wrote on last edited by FutureRave
                      #10

                      This is totally possible with minimal effort.

                      I have a mod that adds the marathon perk (from MW2) to the perkstable.csv
                      https://github.com/diamante0018/InfectedGSC/blob/main/raw/mp/perkTable.csv#L80

                      So all you need to do is create a mod that modifies the perks table CSV file. You need zonetool to build a mod fastfile. After that you may just give yourself the perk with a simple GSC script.

                      Black-maksundefined 1 Reply Last reply
                      0
                      • Black-maksundefined Offline
                        Black-maksundefined Offline
                        Black-maks
                        replied to FutureRave on last edited by
                        #11

                        FutureRave could you give me a link to the finished ff file
                        corrected perctable csv. No matter how I tried to collect the mod through zonetool and run it through fsgame, these perks refuse to work

                        1 Reply Last reply
                        0
                        • Black-maksundefined Offline
                          Black-maksundefined Offline
                          Black-maks
                          wrote on last edited by
                          #12

                          Сan someone collect and throw off the ff file of the mod?

                          1 Reply Last reply
                          0
                          • Black-maksundefined Offline
                            Black-maksundefined Offline
                            Black-maks
                            replied to Resxt on last edited by
                            #13

                            Resxt can you help create FF mod files?

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

                              no idk how to do that

                              1 Reply Last reply
                              0
                              • Black-maksundefined Offline
                                Black-maksundefined Offline
                                Black-maks
                                wrote on last edited by
                                #15

                                Who knows how to use zonetool and can create ff mod files please help

                                1 Reply Last reply
                                0
                                • FutureRaveundefined Offline
                                  FutureRaveundefined Offline
                                  FutureRave VIP
                                  wrote on last edited by
                                  #16
                                  • Get yourself zonetool.dll and zonetool iw5 binary
                                  • Download the repository I linked
                                  • Put the contents of the raw folder inside a folder called zonetool in the game folder of iw5
                                  • Put mod.csv in a folder called zone_source
                                  • Open iw5 zonetool and type buildzone mod
                                  • Go to zone/english and find mod.ff
                                  • Put that in storage/iw5/mods/modname
                                  • Set fs_game dvar
                                  • Enjoy
                                  1 Reply Last reply
                                  0
                                  • Black-maksundefined Offline
                                    Black-maksundefined Offline
                                    Black-maks
                                    wrote on last edited by Black-maks
                                    #17

                                    FutureRave I did everything as you said, but when I create a ff mod file, it has a size of 12 kb, it seems to me that this is very small. I launched the game and entered the fs_game mods / bots command, but the perks did not work, although I gave them to myself through the script. Can you just post a link to the ff file?

                                    1 Reply Last reply
                                    0
                                    • FutureRaveundefined Offline
                                      FutureRaveundefined Offline
                                      FutureRave VIP
                                      wrote on last edited by
                                      #18

                                      Hi Black-maks, even if I send you a fast file with the perks table modified you will still have to give unlimited sprint yourself the perk with another script and I honestly don't remember how to do that.
                                      I just remembered that not too long ago I made a server plugin for pluto IW5 that adds a console command you can use to give yourself unlimited sprint.

                                      marathonPerk <player num>

                                      if you don't know how to create a fast file and do it with GSC this plugin is probably going to make it easier for you. The following plugin does many other things as well so perhaps it's also not entirely suited for this purpose. So I think you still figure out how to create fastfile and give yourself perk with GSC scripts.

                                      DisablePlutoChat

                                      Black-maksundefined 1 Reply Last reply
                                      0
                                      • Black-maksundefined Offline
                                        Black-maksundefined Offline
                                        Black-maks
                                        replied to FutureRave on last edited by
                                        #19

                                        FutureRave I managed to create a ff file and make the marathon and jumpdive perks work, thanks for the help.

                                        1 Reply Last reply
                                        0
                                        • FutureRaveundefined Offline
                                          FutureRaveundefined Offline
                                          FutureRave VIP
                                          wrote on last edited by
                                          #20

                                          You are welcome

                                          1 Reply Last reply
                                          0

                                          • 1
                                          • 2
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Donate