Game Development Community

Changing the size shape and color of a bullet

by Brant Axt · in Technical Issues · 01/31/2004 (3:11 pm) · 8 replies

Help! Could someone tell me how to change the size shape and color of a bullet. I do not know how to. Please someone will you tell me how!

#1
01/31/2004 (7:06 pm)
You modify it in a program like Milkshape.
#2
01/31/2004 (9:47 pm)
In the code, the word "projectile" is used to refer to bullets and other things.
#3
02/01/2004 (5:38 pm)
Where is projectil in the code?
#4
02/01/2004 (5:42 pm)
How would you get to milkshape?
#5
02/01/2004 (5:53 pm)
Create your own bullet in Milkshape. Export it to Torque (to a .dts) Then place it in your game. If you do a search for "projectile.dts" you might find the one you use in your game. If you are lucky the milkshape file will also be there. That way you don't have to start with a completely new object.

As far as "Where is projectil in the code?" Do a search for "projectile" within the .cs files. Thats how you find it.
#6
02/02/2004 (2:03 pm)
Thanks for the help but do you have to have a torque because i don't
#7
02/02/2004 (2:16 pm)
Someone has to attack this guy.
#8
02/02/2004 (5:44 pm)
Be nice, Badguy. :)

Yes, you do. I would suggest learning some C++ before getting it.