Tutorials Navigation
Various GTA 4 PC Mods [Ammo/Weapons/Force]
Tutorial Name: Various GTA 4 PC Mods [Ammo/Weapons/Force]
Category: PC Tutorials
Submitted By: FinancialChad
Date Added:
Comments: 4
Views: 5,947
Related Forum: PC Building Forum
Share:
These are tutorials on modding each one, with a description of each. I just submitted another tutorial on preparing a modding workspace, so if it gets published please view it
Adding Force to Punches/Kicks
Look for the code;
<physics force ="100"/>
Now to add force to Kicks/Punches your going to want to change from anywhere from
"0" being the lowest and
"1000000" being the highest. Change the code according to that timescale. Anything above that will result in errors, so don't risk it. Sometimes punching cars will not work, and will sometimes freeze. There are not many other errors I have found with it, but you have been warned.
Modding Ammo/Cartridge Size
Expecting that you have gotten to understand the way the mods work, under each gun name there will be a list of information. Like so.
[ Register or Signin to view external links. ]
For example I am going to be using the Deagle as an example.
The information of the gun will be under it.
To mod how many bullets each cartridge holds follow these steps.
Scroll over to the right of the code I just showed you. You should see the code
Change the number to whatever amount of ammo per cartridge you want each cartridge to hold. For example I will change it to: clipsize="100"
Now in game when I use the Deagle it will hold 100 bullets per cartridge. This is useful when you mod infinite ammo, because you won't have to keep reloading.
To mod the max amount of ammo per gun, scroll a little more over to the right of a gun information. Find this code
To add ifinite ammo enter
"9999999999999"
After the "Ammomax="
This will be so that when you spawn in game, you will have that many ammount of ammo that you modded it to.
[ Register or Signin to view external links. ]
For example I am going to be using the Deagle as an example.
The information of the gun will be under it.
To mod how many bullets each cartridge holds follow these steps.
Scroll over to the right of the code I just showed you. You should see the code
clipsize="9"
Change the number to whatever amount of ammo per cartridge you want each cartridge to hold. For example I will change it to: clipsize="100"
Now in game when I use the Deagle it will hold 100 bullets per cartridge. This is useful when you mod infinite ammo, because you won't have to keep reloading.
To mod the max amount of ammo per gun, scroll a little more over to the right of a gun information. Find this code
ammomax="1500"
To add ifinite ammo enter
"9999999999999"
After the "Ammomax="
This will be so that when you spawn in game, you will have that many ammount of ammo that you modded it to.
How to Mod Reload time
Modding Reload time for a certain weapon is quite simple. In the weapon information find this code
For this mod you are going to want to change all the numbers to the same number. For example if were to change the reload time to 999999 I would also have to change the numbers for fasttime and crouchtime as well.
Or else the mod will not work, and it will have some errors through out.
This mod will make it so whenever you reload a weapon it will do it
<reload time="2000" fasttime="2000" crouchtime="2000"
For this mod you are going to want to change all the numbers to the same number. For example if were to change the reload time to 999999 I would also have to change the numbers for fasttime and crouchtime as well.
Or else the mod will not work, and it will have some errors through out.
This mod will make it so whenever you reload a weapon it will do it
Ratings
Comments
FinancialChadPosted:
nicksilver1 what kind of pogram do I use to mod GTA IV just like this?
This isn't an Xbox GTA 4 Modding Tutorial, it is a PC one. So basicaly there is no modding program to download. You open the File, mod it the way you want and your done basically. Save and exit out.
^And for the other user, I will make a tutorial for that tommorow. Thanks for the suggestion.
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,492)
- 02. How to: Matrix Numbers | Batch File(1,903)
- 03. How to Password Protect Files on Windows(857)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,716)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,133)
- 06. How to embed an image on TheTechGame(3,098)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,981)
- 08. Host bot lobbies! Full Tutorial!(11,241)
- 09. Unban yourself [Plutonium BO2](14,240)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,385)
- 11. Best Crosshair Settings for Valorant(6,525)
- 12. Othercide The Surgeon Boss Guide(2,539)
- 13. Othercide Remembrances Unlock Guide(4,460)
- 14. Othercide Beginners Tips and Tricks(2,708)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,845)
"Various GTA 4 PC Mods [Ammo/Weapons/Force]" :: Login/Create an Account :: 4 comments