Page 1 of 1

No-explode that does not hit twice

Posted: 19 Jun 2012, 16:29
by Google_Frog
I would like to make some noexplode weapons only collide once with each distinct unit on their path. I'm sure I could write this gadget but I recall someone saying that they already had an implementation. So to avoid duplicate work does anyone know if this gadget exists?

Re: No-explode that does not hit twice

Posted: 19 Jun 2012, 22:40
by Forboding Angel
no explode and bounce 1 iirc should do what you want.

Re: No-explode that does not hit twice

Posted: 20 Jun 2012, 06:48
by Google_Frog
Didn't do what I want. bounce isn't even a tag according to the wiki.

Re: No-explode that does not hit twice

Posted: 20 Jun 2012, 09:31
by FLOZi
I believe he means numBounce:

https://github.com/spring/spring/blob/d ... r.cpp#L106

Wiki is out of date for weapon tags, hopefully I will rectify this over summer.

Re: No-explode that does not hit twice

Posted: 20 Jun 2012, 12:45
by Forboding Angel
Used to be bounce O_o

It was a tag added at the bequest of EE due to fang's ion cannon tanks.

Re: No-explode that does not hit twice

Posted: 20 Jun 2012, 15:20
by knorke
Forboding Angel wrote:Used to be bounce O_o
actuely already was dolan when added but it is unrelated anyway.
I am not sure if this even possible with just tags.