Profile image

I have many questions

665 Jerba  3.6 years ago
  1. Is it possible to change the depth where bombs and missiles get deleted underwater, or is it fixed? If it’s possible, how do I do it?
  2. Is it possible to make a detacher remove a certain part when within a certain distance of another craft? I want to make a missile that gets detached within a certain distance.
    3.is it possible to make a bomb blow up within a certain distance of another craft, or is proximity limited to only missiles?
  • Log in to leave a comment
  • Profile image
    29.3k TriStar

    The code block glitches some characters out so the correct code is clamp01(TargetDistance < DISTANCE) @Jerba

    3.6 years ago
  • Profile image
    665 Jerba

    Thanks! I will try this out and see@NumbersNumbersTheMan

    3.6 years ago
  • Profile image

    @Jerba detacher ActivationGroup in overload

    3.6 years ago
  • Profile image
    665 Jerba

    Where would I put that? Is it a separate input that I need to add on the missile or the detacher?@NumbersNumbersTheMan

    3.6 years ago
  • Profile image

    1 no, but rockets can go deeper

    2 here

    clamp01(TargetDistance &lt; DISTANCE)
    

    3 bombs do not have proximity, but you can use a proximity missile to detonate a bomb

    3.6 years ago
  • Profile image
    665 Jerba

    That would be super helpful, I’m assuming that it requires funky trees (which I have not looked at as I don’t really understand how to start/get there)@rexzion

    3.6 years ago
  • Profile image
    41.5k rexzion

    I can probably make the 2nd one work

    3.6 years ago