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!
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!
I think it can help you click
then you have to create a folder called anything (car
for example)
car
folderstream
folder in that car
folder and put those files(yft, ytd, …) insidecar
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
Thank you so much!
Where do you find the Meta files though?
This might also be useful
https://github.com/TayMcKenzieNZ/vehiclepack
These might help you (thanks to TayMcKenzieNZ)