Projectile Problems
Projectile Problems
I'm trying to create a spell that shoots a line of explosives along the ground but I'm having some troubles. So far I've been able to create an attack that shoots an arrow with a contrail of satchel charges on fire behind it. The arrow glides over the ground much like a warlocks fire ball and the satchel charges on fire detonate a short while after the arrow has been fired to create the explosive line. This works okay but I don't want the explosives to fall to the ground and explode I want them to burst up from the ground. How far the explosion will go is also unpredictable which I don't want.
Any help would be nice. Thanks.
Any help would be nice. Thanks.
if you duplicate the satchel charges that you're using, you can modify those so that they detonate immediately (in the flags section of the projectile dialogue) and use them instead of the original satchels.
if you want them to fall just a little, change the lifespan of the new satchel charge to something smaller than what it currently is, and reduce the difference between the min and max lifespans.
hope that helps.
if you want them to fall just a little, change the lifespan of the new satchel charge to something smaller than what it currently is, and reduce the difference between the min and max lifespans.
hope that helps.
*toot*
Yeah I think I tried that out and it dint work out very well .
Here is some screen shots so you have a better idea of what I'm talking about.
This is what i actually want. More of a line that exploding upwards out of the ground like a line a satchels.
Another problem is once the explosions reach the source of their creation (the arrow) it gets destroyed and no longer produces satchels. I checked it the flags "destroyed only by lifespan" but it doesn't work... I think..
I'll do some more fooling around but more help would be nice.
Here is some screen shots so you have a better idea of what I'm talking about.
This is what i actually want. More of a line that exploding upwards out of the ground like a line a satchels.
Another problem is once the explosions reach the source of their creation (the arrow) it gets destroyed and no longer produces satchels. I checked it the flags "destroyed only by lifespan" but it doesn't work... I think..
I'll do some more fooling around but more help would be nice.
To at least prevent the arrow from being destroyed by explosions that are catching up, modify your object tag for that arrow so that it's invincible against explosions (value 0.000). At the same time I'd suggest trying to make the arrow size smaller so that you can hide the arrow that's dropping the satchels for the explosions.
I bet that if you work with the contrail settings you could get something closer to what you want. However, I have little experience with contrail settings so I just suggest you keep it at
Good luck
I bet that if you work with the contrail settings you could get something closer to what you want. However, I have little experience with contrail settings so I just suggest you keep it at
Good luck
lol now that the arrow is immune to explosions when the explosions reach the arrow it gets shot forward like a rocket. ----> oooooo-> O--------------------->teepens wrote:To at least prevent the arrow from being destroyed by explosions that are catching up, modify your object tag for that arrow so that it's invincible against explosions (value 0.000). At the same time I'd suggest trying to make the arrow size smaller so that you can hide the arrow that's dropping the satchels for the explosions.
I bet that if you work with the contrail settings you could get something closer to what you want. However, I have little experience with contrail settings so I just suggest you keep it at
Good luck
Any advice as to what I do now?
Thanks for the tip. I'll try that out.
So I'm guessing there is no know way to make the arrow fly lower?
Edit:It's all good now I fixed everything and it looks exactly how I want it. I figured out how to get the explosions on the ground. In the projectile groups for the explosion I just checked "is on ground" then I removed the flight sequence for the "arrow" so all you see is a line of explosions on the ground. While I was in the projectile group for my spell explosion I added a mesh effect and some sparks (instead of bottle pieces). It looks awesome. Thanks for the help. If I can I'll post a video of it.
Oh one small problem. In order for the explosions not to kill monster using attack I made him invincible to explosions in object tag. I still want him to be able to be effected by explosions, just not his attack. I would check "cannot hurt owner" in projectile flag but I think that would only count for the "arrow" which would mean the explosions that fallow the "arrow" would still hurt him. Am I correct? So how do I make him unaffected by the explosions he creates but not other explosions?
So I'm guessing there is no know way to make the arrow fly lower?
Edit:It's all good now I fixed everything and it looks exactly how I want it. I figured out how to get the explosions on the ground. In the projectile groups for the explosion I just checked "is on ground" then I removed the flight sequence for the "arrow" so all you see is a line of explosions on the ground. While I was in the projectile group for my spell explosion I added a mesh effect and some sparks (instead of bottle pieces). It looks awesome. Thanks for the help. If I can I'll post a video of it.
Oh one small problem. In order for the explosions not to kill monster using attack I made him invincible to explosions in object tag. I still want him to be able to be effected by explosions, just not his attack. I would check "cannot hurt owner" in projectile flag but I think that would only count for the "arrow" which would mean the explosions that fallow the "arrow" would still hurt him. Am I correct? So how do I make him unaffected by the explosions he creates but not other explosions?
I've thought of that too. I think I'll just do that.
Now, One last thing... If I remove the flight sequence for the arrow (or w/e projectile I'm using) the explosions stay small and centered on a small spot. But... If I place an object in front of the explosions they seem to "bounce" off of that object and make the explosions look bigger. So if I use an spark as the flight sequence the explosions won't "bounce" much but will still look good. If I put a warlocks fire ball the explosions "bounce" a lot and it looks really cool. Is there any object I can put as the flight sequence that is invisible but will still be there for things to bounce off of?
Here's and example:
Now, One last thing... If I remove the flight sequence for the arrow (or w/e projectile I'm using) the explosions stay small and centered on a small spot. But... If I place an object in front of the explosions they seem to "bounce" off of that object and make the explosions look bigger. So if I use an spark as the flight sequence the explosions won't "bounce" much but will still look good. If I put a warlocks fire ball the explosions "bounce" a lot and it looks really cool. Is there any object I can put as the flight sequence that is invisible but will still be there for things to bounce off of?
Here's and example:
There isn't anything like that to my knowledge, but I can easily make a collection like that.
I'll put a link to it when I'm done.
Edit: Invisible Fireball Collection
Use the Invisible Fireball seq. It's set so that there is no bitmaps in the collection, just the selection box of the fireball (meaning things will bounce off it, but the fireball won't be visible).
I'll put a link to it when I'm done.
Edit: Invisible Fireball Collection
Use the Invisible Fireball seq. It's set so that there is no bitmaps in the collection, just the selection box of the fireball (meaning things will bounce off it, but the fireball won't be visible).
Put it in your collections folder, in your local folder.Nekura wrote:Oh btw, how do I use this exactly?
Go into the projectile tag your using, and set the collection to the one I gave you, then set the flight seq with the only seq on the collection. That will make that bounce your talking about without having a visible leading object.