Profile image

Flaps

2,221 AEGIS  2.5 years ago

I'm using the stock wings and I've made some flaps using VTOL as the input, but is there a way to limit the control surface so it only goes down when I put VTOL down, and not move when I put it up?

  • Log in to leave a comment
  • Profile image
    2,221 AEGIS

    @Yourlocalhuman nah it's ok, I get your thinking but I'm trying to keep the part count down and it looks ok for what I'm making

    +1 2.5 years ago
  • Profile image

    @AEGIS ohh ok

    +1 2.5 years ago
  • Profile image
    2,221 AEGIS

    @Yourlocalhuman it's not a rotator, it's a stock wing

    +1 2.5 years ago
  • Profile image

    @TheFlightGuySP why need to be that hard? Just open the min-max settings on the rotator, and set the min to 0, if it goes up instead just reverse it

    +2 2.5 years ago
  • Profile image
    29.7k xNotDumb

    It requires some funk

    +1 2.5 years ago
  • Profile image

    @AEGIS No problem!

    +1 2.5 years ago
  • Profile image
    2,221 AEGIS

    @TheFlightGuySP That worked, thanks man!

    +2 2.5 years ago
  • Profile image

    Try clamp(VTOL, -1, 0).
    Additionally, you can look at this for more information on the clamp function.

    +1 2.5 years ago