Carvariations.ymt

I have a add on im working on. I have the vehicles.meta setup, but how do i set up the Carvariations.ymt. I’ve tryed putting into the lua as a this: https://gyazo.com/6e00cafe04ee4c191932b38d58fe32c4 . To no avail it didnt work. i am starting to get annoyed of this. Is there a way to convert it or anything? Please Reply ASAP.

Rename it from carvariations.ymt to carvariations.meta

Thats it?

Yes…

Didnt work.

Did you rename both of them?

Use what you need from this and delete the stuff you don’t:

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

data_file 'VEHICLE_LAYOUTS_FILE' 'data/vehiclelayouts.meta'
data_file 'CARCOLS_FILE' 'data/carcols.meta'
data_file 'HANDLING_FILE' 'data/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/carvariations.meta'


files {
	'data/vehiclelayouts.meta',
	'data/carcols.meta',
	'data/handling.meta',
	'data/vehicles.meta',
	'data/carvariations.meta',
}

Just note that I put these files in a folder called data