-
-
Notifications
You must be signed in to change notification settings - Fork 2
TurboMeter
KaiQ edited this page Jul 7, 2025
·
2 revisions
The Turbo Meter visually represents real-time turbo pressure using an analog-style needle. The needle, identified as x_tm, rotates around the Y-axis to indicate the boost level. This guide outlines how to correctly integrate and configure the Turbo Meter into your vehicle model for accurate simulation on the dashboard.
-
Needle Naming:
- Name the needle of your Turbo Meter as
x_tm.
- Name the needle of your Turbo Meter as
-
Needle Positioning:
- Position the needle pointing to 0 on the boost scale (i.e., no turbo).
Instead of modifying node names manually, use a JSONC configuration file for easier tuning and modularity.
📌 Path: ModelExtras/data/<model_id or model_name>.jsonc
📌 Example File: ModelExtras/data/522.jsonc
{
"TurboMeter": {
"MaxTurbo": 15.0,
"MaxRotation": 180.0
}
}