Profile image

Question about funky trees for engines and rotators

5,167 NeJi  1.8 years ago
  1. is it possible to make infinite rotators stop and not return to it's original position when AG is deactivated? my AG is set to 8
  2. I want my engine to activate automatically when my Altitude is decreasing rapidly (like how those descent stage vehicles for Mars rovers slows themselves down?) is that possible with funky trees? if so how?

I am dumb, answers are very much appreciated

  • Log in to leave a comment
  • Profile image
    5,167 NeJi

    @PlaneFlightX thank you so much!! my rotator and engine problem was solved

    +1 1.8 years ago
  • Profile image
    46.6k PlaneFlightX
    1. sum(clamp01(Activate8)). Try experimenting with the rotator speed and change a multiplier for the clamp01(Activate8). (Put something like 2* at the beginning)

    2. clamp01(rate(Altitude) < some number)

    +1 1.8 years ago