How to stream vehicles.meta?

Hi all,

I have been having some issues regarding streaming the vehicles.meta server-wide. I have a code in place for it, but it doesn’t seem to work. When I restart the resource, all the vehicles do delete themselves and need ones are created so it does something. It also states in F8 upon joining the server, that it was mounted to CVehicleMetaDataFileMounter. But it doesn’t change anything when I tweak the vehicles.meta file, for instance default tints or what handling vehicle to use. I am using the vehicles.meta that I exported with OpenIV from the GTA-V base game.

__resource.lua content:

resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'

files {
    'data/vehicles.meta'
}

data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'

Hello, I’m looking forward to this.
I’m currently trying to stream vehicles.meta aswell.
For like, replacing sound from another vehicle or best, fixing the LOD bug causing vehicle to despawn…

Any news ?



If someone could tell if this is possible at least.

Also still curious about this issue. I am attempting to add addon trailers to the default semi trucks, but the vehicles in game are not registering them. I have properly added the trailers in the additional trailers in the vehicles.meta file.