Showroom 07: The Drain
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 = $Red2
Color2 = $Green2
Color3 = $Green2
Color4 = $Red2
Color5 = $Red2
ColorFlare = $Red2
ColorStripe1 = $Red2
ColorStripe2 = $Red2
FlareColor1 = $ColorFlare
FlareIntensity1 = 0.1
LightColor1 = $Color1
LightIntensity1 = 0.3
MaterialColor1 = $Color1
MaterialIntensity1 = 0.3
LightColor2 = $Color2
LightIntensity2 = 1.2
MaterialColor2 = $Color2
MaterialIntensity2 = 0.3
LightColor3 = $Color3
LightIntensity3 = 0.6
LightColor4 = $Color4
LightIntensity4 = 0.03
LightColor5 = $Color5
LightIntensity5 = 0.8
StripeColor1 = $ColorStripe1
StripeColor2 = $ColorStripe2
StripeIntensity = 0.2
StripeRange = 0.6
StripeMaterialIntensity = 0.45
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 |
MaterialIntensity | Emissive of the material | from 0.0 to 1.0 |
Range | Range of the light | from 0.0 to ~ |
Condition | When the light is ON | OFF | ALWAYS_ON | NIGHT_SMOOTH | FLARE_FLICKERING | STROBE | GRADIENT |