Someone who have this FiveM ready?

1 Like

It’s not difficult to do, you just need to make a folder, in which case you’d call it “VanillaWorks”, inside that, add another folder and call it “stream”. All lowercase.

Insert all the vehicle YFT and YTD files into the “stream” folder.

Capture

Then, you just need to put all the META files inside the “VanillaWorks” folder and add a __resource.lua:

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

files {
‘vehicles.meta’,
‘carvariations.meta’,
‘carcols.meta’,
‘handling.meta’,
‘vehiclelayouts.meta’, – Not Required
}

data_file ‘HANDLING_FILE’ ‘handling.meta’
data_file ‘VEHICLE_METADATA_FILE’ ‘vehicles.meta’
data_file ‘CARCOLS_FILE’ ‘carcols.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘carvariations.meta’
data_file ‘VEHICLE_LAYOUTS_FILE’ ‘vehiclelayouts.meta’

2 Likes

Thanks

But what about the audio files?

1 Like

I haven’t figured that part out yet sorry

If it doesn’t work, you’ll have to use the fxmanifest format instead of __resource.lua

Okay because it dosent work