Converting to FiveM cars!

Hey!

I am starting up a new server and I was wondering how to convert yft & ytd files (lspdfr cars) into FiveM ready files (The Photo of the files I want to convert is below). I really need help and would be greatful if someone could help!

Screenshot 2022-06-14 182801

I think it can help you click

then you have to create a folder called anything (car for example)

  • put your car files(.meta files) inside car folder
  • create a stream folder in that car folder and put those files(yft, ytd, …) inside
  • create a fxmanifest.lua in car folder like this :
fx_version 'cerulean'
games { 'rdr3', 'gta5' }
 
files { --your car files(.meta)
    'vehicles.meta',
    'carvariations.meta',
    'carcols.meta',
    'handling.meta'
}
--your car files(.meta)
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 'DLCTEXT_FILE' 'dlctext.meta'

and start your car resource in your server

1 Like

Thank you so much!

Where do you find the Meta files though?

This might also be useful

1 Like

These might help you (thanks to TayMcKenzieNZ)

1 Like