DLC vehicle example
Create scripting/client/resources/meteor/resource.toml:
toml
type = "dlc"
main = "stream.toml"Create the referenced stream.toml:
toml
files = ["stream"]
[meta]
"stream/handling.meta" = "HANDLING_FILE"
"stream/vehicles.meta" = "VEHICLE_METADATA_FILE"
"stream/carcols.meta" = "CARCOLS_FILE"
"stream/carvariations.meta" = "VEHICLE_VARIATION_FILE"Put the model, texture, and referenced metadata files under stream/. Extract them from any RPF package first; VIMP does not stream dlc.rpf.
After a clean client restart and successful mount, spawn the vehicle with vimp.hash('meteor'), replacing meteor with the model name declared in vehicles.meta.