carvariations.ymt

From GTAMods Wiki
Jump to navigation Jump to search
carvariations.meta / carvariations.#mt
Struct:CVehicleModelInfoVariation
File Type:VEHICLE_VARIATION_FILE

carvariations is used assigning colors, kits, lights, etc to vehicles in GTA V. For modifying these settings, see carcols.ymt. This file is the successor to carcols.dat in previous games.

variationData

Struct:CVehicleVariationData



modelName

Vehicle model name.

colors

Struct:CVehicleModelColorIndices



There can be only 25 color variations per vehicle. Exceeding that amount will cause color ID's to overlap eachother.

indices

Colors IDs, called from carcols.ymt. Those ID's are listed in an array with up to 6 ID's.

  • First ID: Primary Color
  • Second ID: Secondary Color
  • Third ID: Pearlescent Color
  • Fourth ID: Wheel Color
  • Fifth ID: Extra1 Color (typically used for interiors)
  • Sixth ID: Extra2 Color (typically used for dials)

Some recent DLC vehicles feature a seventh color ID, however it doesn't do anything and is ignored by the game.

liveries

Sets whether or not to use a livery texture in the vehicle's .ytd. This will not toggle on modkit liveries or livery2's.

Value: true or false.

The Items position under liveries is the texture's number. Example: If you wanted to set the Marshall to use livery #8 (flag_sign_8 in marshall.ytd), you would set the eighth Item to true.

kits

kitName in carcols.ymt that the vehicle uses.

windowsWithExposedEdges

  • window_lf
  • window_rf

plateProbabilities

Struct:PlateProbabilities



Chances for what color license plate the vehicle will have.

Name

Name of the license plate color.

  • Standard White
  • White Plate 2
  • Blue Plate
  • Yellow Plate
  • Police guv plate
  • yankton plate

If one creates custom license plates, any name defined in "TextureSetName" in carcols.ymt can be used here.

Value

Percentage that it will be that color. Values should add up to 100.

lightSettings

Lighting assignment ID for the vehicle, called from carcols.ymt.

sirenSettings

Siren assignment ID for the vehicle, called from carcols.ymt.