Can someone verify I made all these files correctly?

Hello everyone. I am rather new to making modded cars and I found a car off gtavmods.com and have followed countless videos on how to do this, but when I try and put it in the server, it says “Could not load resource: Dodge”
Dodge is what I named the folder. I copied and pasted my resource.lua below

resource.lua

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

files {
‘vehicles.meta’,
‘carvariations.meta’,
‘carcols.meta’,
‘handling.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’

Ive used that. No success, thanks though. :frowning:

template.rar (587 Bytes)

there ya go just read the readme

Worked. Thanks. Really appropriate it.

1 Like