Rear Camera
Scripted rear-view camera that attaches to the back of the vehicle and follows rotation in real-time.
How It Works
- Click the Back Camera button in CarPlay
- A scripted camera activates showing the rear view
- The camera follows the vehicle's heading every frame
- Press the exit key (default: configurable control index) to return to normal view
Custom Offsets
Some vehicle models may need custom camera positioning. Define per-model X offset in config:
lua
Config.CustomRearCamera = {
["duel"] = { x = 2 },
}
Configuration
| Option | Default | Description |
|---|---|---|
Config.RearCameraExitKey | 167 | GTA control index to exit camera |
