How to enable Unlimited Sprint in MW3?
-
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
-
FutureRave When using your mod and botwarfare, a crash occurs when you try to add a bot on the map (((
-
Use my mod at your own risk. I do not plan to provide support it.
May I suggest you try the plugin -
FutureRave
what plugin? the problem is that even when I compile the ff mod myself and leave only perctable.tsv there and try to add a bot, the game still crashes. i wanted to play with bots and add cut perks, i already edited perctable.csv and put back about 20 working cut perks back into the game. Do you have any ideas how to make this work? -
Black-maks
"What plugin?" - The plugin I linked you.
Yes I know how to add unlimited sprint. I've bee trying to explain you how I've done it with zonetool.