krzysk1 / stearman

Stearman 75 Kaydet for Aerofly FS4
2 stars 0 forks source link

RPMMaping Scale WRONG #9

Open jayeye2011 opened 1 year ago

jayeye2011 commented 1 year ago

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)]>

because the actual RPM gauge goes from 0 to 25x100 RPM rpm gage stearman_tmd.zip