Game Development Community

Multiple projectiles from one weapon

by Derk Adams · in Torque Game Engine · 06/18/2004 (8:20 am) · 2 replies

I have just gone through 3D Game Programming All in One and have a question about weapons.

Is it possible to have multiple projectiles come from one weapon (i.e. multiple muzzlepoints). I am looking at a missile launcher with between 2 and 40 missiles being launched at each firing.

Thanks,
Derk

#1
06/19/2004 (12:47 pm)
Http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=1714
that does multiple missles from one fire, and does spread. If ya dont want the spread, remove it from the code. The multiple missles are jsut done from a for statement as u'll see in that tutorial.
#2
06/19/2004 (7:55 pm)
Jacob,

Perfect. Thanks for the link.

Derk