Profile image

Auto deploy after weapon delay

30 MrGGYT  1.9 years ago

Hi, I'm trying to make a high drag bomb for low altitude bombing; It has a parachute attached at the end though I can only activate the parachute through an AG button ( 1,2,3...) but I want it activated after the weapon has been release.

  • Log in to leave a comment
  • Profile image

    You could, but it's a grueling process.

    What you want to do is first to drop your bombs one by one to see which will be dropped first, which the next one that'll be dropped after the 1st one, the 2nd, 3rd, and so on so forth. You need to remember which is which, because it is essential.

    Then you wanna go activate the Overload mod (if you're on android), go into every single chute and modify the activation group to ammo("weapon name")<the order of which bombs will be dropped in reverse + 1.

    If say, you want a delayed activation of the chute, you need to put: round(smooth(clamp01(ammo("weapon name")<the order of which bombs will be dropped in reverse +1), 1/delay in seconds)).

    Pinned 1.9 years ago