Game Development Community

Main Player

by Gary Roberson · in Technical Issues · 08/21/2008 (6:55 pm) · 4 replies

My question is simple.

First off, I admit I havn't reviewed all the threads to see if this question have already been answered. The only game I have made with Torque that even attempts to answer my question is Minions of Mirth.

In that game, the plauyer can have up to six people in his party, but the designers chose to have only one figure in the game.

Is is possible to have more than one on-screen character in a game and switch between them?

Thx, Guys?

#1
08/21/2008 (8:05 pm)
Yes, it is possible. You have the source code, so anything is possible with the right know how.
#2
08/23/2008 (2:12 pm)
That should be pretty easy, just spawn some ai characters and when the player switches make the player control object the selected ai character.
#3
08/25/2008 (9:05 pm)
Thanx guys,
#4
08/26/2008 (3:28 am)
You might want to look at this. It was made three years ago, but it might make doing this easier.