GPBikes mods Wiki
(Created page with "The file hud.cfg contains the info about the gauge when in 3rd person view (when we see the bike) ===Parameters=== Here are the parameters of the gauges : rpm { low = 500...")
 
Line 2: Line 2:
   
   
===Parameters===
+
==HUD Parameters==
 
Here are the parameters of the gauges :
 
Here are the parameters of the gauges :
 
rpm
 
rpm
Line 14: Line 14:
 
hide_tick2 = 1
 
hide_tick2 = 1
 
}
 
}
 ===Low range===
+
===Low range===
  +
low : RPM gauge start (low range)low_angle : start angle for the gauge (from the horizontal axis)low_step : interval between 2 RPM text display in the low range ===Upper range===
 
  +
low : RPM gauge start (low range)
start : start of the second part of the RPMend : RPM gauge endstep : interval between 2 RPM text display in the upper range hide_tick2 :*1 > only display 500RPM subtick on the low range
 
  +
  +
low_angle : start angle for the gauge (from the horizontal axis)
  +
  +
low_step : interval between 2 RPM text display in the low range
  +
  +
  +
  +
===Upper range===
  +
  +
  +
start : start of the second part of the RPM
  +
 
end : RPM gauge endstep : interval between 2 RPM text display in the upper range 
  +
  +
hide_tick2 :
  +
  +
*1 > only display 500RPM subtick on the low range
 
*0 > 500RPM subtick are displayed on all range
 
*0 > 500RPM subtick are displayed on all range

Revision as of 09:23, 13 January 2014

The file hud.cfg contains the info about the gauge when in 3rd person view (when we see the bike)


HUD Parameters

Here are the parameters of the gauges :

rpm
{
low = 5000
low_angle = -60
low_step = 1000
start = 7000
end = 17000
step = 1000
hide_tick2 = 1
}

Low range

low : RPM gauge start (low range)

low_angle : start angle for the gauge (from the horizontal axis)

low_step : interval between 2 RPM text display in the low range


Upper range

start : start of the second part of the RPM

end : RPM gauge endstep : interval between 2 RPM text display in the upper range 

hide_tick2 :

  • 1 > only display 500RPM subtick on the low range
  • 0 > 500RPM subtick are displayed on all range