Troubleshooting

UI Not Appearing

Problem: Tire UI doesn't show when entering F1 car

Solutions:

  • Verify vehicle model is in Config.CarModels

  • Check model hash matches: use GetHashKey("model_name")

  • Ensure you're in driver seat, not passenger

  • Check F8 console for errors

Tires Not Heating Up

Problem: Temperature stays at minimum regardless of driving

Solutions:

  • Check BreaksHeat and SteeringHeat aren't set to 0

  • Verify steeringAngle and minSpeedSteering are reasonable

  • Ensure you're meeting speed/angle thresholds

  • Check that tempTiresMax is higher than tempTiresMin

  • Verify brake system is functioning (check brake temps)

UI Shows Wrong Temperatures

Problem: Display doesn't match actual tire state

Solutions:

  • Check percentage calculation in SendTireTempsToUI()

  • Verify tempTiresMin and tempTiresMax are correct

  • Ensure NUI messages are being sent

  • Check browser console (F8 → Console tab)

Last updated