Profile image

Changing inputs on rotators

1,882 ObliviousCed  4.0 years ago

I need help changing the input on a rotator specifically the landing gear door, have you seen the door of a plane that opens then closes even the gears are out?
open

close

The input is: 4 * abs(smooth(LandingGear, 0.1) - 0.5) - 1
and through some deep experimenting, I could not change the landinggear input to a AG input and it goes crazy like it did a full 360 when not activated and another 360 when activated. I changed the numbers and added some.
What do I put in order to work?

  • Log in to leave a comment
  • Profile image
    1,882 ObliviousCed

    @cedblox332 how can i put a timer on it?

    4.0 years ago
  • Profile image
    1,882 ObliviousCed

    @tomlin5412 Thank you very much!

    4.0 years ago
  • Profile image

    rate(abs(smooth(LandingGear,1)))
    try it

    +1 4.0 years ago
  • Profile image
    1,882 ObliviousCed

    I made something that works
    abs (smooth(Activate1,0.5)
    I need it to stay in the upright position longer

    4.0 years ago
  • Profile image

    Change the "Max" or "Min" value, minimum (min) is when the input doesn't active, max when the input is active, other than that i don't think i know how to solve that 360 problem...

    4.0 years ago