Profile image

Limiting Wing Control Surface to one direction?

249 SkyHunt3r107  4.4 years ago

Hi, I have been XML editing for some time now and a few updates back, it was pretty much straightforward to limit the wing control surface to one direction (eg: VTOL up does nothing while VTOL down moves the control surface down). Now since the changes to the wing parts' XML I have no idea how to do this. (PS: I am aware that this still works with Rotators. Just the wings since they had their Input Controllers removed). Any help would be much appreciated. Thanks!

  • Log in to leave a comment
  • Profile image
    1,219 Novaxomix

    i would actually say that clamp01(VTOL)*-1 would work fine as well, but i might be wrong as sometimes i have troubles with negatives functioning properly

    1.4 years ago
  • Profile image
    28.1k CaptainNoble

    @YY thanks bro

    1.6 years ago
  • Profile image
    21.3k YY

    I know this is dead, but i'll try putting it here in case if people still came here searching for the answer..

    clamp(VTOL, -1, 0)

    +4 1.6 years ago
  • Profile image

    @ArcturusAerospace thanks I will try that out

    4.4 years ago
  • Profile image

    @Brields95 but there is no InputController on the wing parts' right? Not since a few updates back I guess.

    4.4 years ago
  • Profile image

    You go to input min/max and set one of them to 0.

    4.4 years ago
  • Profile image

    You could use air brakes hidden inside the wing if you're trying to make flaps.

    4.4 years ago