Add on parts/tuning

I go some issues trying to get my modifications work. I can spawn my add-on cars but the tuning is not working at all. My car and the tuningparts is in the same stream file. Do i need to do something with the xml files? (content and setup2)

This is my _resource.lua

resource_manifest_version ‘77731fab-63ca-442c-a67b-abc70f28dfa5’

files {
‘carvariations.meta’,
‘dlctext.meta’,
‘handling.meta’,
‘vehicles.meta’,
‘carcols.meta’,
}

data_file ‘VEHICLE_VARIATION_FILE’ ‘carvariations.meta’
data_file ‘DLCTEXT_FILE’ ‘dlctext.meta’
data_file ‘HANDLING_FILE’ ‘handling.meta’
data_file ‘VEHICLE_METADATA_FILE’ ‘vehicles.meta’
data_file ‘CARCOLS_FILE’ ‘carcols.meta’

Any suggestions?

You don’t really need the dlctext.

Also take a look at other addon car resources to use as a guide. The data folder is a good way to keep things neat.

Also any errors come out, any mixed textures?

alright, all textures works great. Its just the tuning/modification parts. Becuase there´s no modification options at all that works for me on the add-ons

This should not be in #development:tutorials :frowning:

Hmm don’t think it was earlier, I have not moved it :thinking: