Profile image

Landinggear Doors

1,806 LucaMK1612  3.8 years ago

Is there any way you can make Landinggear doors open and close when extending or retracting the gear? And if not can I at least set a delay so doors and gear dont interfere? Help will be greatly appreciated!

  • Log in to leave a comment
  • Profile image
    1,806 LucaMK1612

    @RamboJutter Thank you!

    3.7 years ago
  • Profile image

    @Luca2004 reduce the number in the formula I gave you.

    3.7 years ago
  • Profile image
    1,806 LucaMK1612

    @RamboJutter Is there any way to increase the period of time the door stays open?

    3.7 years ago
  • Profile image
    1,806 LucaMK1612

    @RamboJutter Ah yes, that must have been the problem. Thank you! This method is way simpler than having to mess around with two rotators at the same time.

    3.8 years ago
  • Profile image

    @Luca2004 strange, I use that on most of my builds now and I just copy and paste those in. Do you still have -1 and 1 in the input range?

    3.8 years ago
  • Profile image
    1,806 LucaMK1612

    @RamboJutter I tried the first one you suggested but for me doesn't work for some reason. But I already managed to achieve this by using two rotators for each door.

    3.8 years ago
  • Profile image

    for doors that are shut then open to let gear up then shut again.
    abs(rate(smooth(GearDown, 0.5)))

    for doors that delay retract i.e already down.
    clamp01(smooth(-GearDown, 1.0))

    3.8 years ago
  • Profile image
    1,806 LucaMK1612

    @jamesPLANESii Thanks!

    3.8 years ago
  • Profile image

    This might help. Take a look at spefyjerbf’s comments.

    3.8 years ago