Dynamic Redline Data Gauge Module
Custom gauge module that provides a dynamic redline indicator that adjusts based on engine temperature, oil pressure, and rev limiter state. Shows the safe maximum RPM in real-time.
Custom gauge module that provides a dynamic redline indicator that adjusts based on engine temperature, oil pressure, and rev limiter state. Shows the safe maximum RPM in real-time.
Public API
| Function | Description |
|---|---|
updateGaugeData(moduleData, dt) | Calculates the optimal redline RPM based on current engine oil/water temperature and populates moduleData. |
module.setupGaugeData(properties) | Sets the up gauge data. |
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Configures temperature thresholds for redline reduction. |
module.reset() | Resets the controller to its initial state. |
module.updateGFX(dt) | Per-frame update for visual state and UI synchronization. |
See Also
- Generic Gauges — Parent gauge system
- Shift Lights — Shift indicator lights
Combustion Engine Data Gauge Module
Custom gauge module that provides detailed combustion engine telemetry to instrument cluster displays — oil temperature, oil pressure, boost pressure, exhaust gas temperature, and more.
Electric Motor Data Gauge Module
Custom gauge module that provides electric motor telemetry to instrument cluster displays — motor RPM, power output, battery state, regenerative braking level, and efficiency data.