Skip to main content

Showroom 16: GT Auto

Change Light Colors and Properties

success

You can edit this file while the game is running to see direct changes.

extension/ext_config.ini
[INCLUDE: ext_cfg_lights.ini]
DESCRIPTION = Control lights of the showroom
EXAMPLE = For LightColor1, you can specify every color of this palette with the $ before the color name - e.g. Color1 = $Red2 / Color2 = $CustomColor and so on..

# COLOR GROUP FOR EASY CHANGE.
# COLOR1 controls LightColor1 & so on.
# SPECIFY LIGHT INTENSITY BY PLAYING WITH VALUES FOR EACH LIGHT

Color1 = $WarmWhite
Color2 = $WarmWhite
Color3 = $WarmWhite
Color4 = $WarmWhite
Color5 = $WarmWhite
Color6 = $CoolWhite

# Color1
LightColor1 = $Color1
LightIntensity1 = 0.1
LightRange1 = 7
MaterialIntensity1 = 0.5
LightCondition1 = NIGHT_SMOOTH ;Could be (NIGHT_SMOOTH | ALWAYS_ON | OFF | FLARE_FLICKERING | STROBE)

# Color2
LightColor2 = $Color2
LightIntensity2 = 0.18
LightRange2 = 6
MaterialIntensity2 = 1.2
LightCondition2 = NIGHT_SMOOTH ;Could be (NIGHT_SMOOTH | ALWAYS_ON | OFF | FLARE_FLICKERING | STROBE)

# Color3
LightColor3 = $Color3
LightIntensity3 = 0.08
LightRange3 = 12
MaterialIntensity3 = 0.2
LightCondition3 = NIGHT_SMOOTH ;Could be (NIGHT_SMOOTH | ALWAYS_ON | OFF | FLARE_FLICKERING | STROBE)

# Color4
LightColor4 = $Color4
LightIntensity4 = 0.03
LightRange4 = 6
MaterialIntensity4 = 0.5
LightCondition4 = NIGHT_SMOOTH ;Could be (NIGHT_SMOOTH | ALWAYS_ON | OFF | FLARE_FLICKERING | STROBE)

# Color5
LightColor5 = $Color5
LightIntensity5 = 0.15
LightRange5 = 15
MaterialIntensity5 = 0.5
LightCondition5 = NIGHT_SMOOTH ;Could be (NIGHT_SMOOTH | ALWAYS_ON | OFF | FLARE_FLICKERING | STROBE)

# Color6
LightColor6 = $Color6
LightIntensity6 = 0.05
LightRange6 = 4
MaterialIntensity6 = 0.1
LightCondition6 = NIGHT_SMOOTH ;Could be (NIGHT_SMOOTH | ALWAYS_ON | OFF | FLARE_FLICKERING | STROBE)

Accepted properties and values

These are the available configurations with the accepted values.
Remember to strictly respect the name and values like shown below.

NameDescriptionPossible values
ColorColor of the lightAny from the Palette
LightIntensityBrightness of the lightfrom 0.0 to 1.0
MaterialIntensityEmissive of the materialfrom 0.0 to 1.0
ConditionWhen the light is ONOFF | ALWAYS_ON | NIGHT_SMOOTH | FLARE_FLICKERING | STROBE