carvariations.meta Guide - Vehicle Variants in GTA 5 2026

carvariations.meta Guide - Vehicle Variants in GTA 5 2026 for GTA 5

What is carvariations.meta?

The carvariations.meta file controls how vehicles appear when spawned in GTA 5 traffic or via trainers. It defines color combinations, wheel types, livery options, and extra configurations for each vehicle model. This is essential for addon vehicle modders who want their cars to appear with correct variants in 2026.

File location: common.rpf/data/ai/ (base game) or dlc.rpf/common/data/ai/ (DLC/addon)

Entry Structure

Parameter Function Example Values
modelName Vehicle model hash name adder, zentorno
colors Primary + secondary color combinations COLOR_RED, COLOR_BLACK
wheelType Default wheel category SPORT, MUSCLE, LOWRIDER
liveryIndex Assigned livery/paintjob number 0-15 (depends on model)
extras Toggleable extra parts (spoilers, etc.) Bitfield: 0-255

How to Add Entries for Addon Vehicles

  1. Open your addon's carvariations.meta in a text editor
  2. Add a new <Item> block with your vehicle's model name
  3. Define at least 3-5 color combinations for variety
  4. Set the appropriate wheelType for the vehicle class
  5. Configure extras if your model has toggleable parts
  6. Save and include in your addon's dlc.rpf

Color System

Colors use the game's internal color names from carcols.meta:

  • Metallic: METALLIC_RED, METALLIC_BLUE, METALLIC_BLACK
  • Classic: COLOR_WHITE, COLOR_BLACK, COLOR_SILVER
  • Matte: MATTE_RED, MATTE_BLACK
  • Chrome: COLOR_CHROME (single option)

Troubleshooting

Problem Cause Fix
Vehicle spawns all black Missing or invalid color entries Add valid color combinations
Wrong wheels on spawn Incorrect wheelType Match wheel type to vehicle class
Vehicle not in traffic Missing from popgroups + carvariations Add entries to both files

Comments0

No comments yet. Be the first to comment!