Profile image

[Help] how do you delay activation plus the deactivation

5,476 BARREND  3 months ago

I just need the ft codes please

  • Log in to leave a comment
  • Profile image

    I use this timer format, I prefer it over the floor/ceil and smooth method because you can run many parts using the same timer

    3 months ago
  • Profile image
    5,476 BARREND

    @hpgbproductions so floor(input(landinggear))2 + ceil(input(landinggear))2? Sorry i dont even know how ft works

    Or use 2 Rotator

    3 months ago
  • Profile image
    5,476 BARREND

    @Monarchii yeah sorry for bad englsjxh

    3 months ago
  • Profile image

    Create two timers - one that resets on activation and another that resets on deactivation. Then you can compare the appropriate timer with your delay value. If you just activated, then you compare the last activation timer.

    3 months ago
  • Profile image
    51.9k Monarchii

    @BARREND either I'm on space or something cause i suddenly have a terrible reading comprehension

    3 months ago
  • Profile image
    5,476 BARREND

    @Monarchii nooo. When enabling Gear/Gear down/Activate and Disabling Gear/Gear up/Deactivation

    3 months ago
  • Profile image
    51.9k Monarchii

    wait is there activation group for gears?

    3 months ago
  • Profile image
    51.9k Monarchii

    @BARREND oh, use the Gear one in the activation group, maybe that?

    3 months ago
  • Profile image
    5,476 BARREND

    @Monarchii no not that, i mean landing gear itself
    It delays after activation and delay after deactivation

    +1 3 months ago
  • Profile image
    51.9k Monarchii

    for landing gear? well...


    for the gear itself, use..

    floor(smooth(GearDown,X))
    where X is the delay


    for the gear door,

    ceil(smooth(GearDown,X))
    where X is the delay

    +1 3 months ago