How to enable Unlimited Sprint in MW3?
-
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.
-
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
-
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)
-
Afaik, there is no unlimited sprint for iw5. This may require an external dll mod but for servers
-
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)
-
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
-
PutPut they are dvars, just put them in your game's console or your server cfg like any other dvar
-
Czar_ simply add/remove perks.
So for extreme conditioning add thisif ( !self _hasPerk( "specialty_longersprint" )) { self givePerk( "specialty_longersprint", false ); // Extreme conditioning self givePerk( "specialty_fastmantle", false ); // Extreme conditioning PRO }
-
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#L80So 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.
-
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 -
Сan someone collect and throw off the ff file of the mod?
-
Resxt can you help create FF mod files?
-
no idk how to do that
-
Who knows how to use zonetool and can create ff mod files please help
-
- 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
-
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?
-
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.
-
FutureRave I managed to create a ff file and make the marathon and jumpdive perks work, thanks for the help.
-
You are welcome