Game Development Community

Tribes 2 Modding ?

by Michael Cozzolino · in Technical Issues · 07/20/2001 (6:21 pm) · 3 replies

Posting this again because it somehow disappeared. I was wondering how I would go about making a cluster bomb like projectile. In example. A grenade projectile is shot then explodes creating a cluster of other projectiles that then explode at different intravals.

About the author

Indie Developer in the Albany NY area. iOS, PC, Mac OSX development. http://itunes.apple.com/us/artist/michael-cozzolino/id367780489


#1
07/25/2001 (11:34 pm)
If I knew off the top of my head I would help you. But you might find the answer very quickly if you try a Tribes2 modding site like
www.tribes2centraldownload.com or somthing similar.
#2
07/26/2001 (9:19 am)
Unfortunately that didn't help me but thanks anyway.
#3
08/10/2001 (10:26 am)
function MyClusterBomb::onExplode(%data, %proj, %pos, %mod)
{
1. For each sub-munition
  1.1 Determine random vector and or velocity
  1.2 Spawn new submunition
}
That's about it.