Car tuning
-
I have a question regarding car tuning mod . Is it possible to disable a specific features? For example, I want to disable sentinel2 bumper or skirt so that there will be no messed up sentinel2 in GTA if the tuning is not compatible? Like the BMW Z4 replaced sentinel2.
I think it is in carcols, Im not so sure though.
Thanks in advance.
-
@lowtuneduser It can be done in carcols, you are right.
-
@yeahhmonkey @lowtuneduser
This is a part from the carcols in an add-on DLC.<Item>
<kitName>1212_vgt12_modkit</kitName>
<id value="1212" />
<kitType>MKT_SPECIAL</kitType>
<visibleMods>
<Item>
<modelName>12_exhst1</modelName>
<modShopLabel>blkexhst</modShopLabel>
<linkedModels />
<turnOffBones>
<Item>misc_a</Item>
</turnOffBones>
<type>VMT_EXHAUST</type>
<bone>chassis</bone>
<collisionBone>chassis</collisionBone>
<cameraPos>VMCP_DEFAULT</cameraPos>
<audioApply value="1.000000" />
<weight value="20" />
<turnOffExtra value="false" />
<disableBonnetCamera value="false" />
<allowBonnetSlide value="true" />
</Item>If you delete all those under
<visibleMods>and name it to
<visibleMods />
It may work, I'm not 100% sure.
-
Thank you for the response. I will try later to configure my carcols for a specific tuning parts to be disabled.
-
So yeah! I can confirm that you can disable specific tuning under carcols. I use carcols.ymt to xml file from https://www.gta5-mods.com/tools/carcols-ymt-converted-into-xml-format (for non-DLC cars) and just remove <visibleMods></visibleMods> or a specific tune parts in there and that's it! The game will not load that tuning part even if you go to Menyoo custom, it will show nothing.
-
@lowtuneduser Glad to hear that.
-
Thanks Akila_Reigns!