vehiclelayouts.meta
itself should ideally be loaded prior to vehicles.meta
, as add-ons with nonstandard layouts and right-hand drive configurations become problematic if it is loaded afterwards.
Doing this has actually fixed crashing with nonstandard and right-hand drive-configured layouts, as I’ve experimented with this myself.
files {
'data/**/*.meta',
}
data_file 'HANDLING_FILE' 'data/**/handling.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/**/vehiclelayouts.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/**/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/**/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/**/carvariations.meta'