SI+ tries to make its machines more unique with each release. Because of this, starting with the latest releases you can see the optional change of the taillights or dashboard depending on the skin name, which allows people who know little about modeling and extension settings to customize the car in some parameters, added by the authors beforehand.

You can change your skin by adding the desired part to the end of the skin name, but you need to add the underscore before you start.
The name of the skin, in which the Koito fog lights will be added, will look like this:
"Dark Gray_koito".

Here are the parameters with syntax that can be changed in this release:

-Fog lights:
	1.Off
	2.Cibie(_cibie)
	3.Koito(_koito)

-Gauge cluster:
	1.Stock
	2.Digital(_digital)
	3.S.Shigeno(_trd)

-Rims:
	1.Stock
	2.GT-S Snowflakes
	3.Watanabe

For some reason, CM does not know how to adjust all the parameters, adjusting to the names of the skins. Because of this, when creating your own skin, pay attention to the additional parameters that are required for tuning to work correctly.
Create an ext_config.ini file in your skin and specify the following there, depending on the tuning you want:

//////////////////////////////////GAUGES//////////////////////////////////////

DIGITAL:
-----------------------------------------------------
;Dash_in
[LIGHT_EXTRA_0]
BOUND_TO = 96
COLOR=4,4.2,4, 0.3
DIFFUSE_CONCENTRATION=1
EXTERIOR_ONLY=0
INTERIOR_ONLY=1
AFFECTS_TRACK=0
SIMULATE_HEATING=0
LAG=0.2
FADE_AT=90
FADE_SMOOTH=45
MIRROR=0.06, 0.0, 0
POSITION=-0.334, 0.727, 0.52
DIRECTION=0.0, -0.0, 0.80
RANGE=0.15
RANGE_GRADIENT_OFFSET=0.99
SPECULAR_MULT=0.0
SPOT=180

;Dash_out
[LIGHT_EXTRA_1]
BOUND_TO = 96
COLOR=4,4.2,4, 1.3
DIFFUSE_CONCENTRATION=1
EXTERIOR_ONLY=0
INTERIOR_ONLY=1
AFFECTS_TRACK=0
SIMULATE_HEATING=0
LAG=0.2
FADE_AT=90
FADE_SMOOTH=45
MIRROR=0, 0.0, 0
POSITION=-0.334, 0.727, 0.52
DIRECTION=0.0, -0.0, -0.20
RANGE=0.25
RANGE_GRADIENT_OFFSET=0.6
SPECULAR_MULT=0.0
SPOT=180

;DIGITAL

[ODOMETER_TRIP]
NAME=96
FONT=odometer_font
BLEND_MODE=0
POSITION=968, 243
ROTATION=0
SCALE=1.05,1.5
SIZE=52, 10
DIGIT_WIDTH=8
COUNT=4
BACKGROUND=0.03, 0.03, 0.03
COLOR=0.6, 0.6, 0.7
LAST_DIGIT_COLOR=0.03, 0.03, 0.03
LAST_DIGIT_BACKGROUND=0.6, 0.6, 0.7
JITTER=0.02
MOVEMENT_INTERVAL=1

[ODOMETER_MAIN]
NAME=96
FONT=odometer_font
BLEND_MODE=0
POSITION=912, 243
ROTATION=0
SCALE=1.05,1.5
SIZE=52, 10
DIGIT_WIDTH=8
COUNT=6
BACKGROUND=0.03, 0.03, 0.03
COLOR=0.6, 0.6, 0.7
JITTER=0.02
MOVEMENT_INTERVAL=5
-----------------------------------------------------

S.SHIGENO:
-----------------------------------------------------
;Dash_in
[LIGHT_EXTRA_0]
BOUND_TO = Plane.015
COLOR=1,2,1, 0.3
DIFFUSE_CONCENTRATION=1
EXTERIOR_ONLY=0
INTERIOR_ONLY=1
AFFECTS_TRACK=0
SIMULATE_HEATING=0
LAG=0.2
FADE_AT=90
FADE_SMOOTH=45
MIRROR=0.06, 0.0, 0
POSITION=-0.334, 0.71, 0.52
DIRECTION=0.0, -0.0, 0.80
RANGE=0.15
RANGE_GRADIENT_OFFSET=0.99
SPECULAR_MULT=0.0
SPOT=180

;Dash_out
[LIGHT_EXTRA_1]
BOUND_TO = Plane.015
COLOR=1,2,1, 1.3
DIFFUSE_CONCENTRATION=1
EXTERIOR_ONLY=0
INTERIOR_ONLY=1
AFFECTS_TRACK=0
SIMULATE_HEATING=0
LAG=0.2
FADE_AT=90
FADE_SMOOTH=45
MIRROR=0, 0.0, 0
POSITION=-0.334, 0.73, 0.52
DIRECTION=0.0, -0.0, -0.20
RANGE=0.25
RANGE_GRADIENT_OFFSET=0.6
SPECULAR_MULT=0.0
SPOT=180
-----------------------------------------------------

//////////////////////////////////RIMS//////////////////////////////////////

Here you need to configure the ext_config.ini AND drag rim .kn5 from the existing skins.

GT-S:
-----------------------------------------------------
[INCLUDE: common/custom_rims.ini]

[ReplaceRims]
File = simt_toyota_ae86_trueno_zenki.kn5  ; name of KN5
OriginalRims = 3_T.00?,Plane.001,Plane.002,Plane.003,Plane.004,21_T.00?,3_T.010            ; list of original rims to hide
Model = gtsw.kn5, 0.225, 0.195    ; KN5 with a new rim, its radius and width
Offset = 0, -0.0            ; offset for front and rear wheels (negative value move rim deeper inside)
-----------------------------------------------------

WATANABE:
-----------------------------------------------------
[INCLUDE: common/custom_rims.ini]

[ReplaceRims]
File = simt_toyota_ae86_trueno_zenki.kn5  ; name of KN5
OriginalRims = 3_T.00?,Plane.001,Plane.002,Plane.003,Plane.004,21_T.00?,3_T.010            ; list of original rims to hide
Model = watanabe.kn5, 0.225, 0.195    ; KN5 with a new rim, its radius and width
Offset = 0, -0.0            ; offset for front and rear wheels (negative value move rim deeper inside)
-----------------------------------------------------
