Advanced Wheel Debug
Real-time visualization of wheel alignment, caster, toe angles, and tire pressure data for vehicle development and tuning.
Real-time visualization of wheel alignment, caster, toe angles, and tire pressure data for vehicle development and tuning. Use this extension when debugging suspension geometry or validating JBeam wheel configurations.
Public API
This extension is primarily hook-driven and does not expose callable functions. It activates via the debug UI and renders alignment overlays each frame.
Hooks
| Hook | Description |
|---|---|
onInit | Initializes wheel debug data structures and caches wheel node references from the vehicle's JBeam definition. |
Usage Example
-- Load the extension to enable wheel debug overlays
extensions.load("advancedwheeldebug")See Also
- Aero Debug — Aerodynamic force visualization
- Skeleton — Node and beam structure visualization
- Chassis Data — Vehicle dimension reporting
Pressure Tank Component
Logic defined in `lua/vehicle/energyStorage/pressureTank.lua`. Simulates a compressed air tank, used for pneumatic brakes and Power Take-Off (PTO) systems.
Aero Debug
Calculates and visualizes aerodynamic forces, drag coefficients, and center of pressure for vehicle aerodynamic tuning.