Speedometer shows the speed of the vehicle on your current dashboard. Since this is an analog speedometer it rotates the needle in the Y axis. The speed calculation is done by Junior-Djjr’s realistic speed function.
To adapt your model name the needle fc_sm
. Optionally you can specify the start angle (where 0 is at) and the end angle (where the max speed is at). Add them as suffix ay(start_angle)_(end_angle)
By default, the start angle is 0 & end angle is 180.
Next, you can (optional) add the maximum possible speed the speedometer will display. Add it like this _m(max_speed)
. By default script used 180. The unit for speed is mph by default you can set it to kph by adding a child under the fc_sm
parent called unit=kph
.