@fifoip
https://www.simpleplanes.com/a/zqmZK7/STOP-ABLE-Infinity-RotatorGood-for-gatling-cannons-Radar-and-tracks-builds
This is the rotator , set the speed of both to 6 for max rpm but most speeds under 6 work.
Set the input of one to an activation group or just make it -1
And this for the second one:
Throttle=0 ? -1 : (Throttle=1 ? 1.1 : ((cos(AngleOfSlip)TAS)>(Throttle[Speed]) ? -1 : 1 )
Replace [Speed] with a speed slightly less than your max speed in m/s
Just know that this doesn't make your plane faster, it is just for regulating your speed
This will make it so it spins only when your TAS is bigger that the targeted speed unless Throttle is 100%
@fifoip
https://www.simpleplanes.com/a/hn1vlE/New-Electric
I also made this yesterday which fixes the stability problems at certain speeds but I'm still testing it
@fifoip
https://www.simpleplanes.com/a/zqmZK7/STOP-ABLE-Infinity-RotatorGood-for-gatling-cannons-Radar-and-tracks-builds
This is the rotator , set the speed of both to 6 for max rpm but most speeds under 6 work.
Set the input of one to an activation group or just make it -1
And this for the second one:
Throttle=0 ? -1 : (Throttle=1 ? 1.1 : ((cos(AngleOfSlip)TAS)>(Throttle[Speed]) ? -1 : 1 )
Replace [Speed] with a speed slightly less than your max speed in m/s
Just know that this doesn't make your plane faster, it is just for regulating your speed
This will make it so it spins only when your TAS is bigger that the targeted speed unless Throttle is 100%
+1@fifoip
https://www.simpleplanes.com/a/hn1vlE/New-Electric
I also made this yesterday which fixes the stability problems at certain speeds but I'm still testing it