Documentation/Tools/SCS Blender Tools/Materials/Lamp system

From SCS Modding Wiki
Jump to navigation Jump to search

Lamp system uses "lamp" material effect to visualize extra lit surfaces by second mask texture or by alpha channel of base texture. This system is used on vehicle lights, vehicle auxiliary lights and traffic lights.

For easy usage of lamp system Blender Tools has included Lamp Switcher & UV Tool which will help you with UV mappings tiling and previewing of lit surfaces directly in Blender 3D viewport.

Vehicle lights

Vehicle Lights Quick-Reference
UV Tile Corresponding
Position
Color Channel
R G B A
0 Front Left Left Blinker High Beam Low Beam Positional*
1 Front Right Right Blinker
2 Rear Left Left Blinker** Brake Reverse Positional
3 Rear Right Right Blinker**
4 Middle or DRL DRL Positional
*Front positional lights are white in ETS2, and orange in ATS by default as of 1.39.
**Rear blinkers are orange in ETS2, and red in ATS by default.

Vehicle lights use a second RGBA mask texture from which each channel defines a luminance mask for a particular type of light:

  • R - left blinker, right blinker
  • G - high beam, brake
  • B - low beam, reverse, daytime running (DRL)
  • A - positional

The second requirement for vehicle lights to work correctly is to use a separate UV layer for the lamp mask texture and proper tile offset of the mappings. Tiling is applied on the right side of the texture in the following order:

  1. original texture - front left side of vehicle
  2. first texture tile - front right side of vehicle
  3. second texture tile - rear left side of vehicle
  4. third texture tile - rear right side of vehicle
  5. fourth texture tile - middle of vehicle and DRL

Auxiliary lights

Auxiliary lights on vehicles can also have separate second mask texture but they use only two channels from light mask texture:

  • R - dimmed beam
  • G - full beam
  • B - not used and must be zero (black)
  • A - not used and must be zero (black)

There is also possible to use two different colors for auxiliary lights with offsetting UV mappings for second mask texture. Tile offset here is also done on the right side of the texture:

  1. original texture - white color
  2. first texture tile - orange color

Traffic lights

Traffic lights don't use extra second mask texture as they are using alpha channel of base texture for proper lit of traffic lights. But they still use tile offset on UV mappings to properly lit up different color in traffic light. Tile offset here is done on right up side of the texture in the following order:

  1. first texture tile - red color of traffic light
  2. second texture tile - yellow color of traffic light
  3. third texture tile - green color of traffic light