Nice update. So with the scripting improvements, does this mean that the cops will no longer auto-detect/become aware of your position when they get within a certain range even though there is no way they have line of sight on you?
Sir Joseph Dirt
View profile on GTA5-Mods.com »
Posts made by Sir Joseph Dirt
-
RE: [COLLECTION][REL] Realism Dispatch Enhanced (RDE) 3.1
-
RE: Champagne Bottle file location?
GTA V > x64i.rpf > levels > gta5 > props > commercial > v_bar.rpf
prop_champ_01a.yft
prop_champ_01b.yftThere's also a bunch of other champagne bottle variations in that .rpf as well.
-
RE: GTA 5 total ammo and clip size edit.
Search for "AmmoMax value=" and change the numbers to whatever you want them to be.
<Item type="CAmmoInfo">
<Name>AMMO_PISTOL</Name>
<Model />
<Audio />
<Slot />
<AmmoMax value="100" />
<AmmoMax50 value="100" />
<AmmoMax100 value="100" />
<AmmoMaxMP value="100" />
<AmmoMax50MP value="100" />
<AmmoMax100MP value="100" />
<AmmoFlags />
</Item> -
RE: GTA 5 total ammo and clip size edit.
In the weapons.meta file, hit Ctrl + F and search for "AMMO_PISTOL"
Scroll down a few lines and you'll see where you can edit the max ammo values for each group of weapons (pistol, smg, rifle, shotgun, etc.)
For the magazine sizes, search for "Clipsize value=" and keep keep going to the next match until you get to the individual weapons and change the magazine size to whatever you want for that particular weapon.