Profile image

activation group activating at certain inputs

2 HexagonalCube44  8 months ago

Hello,
I am currently building a plane and i need a way to detach a detacher when certain conditions are met. is there a way to activate activation group at, for example, 100m/s of IAS? i tried setting detacher input to IAS>99 but it doesn't seem to work.
Any ideas?

  • Log in to leave a comment
  • Profile image

    IAS >= 100 ? 1 : -1
    Should work

    7 months ago
  • Profile image

    Hi.
    First of all, IAS>=100 is better, since IAS could be 99.5 and the detacher could activate at that airspeed.
    Second, detachers don't accept inputs, but only activation groups. However, they accept conditions in their activation group input (Remember: A condition has a value that's either true or false). For example, you can set the activation group to IAS>=100 and it'll detach the desired object for you at 100m/s IAS.
    I've tried with IAS>=10 and it worked. Hope this works for you too (If not, it's a bug and I can't do anything about it, but you may can).
    Have a nice day!

    8 months ago