@DumbPlaneMaker you can try this, For RPM Gauge(click settings gear, scroll down to input-Funky) Be sure to set the engine on AG 1 while using Throttle and not Pitch. Or change (Activate1-8) in the FT
Activate1 ? smooth(Throttle * 0.8 + 10, 0.3) : 0
I use this with variations for N1 and N2 turbine gauges. Changing the (0.3) will increase or decrease the speed the needle moves…
It's pretty simple and quick to do, here it is
@DumbPlaneMaker you can try this, For RPM Gauge(click settings gear, scroll down to input-Funky) Be sure to set the engine on AG 1 while using Throttle and not Pitch. Or change (Activate1-8) in the FT
Activate1 ? smooth(Throttle * 0.8 + 10, 0.3) : 0
I use this with variations for N1 and N2 turbine gauges. Changing the (0.3) will increase or decrease the speed the needle moves…
And if you don’t want the engine on AG’s,
smooth(Throttle * 0.8 + 10, 0.3)