Game Development Community

Melee and Ranged weapons

by Colin Cammarano · in Torque Game Engine · 06/15/2009 (10:28 pm) · 2 replies

Hello all! I was wondering if it was at all possible to have a character use both a melee weapon and a ranged weapon at the same time. (Gun in one hand and sword in the other). Thanks in advance!

About the author

Recent Threads


#1
06/19/2009 (4:37 pm)
Sure it's possible. It's possible to mount multiple guns on a character and have them able to fire them independently (trigger0 and trigger1 will natively fire weapons that are in mount0 and mount1).

As for the melee thing, that will probably depend on how you implement melee, but I'm sure it's possible.
#2
06/19/2009 (7:47 pm)
Yes, exist a resource for melee atacks, and a multiplayer sword game made with torque.