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!
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!
@RamboJutter Thank you!
@Luca2004 reduce the number in the formula I gave you.
@RamboJutter Is there any way to increase the period of time the door stays open?
@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.
@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?
@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.
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))
@jamesPLANESii Thanks!
This might help. Take a look at spefyjerbf’s comments.