Skip to content

Dashboard LEDs

Grinch_ edited this page Oct 7, 2025 · 1 revision

Available from v2.1+

🧭 Overview

Dashboard LEDs are miniature indicators embedded in the vehicle’s dashboard mesh. Each LED reflects a specific vehicle state — from engine health to lighting — and toggles automatically based on gameplay conditions. No dummy is required; the plugin reads the material color and adjusts brightness accordingly.

Each LED material has two states:

Off – the LED remains unlit, blending with the dashboard.

On – the LED glows brightly, signaling an active or alert state.

💡Tip: These LEDs are purely visual and ideal for immersive dashboards, HUD-style cockpits, or custom interiors. Use small quads or dots with emissive textures for extra glow.

✨ Variants

🔧 Engine Status

  • 🟢 Engine On: Lights up when the engine is running normally. Material Color: 255 200 100
  • 🔴 Engine Broken: Activates when the engine is critically damaged. Material Color: 255 200 101

🌫️ Lighting Indicators

  • 🌁 Fog Light: Illuminates when fog lights are active. Material Color: 255 200 102
  • 🔆 High Beam: Activates when high beam headlights are turned on. Material Color: 255 200 103
  • 🔅 Low Beam: Activates when low beam headlights are turned on. Material Color: 255 200 104

🔄 Turn Signals

  • ⬅️ Indicator Left: Flashes when the left turn signal is active. Material Color: 255 200 105
  • ➡️ Indicator Right: Flashes when the right turn signal is active. Material Color: 255 200 106

🚨 Emergency & Utility

  • 🚓 Siren Lights: Flashes when sirens are active (e.g. police, ambulance). Material Color: 255 200 107
  • 📦 Boot Open: Lights up when the trunk is open. Material Color: 255 200 108
  • 🔧 Bonnet Open: Lights up when the hood is open. Material Color: 255 200 109
  • 🚪 Door Open: Activates when any door is open. Material Color: 255 200 110
  • 🌤️ Roof Open: Activates when the roof is expanded. Material Color: 255 200 111
Clone this wiki locally