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 Type | Description |
|---|---|
| VMT_SPOILER | Spoilers and aerodynamic elements |
| VMT_BUMPER_F | Front bumper assemblies |
| VMT_BUMPER_R | Rear bumper assemblies |
| VMT_SKIRT | Side skirts and body trim |
| VMT_EXHAUST | Exhaust systems and pipes |
| VMT_GRILL | Front grilles |
| VMT_BONNET | Hood/bonnet panels |
| VMT_WING_L | Left-side wings and fenders |
| VMT_WING_R | Right-side wings and fenders |
| VMT_ROOF | Roof panels and hardtops |
| VMT_DOOR_L | Left door assemblies |
| VMT_DOOR_R | Right door assemblies |
| VMT_TRUNK | Trunk/boot lid |
Interior Modifications
| VMT Type | Description |
|---|---|
| VMT_INTERIOR1 | First tier interior customization |
| VMT_INTERIOR2 | Second tier interior customization |
| VMT_INTERIOR3 | Third tier interior customization |
| VMT_INTERIOR4 | Fourth tier interior customization |
| VMT_INTERIOR5 | Fifth tier interior customization |
| VMT_SEATS | Seat upholstery and covers |
| VMT_STEERING | Steering wheel options |
| VMT_KNOB | Dashboard/control knobs |
| VMT_PLAQUE | Interior plaques and badges |
Chassis & Body Customization
| VMT Type | Description |
|---|---|
| VMT_CHASSIS | Primary chassis/body kit |
| VMT_CHASSIS2 | Secondary chassis customization |
| VMT_CHASSIS3 | Tertiary chassis customization |
| VMT_CHASSIS4 | Quaternary chassis customization |
| VMT_CHASSIS5 | Quinary chassis customization |
| VMT_HYDRO | Hydraulic lowering systems |
Engine Bay Modifications
| VMT Type | Description |
|---|---|
| VMT_ENGINEBAY1 | First tier engine bay customization |
| VMT_ENGINEBAY2 | Second tier engine bay customization |
| VMT_ENGINEBAY3 | Third tier engine bay customization |
Performance Modifications
| VMT Type | Description |
|---|---|
| VMT_ENGINE | Engine upgrades and tuning |
| VMT_BRAKES | Brake system upgrades |
| VMT_GEARBOX | Transmission/gearbox upgrades |
| VMT_SUSPENSION | Suspension and handling modifications |
| VMT_TURBO | Turbocharger installation |
| VMT_NITROUS | Nitrous oxide boost systems |
| VMT_ARMOUR | Vehicle armor and plating |
| VMT_TYRE_SMOKE | Tire smoke color customization |
Audio & Customization
| VMT Type | Description |
|---|---|
| VMT_HORN | Custom horns and sound effects |
| VMT_SUBWOOFER | Audio system and subwoofer options |
| VMT_ICE | Stereo/Ice system customization |
Specialty Modifications
| VMT Type | Description |
|---|---|
| VMT_LIVERY_MOD | Livery and paint job options |
| VMT_LIGHTBAR | Light bar installation (emergency vehicles) |
| VMT_PLTHOLDER | License plate holder styles |
| VMT_PLTVANITY | Vanity 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