I can't find a radar gunsight (I need for the f-86 sabre I'm makeing) and I can't find code to disable things at certain pitches (need this for the speed limiter to allow a supersonic dive) could somebody help me please?
I can't find a radar gunsight (I need for the f-86 sabre I'm makeing) and I can't find code to disable things at certain pitches (need this for the speed limiter to allow a supersonic dive) could somebody help me please?
@SilverStar yeah for the sabre I'm gonna have it sacrifice the gunsight for a functional radar, thanks I will try it out
For the desactivation with pitch, you can use a FT code like
PitchAngle
<-30 ? 0 : (Normal input)
-30 is the Pitch Angle of your aircraft.
The radar gunsight might be more difficult, I dont know...