What is the best way to organize custom cars?

Hello, I’m trying to find a way to organize my cars folder for my sanity’s sake. I have made a folder as carpack in which there’s two different folders named “data” and “stream”. The data folder includes subfolders named as “Make-Model” ----> *.meta files. my manifest looks like this

fx_version ‘cerulean’ game ‘gta5’

files {
‘caraddoncontentunlocks.meta’,
‘carcols.meta’,
‘carvariations.meta’,
‘dlctext.meta’,
‘handling.meta’,
‘vehiclelayouts.meta’,
‘vehicles.meta’,
}
data_file ‘CARCOLS_FILE’ ‘data//carcols.meta’
data_file ‘CONTENT_UNLOCKS_FILE’ 'data/
/contentunlocks.meta’
data_file ‘DLC_TEXT_FILE’ ‘data//dlctext.meta’
data_file ‘HANDLING_FILE’ 'data/
/handling.meta’
data_file ‘VEHICLE_LAYOUTS_FILE’ ‘data//vehiclelayouts.meta’
data_file ‘VEHICLE_METADTA_FILE’ 'data/
/vehicles.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘data/**/carvariations.meta’

But neither the cars or the assets are loading. Any help?

I would recommend looking at my new Forum posted about combining cars together it is pending at the moment but this should help you

Can you drop the link?