Versions Check added and Position arguments added.

This commit is contained in:
2026-02-15 19:37:39 +01:00
parent 596d70e72f
commit a99607dd0a
6 changed files with 183 additions and 10 deletions

View File

@@ -45,6 +45,12 @@ setr hud:fuel false
# Vehicles speed: "imperial" or "metric"
setr hud:unitsystem "imperial"
# HUD position: top, middle, bottom (default: bottom)
setr hud:position "bottom"
# HUD horizontal position: left, center, right
setr hud:hposition "left"
# Radar mode: by default, the radar is only enabled while sitting on a vehicle.
# Set this to true to have it always enabled. This will also enable the map cycler.
setr hud:persistentRadar false