Bullet Explosion?
- BattleSkarz
- Posts: 81
- Joined: Thu Nov 29, 2007 10:42 pm
- Contact:
Bullet Explosion?
I want to make the rocket explosion shoot bullets in all directions. is this possible? retarded? has it been done before? how might i do this?
-
- Posts: 193
- Joined: Sat May 17, 2008 1:15 pm
- Location: Silicon Valley
- newbymodder
- Posts: 1475
- Joined: Fri Nov 24, 2006 4:43 pm
- Location: San Angelo, Tejas
![]() |
![]() |
- BattleSkarz
- Posts: 81
- Joined: Thu Nov 29, 2007 10:42 pm
- Contact:
- newbymodder
- Posts: 1475
- Joined: Fri Nov 24, 2006 4:43 pm
- Location: San Angelo, Tejas
![]() |
![]() |
well some people,
, don't quite get it so it helps and the part answer yes you can do it. How do i know? iv seen mods like that before but as i stated i do not know how i would image in would be in the effect tag for the explosion and you would have to change it from the explosion itself to an bullet and you would have to change the damage value from a rocket to w/e u wanted, but i don't know how to create multiple bullets.Themandyou wrote:Like a spike grenade?
-
- Posts: 541
- Joined: Thu Feb 08, 2007 5:39 pm
- Location: NJ
You would have to do that chain spawning thing.
http://forums.halomods.com/viewtopic.ph ... 131#603131
http://forums.halomods.com/viewtopic.php?t=34079
http://forums.halomods.com/viewtopic.php?t=38636
those should help and when you chain spawn you can spawn any type of proj, bloc, bipd, weap,vehi, and maybe machs, not sure.
http://forums.halomods.com/viewtopic.ph ... 131#603131
http://forums.halomods.com/viewtopic.php?t=34079
http://forums.halomods.com/viewtopic.php?t=38636
those should help and when you chain spawn you can spawn any type of proj, bloc, bipd, weap,vehi, and maybe machs, not sure.
Your mom became oversized. Please make your mom smaller before reposting.

Infern0 wrote:You just shave the excess bush and burn the leftovers.
- BattleSkarz
- Posts: 81
- Joined: Thu Nov 29, 2007 10:42 pm
- Contact:
- BattleSkarz
- Posts: 81
- Joined: Thu Nov 29, 2007 10:42 pm
- Contact:
okay, i've got the whole spawning a bullet thing down, but it just shoots straight forward, directly into what the rocket just hit. how can i make it shoot in other directions, and more importantly, how can i make it shoot more than one?
neodos's tutorial on the subject was very confusing. it seems his entity is entirely different than mine...
neodos's tutorial on the subject was very confusing. it seems his entity is entirely different than mine...

- CaptainPoopface
- Posts: 408
- Joined: Mon Jul 23, 2007 7:56 am
![]() |
![]() |
![]() |
The direction of chainspawned objects is difficult to manipulate with precision. To make more than one proj, copy the proj chunk for as many projectiles as you need. Also, IIRC, the rocket explosion is tricky because it has two events - the explosion, and the wispy smoke afterwards. Verify that your proj is spawning properly by changing it to something easily visible, such as the plasma pistol charged bolt or the brute plasma bolt. Sometimes the damage from the chainspawning explosion will destroy your projectile, or the force may deflect it from its intended course. Null the jpts for the rocket explosion, or at least the force.
You have a few options for changing the spawned proj direction, but some of it is random, beyond our control. Markers are the place to start. It sounds like your proj has the "forward" marker. Try changing it to up, normal, reflection, and backward. The marker tells the effect where to happen and/or which direction to go. Your best bet is probably to use the up marker, then adjust the velocity cone angle to make the projectiles go out. But you can't really control how they spread, and it will be different every time the explosion happens. If your projs are going up and not hitting anyone, give them some air gravity so that they fall back to the ground. Headshotmasta did this for the spark grenade in his mod Prophet's Elimination. Look at its detonation effect. Also look at the 3volved spike grenade detonation effect to see how they did it.
Manipulating effects and markers requires a lot of trial and error. I can't really help you more than this. Read the tutorials that neodos and DemonicSandwich and I have posted regarding markers and effects. I briefly mention the velocity bounds, angular velocity, velocity cone angle and radius in one of my tutorials.
Good luck. You can do a lot of cool stuff with markers, but you have to invest some time to figure them out.
You have a few options for changing the spawned proj direction, but some of it is random, beyond our control. Markers are the place to start. It sounds like your proj has the "forward" marker. Try changing it to up, normal, reflection, and backward. The marker tells the effect where to happen and/or which direction to go. Your best bet is probably to use the up marker, then adjust the velocity cone angle to make the projectiles go out. But you can't really control how they spread, and it will be different every time the explosion happens. If your projs are going up and not hitting anyone, give them some air gravity so that they fall back to the ground. Headshotmasta did this for the spark grenade in his mod Prophet's Elimination. Look at its detonation effect. Also look at the 3volved spike grenade detonation effect to see how they did it.
Manipulating effects and markers requires a lot of trial and error. I can't really help you more than this. Read the tutorials that neodos and DemonicSandwich and I have posted regarding markers and effects. I briefly mention the velocity bounds, angular velocity, velocity cone angle and radius in one of my tutorials.
Good luck. You can do a lot of cool stuff with markers, but you have to invest some time to figure them out.
Retired. Thank you neodos, DemonicSandwich, DarkShallFall, Dragonfire, foxfanatic2317, GOWO and everyone in the hall of fame.
If you want to know how I did something, take apart my mods.
If you want to know how I did something, take apart my mods.