Game Development Community

FPS Tutorial CTF example

by Vincent Ellis · in Torque 3D Professional · 09/18/2013 (3:25 pm) · 2 replies

Is there a CTF example based on the official FPS tutorial from GarageGames?

#1
09/18/2013 (10:56 pm)
No, there is no example. Should be pretty easy if you look at the health kit and make a "flag" based on that, just change the "onPickup()" method to "collect" the flag....

Adding the "flag" item and then getting it to mount to the player like the old Tribes days is only a little more complex.

Hopefully these suggestions get you pointed in the right direction.
#2
09/19/2013 (6:48 pm)
Vincent, while there is no example I'd like you to look up Team Deathmatch which is widely documented... Then work the flag from there ^_^