Can i add more Military Vehicles?
-
Hello, I'm have a question, can i add more Military Vehicles? I mean i don't wanna replace Original Military Vehicles with addoned Military vehicles i just wanna add More Vehicles For Military, Is it possible? If yes, then how?
-
Of course, it's possible. If you add addoned vehicles, it doesn't replace any original vehicles.
Unless, you are talking about Fort Zancudo?
-
Yep, im talking about Fort Zancudo, I'm wanna to military use other vehicles but not replace it. So this vehicles will be spawning in Fort Zancudo, And if its possible to military Drive/Fly them.
-
I've been experimenting with my files and I finally got a reliable answer to tell you
- Get a addon vehicle or existing vehicle, and go to its vehicles.meta. Go to <flags> and type:
FLAG_LAW_ENFORCEMENT
Optional, but you can set the vehicleClass to VC_Military.
This makes it that the vehicles will actually fight and try to stop the player.
- Go to \mods\update\update.rpf\common\data\ai
Open vehiclemodelsets.meta.
Copy:
<Item> <Name>REPLACETHISNAME</Name> <Variations type="NULL" /> <Probability value="1.000000" /> </Item>
For planes: Press control+f and type Military_planes
There will be two sections: Military_planes_big and Military_planes_small. You decide what size the plane is.
Helicopters:
Control+f and type ARMY_HELI.Vehicles:
Control-f ARMYOnce you've found the section you want, paste the code on the bottom of the last entry, and replace the name with the vehicle you want's id name. Save.
-
(VEHICLES ONLY) Go to \mods\update\update.rpf\x64\levels\gta5
Open popgroups.ymt.
Control+f VEH_ARMY.
Paste this:<Item> <Name>REPLACETHISNAME</Name> <Variations type="NULL"/> </Item>
Replace only the name with the vehicle you want's id.
- Go to \mods\update\update.rpf\common\data
Open dispatch.meta
Copy:
<Vehicle>REPLACETHISNAME</Vehicle>
Vehicles:
Paste them under crusader from
<Name>POLICE_CAR</Name> to <Name>SWAT_RIOT</Name>Helicopters:
Paste it under buzzard from <Name>SWAT_HELI</Name>Planes:
Paste it under buzzard from <Name>SWAT_HELI</Name>replace the name with the vehicle you want's id name. Save.
Sorry if this was confusing. I can elaborate more.
-
@Viccracenvy Thanks!
-
@Viccracenvy
But wait, im have a question... ( Im Little Confused Because Im New In Modding ) Its replace's Original Military Vehicles to Addoned Military Vehicles or it add's Vehicles For Military (Original vehicles is still used)?
-
@TheWolfPL132 It adds vehicles and keeps original. Be sure to mark my post as the answer if it helped you so it will show to other people who need help.
-
@Viccracenvy But the problem is... I don't know how i marks answer.
-
@TheWolfPL132 It's a giant post anyways. Make the question unsolved by going into Topic Tools, and then go to my post, click the three dots on the bottom right, and click mark as answer.
-
When I'm click this three dots, im have only: Bookmark, Flag this post for moderation.
-
And when i click on my post, then i can mark my post as answer. It says: "Mark this post as answer" but when i click this 3 dots on your post then I only have: "Bookmark" "Flag this post for moderation"
-
@Viccracenvy And i have question... It will be works the same with police vehicles?
-
This method works for any vehicle. But do you mean you want custom police vehicles?
-
@Viccracenvy I mean, i wanna do the same with police vehicles, so police will be still using original vehicles and addoned.
-
- Get a addon vehicle or existing vehicle, and go to its vehicles.meta. Go to <flags> and type:
FLAG_LAW_ENFORCEMENT
Optional, but you can set the vehicleClass to VC_EMERGENCY.
This makes it that the vehicles will actually fight and try to stop the player.
-
Go to \mods\update\update.rpf\common\data
Open dispatch.meta
Copy:<Vehicle>REPLACETHISNAME</Vehicle>
Vehicles:
Paste them under "police" from
<Name>POLICE_CAR</Name> to <Name>SWAT_RIOT</Name>Helicopters:
Paste it under polmav from <Name>SWAT_HELI</Name>Planes (idk if this works):
Paste it under polvmav from <Name>SWAT_HELI</Name>replace the name with the vehicle you want's id name. Save.
- Get a addon vehicle or existing vehicle, and go to its vehicles.meta. Go to <flags> and type:
-
@Viccracenvy Thanks,