Advanced Configuration
Adding Custom F1 Models
F1Config.F1_MODELS = {
GetHashKey("your_custom_f1"),
GetHashKey("another_f1_car"),
-- Use GetHashKey() for model names
}Setting Up Multiple Interaction Points
Optimizing for Large Grids
F1Config.UPDATE_RATES = {
SCAN_VEHICLES = 2000, -- Scan less frequently
CAMERA_UPDATE = 16, -- Keep camera smooth
UI_UPDATE = 100, -- Update UI less often
}Last updated