Skip to main content

Visible Modification Types (VMT)

Reference guide for all Vehicle Modification Type (VMT_) identifiers used in carcols.meta files. These define the categories of visual and performance modifications available for vehicles.

Exterior Modifications

VMT TypeDescription
VMT_SPOILERSpoilers and aerodynamic elements
VMT_BUMPER_FFront bumper assemblies
VMT_BUMPER_RRear bumper assemblies
VMT_SKIRTSide skirts and body trim
VMT_EXHAUSTExhaust systems and pipes
VMT_GRILLFront grilles
VMT_BONNETHood/bonnet panels
VMT_WING_LLeft-side wings and fenders
VMT_WING_RRight-side wings and fenders
VMT_ROOFRoof panels and hardtops
VMT_DOOR_LLeft door assemblies
VMT_DOOR_RRight door assemblies
VMT_TRUNKTrunk/boot lid

Interior Modifications

VMT TypeDescription
VMT_INTERIOR1First tier interior customization
VMT_INTERIOR2Second tier interior customization
VMT_INTERIOR3Third tier interior customization
VMT_INTERIOR4Fourth tier interior customization
VMT_INTERIOR5Fifth tier interior customization
VMT_SEATSSeat upholstery and covers
VMT_STEERINGSteering wheel options
VMT_KNOBDashboard/control knobs
VMT_PLAQUEInterior plaques and badges

Chassis & Body Customization

VMT TypeDescription
VMT_CHASSISPrimary chassis/body kit
VMT_CHASSIS2Secondary chassis customization
VMT_CHASSIS3Tertiary chassis customization
VMT_CHASSIS4Quaternary chassis customization
VMT_CHASSIS5Quinary chassis customization
VMT_HYDROHydraulic lowering systems

Engine Bay Modifications

VMT TypeDescription
VMT_ENGINEBAY1First tier engine bay customization
VMT_ENGINEBAY2Second tier engine bay customization
VMT_ENGINEBAY3Third tier engine bay customization

Performance Modifications

VMT TypeDescription
VMT_ENGINEEngine upgrades and tuning
VMT_BRAKESBrake system upgrades
VMT_GEARBOXTransmission/gearbox upgrades
VMT_SUSPENSIONSuspension and handling modifications
VMT_TURBOTurbocharger installation
VMT_NITROUSNitrous oxide boost systems
VMT_ARMOURVehicle armor and plating
VMT_TYRE_SMOKETire smoke color customization

Audio & Customization

VMT TypeDescription
VMT_HORNCustom horns and sound effects
VMT_SUBWOOFERAudio system and subwoofer options
VMT_ICEStereo/Ice system customization

Specialty Modifications

VMT TypeDescription
VMT_LIVERY_MODLivery and paint job options
VMT_LIGHTBARLight bar installation (emergency vehicles)
VMT_PLTHOLDERLicense plate holder styles
VMT_PLTVANITYVanity license plates

Implementation Example

In carcols.meta, VMT types are used in the <type> field of visible modifications:

<visibleMods>
<Item>
<modelName>07gal_spoiler1</modelName>
<modShopLabel>07gal_spoiler1</modShopLabel>
<linkedModels />
<turnOffBones>
<Item>misc_a</Item>
</turnOffBones>
<type>VMT_SPOILER</type>
<bone>chassis</bone>
<collisionBone>chassis</collisionBone>
<cameraPos>VMCP_DEFAULT</cameraPos>
<audioApply value="1.0" />
<weight value="20" />
<turnOffExtra value="false" />
<disableBonnetCamera value="false" />
<allowBonnetSlide value="true" />
</Item>
</visibleMods>

And in the <statMods> section for performance upgrades:

<statMods>
<Item>
<identifier />
<modifier value="25" />
<audioApply value="1.000000" />
<weight value="20" />
<type>VMT_ENGINE</type>
</Item>
<Item>
<identifier />
<modifier value="65" />
<audioApply value="1.000000" />
<weight value="5" />
<type>VMT_BRAKES</type>
</Item>
</statMods>

Important Notes

  • Interior tiers (VMT_INTERIOR1-5) allow for progressive interior customization levels
  • Chassis slots (VMT_CHASSIS2-5) are used for vehicles with layered body customizations
  • Performance mods (nitrous, turbo, etc.) may not display in LS Customs without proper vehicle flags set in vehicles.meta
  • VMT_ICE is legacy from older mod catalogs and refers to stereo/ice system customization
  • Multiple mod types can be combined on a single vehicle - use the appropriate VMT for each modification