Skip to main content

How can I display imperial units in my overlay?

  • There are 3 variables that control the global localisation:
Overlay.Localisation.TemperatureUnit        C/F (C)
Overlay.Localisation.SpeedUnit              KPH/MPH (KPH)
Overlay.Localisation.DistanceUnit           m/ft (m)
Overlay.Localisation.VolumeUnit             l/USgal (l)
  • Open your Settings (F3) / Overlay / Initial variable values editor and add the following at the end:
Overlay.Localisation.TemperatureUnit = "F";
Overlay.Localisation.SpeedUnit = "MPH";
Overlay.Localisation.DistanceUnit = "ft";
Overlay.Localisation.VolumeUnit = "USgal";