# Tire effects
# Tip: Decreasing size fixes lag when braking, skidding, etc.
TireSmk_StartSize = 0.1 # (1.0) Size for startup and burnout.
TireSmk_DriftSize = 0.1 # (0.5) Size during a drift, multiplied by 'TireSmk_StartSize'.
TireSmk_BrakeSize = 0.1 # (1.0) Size while braking.
TireSmk_Life = 0.1 # (0.5) Lifetime.
TireSmk_UpForce = 0.1 # (0.8) Strength to lift. Tip: Decrease if you increase 'TireSmk_Life'.
TireSmk_LumMax = 1.0 # (1.0) Maximum value of the randomness of the tone (brightness) of the smoke (the higher, the whiter).
TireSmk_LumMin = 0.5 # (0.5) Minimum value (idem above).
TireSmk_Alpha = 0.09 # (0.5) Opacity (during brakes etc).
TireSmk_DriftAlpha = 0.07 # (0.3) Opacity (during drift).
TireEff_DustSize = 0.1 # (0.9) Size of sand and earth dust.
TireEff_DustLife = 0.1 # (0.1) Lifetime.
TireEff_DustUpForce = 0.1 # (0.8) Strength to lift. Tip: Decrease it if you increase 'TireEff_DustLife'.