Skip to main content

Showroom 06: Abandoned Warehouse

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]
Color1 = $Orange2
Color2 = $Blue2
Color3 = $Red2
Color4 = $MoonBlue
Color5 = $MoonBlue
ColorExtra = $Green2

# COULD BE: ALWAYS_ON|NIGHT_SMOOTH|STROBE|FLARE_FLICKERING
LightCondition=NIGHT_SMOOTH
LightConditionExtra=NIGHT_SMOOTH

LightColor1 = $Color1
LightIntensity1 = 0.05

LightColor2 = $Color2
LightIntensity2 = 0.12

LightColor3 = $Color3
LightIntensity3 = 0.05

#OUTSIDE AREA SPOT LIGHTS
LightColor4 = $Color4
LightIntensity4 = 0.05

LightColor5 = $Color4
LightIntensity5 = 0.05

LightColorExtra = $ColorExtra
LightIntensityExtra = 0.02

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
ConditionWhen the light is ONOFF | ALWAYS_ON | NIGHT_SMOOTH | FLARE_FLICKERING | STROBE