Hello! i am not sure if this is the right topic but ill write it here:
as you can see on the title today ill tell you how to transfer an gta single player car to fivem ready!
If the car has the files ready:
1.Take the files that end to yft,ytd
2.make a folder name stream and add the yft,ytd files in there
3.create a _resource.lua and leave it blank
4.if the vehicle has files that end to .meta add them or inside the folder without anything or make a new folder called data and add them inside after you have to update the _resouce.lua here is an example:
files {
‘vehicles.meta’,
‘carvariations.meta’,
‘carcols.meta’,
‘handling.meta’,
‘vehiclelayouts.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 ‘VEHICLE_LAYOUTS_FILE’ ‘vehiclelayouts.meta’
If the folder has an dlc.rpf:
1.add the dlc.rpf in openiv
2.try finding for the car model it should be on levels and something i dont remember sorry
3.if you find it repeat the same steps from above…
NOTE: If an _resource.lua exist already keep it!
If i forgot to add something let me know in the comments of this post!