API Referenceveextensionstech
Adaptive Cruise Control (ACC)
Adaptive Cruise Control implementation using radar sensor data. Maintains a set speed while automatically adjusting to maintain safe following distance behind other vehicles.
Adaptive Cruise Control implementation using radar sensor data. Maintains a set speed while automatically adjusting throttle and braking to maintain a safe following distance behind detected vehicles ahead.
Hooks
| Hook | Description |
|---|---|
updateGFX | Runs each graphics frame to read radar data, compute target speed, and apply throttle/brake inputs. |
Usage Example
-- Load ACC (requires idealRADARSensor to be active)
extensions.load("tech/ACC")See Also
- Ideal RADAR Sensor — Radar sensor providing distance data
- Cruise Control — Basic (non-adaptive) cruise control
- TechCore — External API for ACC configuration
Shift Booster
Applies a temporary speed boost when the player shifts gears during scenarios. Rewards well-timed gear changes with a brief forward impulse.
ADAS Input
Routes Advanced Driver Assistance System inputs to the vehicle's control systems. Allows external ADAS algorithms to provide throttle, brake, and steering commands.