API Referenceveextensions
Dyno Client
Streams real-time engine and gearbox data to dynamometer UI objects in the game world. Connects the vehicle's powertrain telemetry to dyno roller visualizations.
Streams real-time engine and gearbox data to dynamometer UI objects in the game world. When a vehicle is placed on a dyno roller object, this extension feeds RPM, torque, power, and gear data to the dyno's display texture.
Public API
| Function | Signature | Description |
|---|---|---|
initDyno | (dynoObjectID, textureName) | Binds this vehicle to a specific dyno object for data streaming. Called by the dyno trigger when the vehicle enters the roller. |
Hooks
| Hook | Description |
|---|---|
initDyno | Initializes the connection between the vehicle and the dyno UI object. |
Usage Example
-- Called automatically when vehicle enters a dyno trigger
extensions.dynoClient.initDyno(dynoId, "dyno_screen_texture")See Also
- Vehicle Performance Data — Performance metric capture
- Combustion Engine — Engine device with torque data
Dynamic Vehicle Data
Automated performance testing suite that measures acceleration times, braking distances, top speed, and off-road capability metrics.
ESC Calibration
Automated tuning tools for Electronic Stability Control parameters. Runs calibration routines to find optimal ESC gains for a given vehicle configuration.