Showroom 02: The Dealer
Show / Hide Objects
info
After changing these values, you need to restart your game.
extension/ext_config.ini
[INCLUDE: ext_cfg_object_control.ini]
DESCRIPTION = Control which objects are shown, NOTE: YOU HAVE TO REBOOT THE GAME TO SEE THE EFFECTS
EXAMPLE = To hide CameraSet - use. CameraSet = $OFF
# IMPORTANT
# REMEMBER!!!! REBOOT YOUR GAME TO SEE THE EFFECTS
# RELAX AREA: COFFEE TABLE AND SOFAS
RelaxArea = $ON
# CEILING SPOT LIGHTS
CeilingSpots = $ON
# LUXURY LAMPS
LuxuryLamps = $ON
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 |
---|---|---|
RelaxArea | Relax Area with Sofa and Table | $ON | $OFF |
CeilingSpots | Ceiling Spots around the showroom platform | $ON | $OFF |
LuxuryLamps | Luxury Lamps in the dealership | $ON | $OFF |
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
ColorTop = $WarmWhite2
ColorStripe = $WarmWhite
ColorSpot1 = $WarmWhite
ColorSpot2 = $WarmWhite
ColorSpot3 = $WarmWhite
ColorSpot4 = $WarmWhite
ColorRelax = $CoolWhite
# Top Ceiling Light
LightColorTop = $WarmWhite
LightIntensityTop = 0.5
MaterialIntensityTop = 0.5
# Bottom Floor Stripe
StripeColor = $ColorStripe
StripeIntensity = 0.15
StripeMaterialIntensity = 1.5
# Spot Light Lamps
LightColorSpot1 = $ColorSpot1
LightIntensitySpot1 = 0.025
MaterialIntensitySpot1 = 0.050
LightColorSpot2 = $ColorSpot2
LightIntensitySpot2 = 0.00
MaterialIntensitySpot2 = 0.050
LightColorSpot3 = $ColorSpot3
LightIntensitySpot3 = 0.04
MaterialIntensitySpot3 = 0.550
LightColorSpot4 = $ColorSpot4
LightIntensitySpot4 = 0.025
MaterialIntensitySpot4 = 0.150
# Relax Lamps
LightColorRelax1 = $CoolWhite
LightIntensityRelax1 = 0.025
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 |