At full throttle, the engine RPM does not correctly scale on the high end. This is because the RPMMapping is wrong.
currently it scaled for a gauge that goes from 0 to 35x100 RPM
<[graphics_linear_interpolation][RPMMapping][]
<[string8][Input][RPMInput.Output]>
<[tmvector2d][Map][(0.0 -2.41) (350 2.41)]>
It should be
<[graphics_linear_interpolation][RPMMapping][]
<[string8][Input][RPMInput.Output]>
<[tmvector2d][Map][(0.0 -2.41) (250 2.41)]>
At full throttle, the engine RPM does not correctly scale on the high end. This is because the RPMMapping is wrong. currently it scaled for a gauge that goes from 0 to 35x100 RPM <[graphics_linear_interpolation][RPMMapping][] <[string8][Input][RPMInput.Output]> <[tmvector2d][Map][(0.0 -2.41) (350 2.41)]>