How to swap our server to add-on vehicles?

Hi,

I’m looking to find how I can stream add-on vehicles to our server as opposed to replace ones. I’ve seen it done previously on the DoJRP and SOE servers and feel it would have numerous benefits to the server. However, I can’t find a definitive guide anywhere on exactly how to do it.

I’ve also read online that merging the vehicle files into one resource would keep the number of resources down significantly, so I’d like to do this as well if possible. If anyone could possibly show me or direct me to a guide that explains the process of doing it, I’d be extremely grateful!!

Kind Regards,

Razari

possible to do so make sure u got the carvar and meta files and you can addon anything personally on my server we got town and it works like a charm Yout resource file should look like this

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

files {
‘data/vehicles.meta’,
‘data/carcols.meta’,
‘data/carvariations.meta’,
}

data_file ‘VEHICLE_METADATA_FILE’ ‘data/vehicles.meta’
data_file ‘CARCOLS_FILE’ ‘data/carcols.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘data/carvariations.meta’

client_script ‘data/vehicle_names.lua’

Thanks for the reply!

But, how am I exactly supposed to do it? I understood I’d need additional files than when I used ‘replace’ vehicles, but isn’t there any way I could get a definitive guide on how to do it? Or is there somewhere online I could go to?

Cheers.

id say download a car pack that allready has the files and add up from there

there are a few car packs on here . Even then you can see how it works by checking the files