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.
Name | Description | Possible values |
---|---|---|
Color | Color of the light | Any from the Palette |
LightIntensity | Brightness of the light | from 0.0 to 1.0 |
Condition | When the light is ON | OFF | ALWAYS_ON | NIGHT_SMOOTH | FLARE_FLICKERING | STROBE |