Replace any vehicle in GTA 5 | Lvl1 ∙ Part 4 ►Working Tuning
Learn how to replace any vehicle in GTA 5 by any mod.
--
Hooray, it’s finally here. Tutorial part for proper working tuning of your new Lambo ! I believe you was waiting to read this part as impatient as I was to write this part as I know lot of people have problem with this part of replacing. So without unnecessary words let’s get to the work.
Explaining of carcols data
In every carcols file there are first data for each vehicle starting as the Kits after this section is closed at very end of the file there is another sections which are Wheels, Lights, Sirens, GlobalVariationData and XenonLightColors. This section can be changed in mods but it affect all the vehicles mentioned inside of carcols file so I don’t recommend you changing these data and we will focus on explaining and editing only Kits section of carcols file at this moment.
As usual first of all I will show you the starting point of the vehicle’s data in carcols file:
<Item>
<kitName>NUMBER_CARNAME_modkit</kitName>This time it’s not only the name of the file but there is a number added at the start. Each vehicle have different number and you can’t add random name or number as we did in handling.meta. This numbers are a way how to connect carcols and carvariations files. More details in editing section of this tutorial.
id value
Mostly the ID number is same as number in previous line but sometimes it’s different and in some cases it’s even different in one carcols file than in other for the same vehicle. Keeping this number always same is ok, but we will don’t touch these first lines. You could care about these lines only if you would like to add new tunings which I don’t recommend until you are really experienced as it’s a bit more complicated than it sounds.
kitType
This line is mostly the same as ‘type’ line inside of vehicles.meta which is just category of vehicle which is using these tuning parts. No reason to change this anytime.
visibleMods
This line is beginning of data for every single tuning part model. Every tuning part…