So I've made my first custom landing gear and it works but, I want to know if there's a way to delay input for rotators to stop the wheels clipping the fuselage when extending?
So I've made my first custom landing gear and it works but, I want to know if there's a way to delay input for rotators to stop the wheels clipping the fuselage when extending?
Ive been tweaking someone elses code for my landing gear for a while now
Check my profile. At the bottom, I have two links. Also, tear apart the B-58 and modify those gear codes if you'd like. Gear delays are a bunch of trial and error that I despise doing. Or use the codes at the bottom as I just now noticed them.
@rexzion il tag you when the project is complete, will be a while though.
I wanna see the landing gear
@edensk thankyou for your help!
floor(smooth(clamp01(LandingGear), 1/a))
delays input when activated,ceil(smooth(clamp01(LandingGear), 1/a))
does it when deactivated,a
is the delay in seconds