Add-on cars next to original cars
-
Dear modders,
I have a question, I installed two car mods (s65w222 and Rolls Royce Dawn, great mods!!), the mods are installed at the "special" mod folder in the gta5 directory. Is it possible to find add-on cars in the game? The way I installed it now, it's not possible to find them. Added in the dlcpacks folder. I am aware that replacing will solve the problem, but I want to add them.
Question 1: is it possible
Question 2, if yes: how to do?
-
@Maxmod You mean you want to add add-on vehicles to the traffic?
Yes, it's easy and can be done. If you like to learn, let me know.
-
@Akila_Reigns correct, please Tell me
-
@Maxmod I'll copy and paste the parts you want to know from my tutorial..
That way, you don't have to read the whole thing.Spawn add-on cars in traffic:
You need to edit the popgroups.ymt. As far as I can remember, it's encrypted in the PC version, so you need a console version to edit it. One can be found here.
To add the vehicle into traffic, paste this: <Item><Name>"vehiclemodelname"</Name><Variations type="NULL"/></Item>
Type the spawn name of the vehicle in (vehiclemodelname) part.
Example:
<Item><Name>venomf5</Name><Variations type="NULL"/></Item>
There are a few vehicle groups.
<Name>VEH_POOR</Name> = Poor vehicles.
<Name>VEH_MID</Name> = Middle class vehicles.
<Name>VEH_RICH</Name> = Luxury cars.
<Name>VEH_HAULAGE</Name> = Vehicles that can haul.
<Name>VEH_UTILITY</Name> = Utility vehicles.
<Name>VEH_FREEWAY</Name> = Vehicles that spawn in Freeways.
<Name>VEH_LARGE_CITY</Name> = Vehicles that spawn in large cities.
<Name>VEH_COUNTRYSIDE_OFFROAD</Name> = Vehicles that appear in Blaine County, Off road.
<Name>VEH_COUNTRYSIDE_ONROAD</Name> = Vehicles that appear in Blaine County, On road.
<Name>VEH_YANKTON</Name> = Vehicles that appear in North Yankton.
<Name>VEH_BIKES</Name> = Bikes.
<Name>VEH_ARMY</Name> = Army vehicles.
<Name>VEH_BOATS</Name> = Boats.
<Name>VEH_BICYCLES</Name> = Bicycles.
<Name>VEH_BEACH_BIKE</Name> = Bicycles that appear on beaches.
<Name>VEH_LOST</Name> = Lost MC's vehicles.
<Name>VEH_COPCAR</Name> = Police vehicles.
<Name>VEH_COPRURAL</Name> = Police vehicles that appear in Blaine County.
<Name>VEH_HWAYCOP</Name> = Highway police vehicles.
<Name>VEH_TAXI</Name> = Commercial vehicles.
<Name>VEH_AIRPORT</Name> = Airport vehicles.
<Name>VEH_TRANSPORT</Name> = Transport vehicles.
When adding one car can be added under several groups given above. For an example, a Bugatti Chiron can be added under <Name>VEH_RICH</Name> and <Name>VEH_FREEWAY</Name>.
After adding, replace the original popgroups.ymt in mods\update\update.rpf\x64\levels\gta5.
-
@Akila_Reigns thanks for your quick reply. Thanks for your tutorial, very clear