API Referenceveextensionstech
Dump Player Input
Debug extension that logs all player input values (throttle, brake, steering, clutch) each frame. Useful for input calibration and replay analysis.
Debug extension that logs all player input values (throttle, brake, steering, clutch) each frame to the console or a file. Useful for input device calibration, debugging input mapping issues, and replay analysis.
Hooks
| Hook | Description |
|---|---|
updateGFX | Logs current input values each graphics frame. |
onExtensionLoaded | Initializes input capture and sets up logging output. |
onExtensionUnloaded | Stops input logging and closes any open file handles. |
Usage Example
-- Start logging player inputs
extensions.load("tech/dumpPlayerInput")
-- Input values are printed to the log each frameSee Also
- Input Analyzer — Input sequence detection
- ADAS Input — ADAS input routing
Advanced IMU
Simulated Inertial Measurement Unit providing acceleration, angular velocity, and orientation data. Supports multiple simultaneous IMU instances at configurable positions.
GPS Sensor
Simulated GPS receiver that provides position, velocity, and heading data. Outputs coordinates in configurable reference frames for navigation and research applications.