Profile image

Custom Landing Gear?

7,672 Kimfri  3.6 years ago

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?

  • Log in to leave a comment
  • Profile image
    101k Wallaby

    Ive been tweaking someone elses code for my landing gear for a while now

    +2 3.6 years ago
  • Profile image
    23.7k BagelPlane

    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.

    +3 3.6 years ago
  • Profile image
    7,672 Kimfri

    @rexzion il tag you when the project is complete, will be a while though.

    +1 3.6 years ago
  • Profile image
    41.5k rexzion

    I wanna see the landing gear

    +1 3.6 years ago
  • Profile image
    7,672 Kimfri

    @edensk thankyou for your help!

    +1 3.6 years ago
  • Profile image
    16.4k edensk

    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

    +3 3.6 years ago