first car addon pack but mods doesnt show up
-
Hi i have created my first own car addon pack and everything seem to work but the addon cars modification doesnt show up i only see wheels window tint ect... no visual mods at all my guess is that the content.xml file isnt good
here is the part i edited<Item>
<filename>dlc_krypton79:/%PLATFORM%/vehiclemods/rs6_mods.rpf</filename>
<fileType>RPF_FILE</fileType>
<locked value="true"/>
<disabled value="true"/>
<persistent value="true"/>
<overlay value="true"/>
</Item>
<Item>
<filename>dlc_krypton79:/%PLATFORM%/vehiclemods/rampage10_mods.rpf</filename>
<fileType>RPF_FILE</fileType>
<locked value="true"/>
<disabled value="true"/>
<persistent value="true"/>
<overlay value="true"/>
</Item>
<Item>
<filename>dlc_krypton79:/%PLATFORM%/vehiclemods/rmodm4_mods.rpf</filename>
<fileType>RPF_FILE</fileType>
<locked value="true"/>
<disabled value="true"/>
<persistent value="true"/>
<overlay value="true"/>
</Item>
</dataFiles>
<contentChangeSets>
<Item>
<changeSetName>krypton79_AUTOGEN</changeSetName>
<filesToDisable />
<filesToEnable>
<Item>dlc_krypton79:/common/data/handling.meta</Item>
<Item>dlc_krypton79:/common/data/ai/vehiclelayouts.meta</Item>
<Item>dlc_krypton79:/common/data/levels/gta5/vehicles.meta</Item>
<Item>dlc_krypton79:/common/data/carcols.meta</Item>
<Item>dlc_krypton79:/common/data/carvariations.meta</Item>
<Item>dlc_krypton79:/common/data/dlctext.meta</Item>
<Item>dlc_krypton79:/%PLATFORM%/vehicles.rpf</Item>
<Item>dlc_krypton79:/%PLATFORM%/vehiclemods/rs6_mods.rpf</Item>
<Item>dlc_krypton79:/%PLATFORM%/vehiclemods/rampage10_mods.rpf</Item>
<Item>dlc_krypton79:/%PLATFORM%/vehiclemods/rmodm4_mods.rpf</Item>
</filesToEnable>
<txdToLoad />
<txdToUnload />
<residentResources />
<unregisterResources />
</Item>
<Item>
<changeSetName>krypton79_UNLOCKS_AUTOGEN</changeSetName>
<filesToDisable />
<filesToEnable>
<Item>dlc_krypton79:/common/data/krypton79ContentUnlocks.meta</Item>
</filesToEnable>thank you for taking the time to help