Game Development Community

About camera

by Wonglee · in Torque Game Engine · 05/12/2005 (12:13 am) · 2 replies

I recomplie my engine and now I can set the camera system to run in godview mode.
After downloading the mission, i have to press "TAB" to switch to the godview mode.
How could I ignore it? I mean after downloading the mission it is set to godview mode, needn't to press
"TAB".

#1
05/12/2005 (9:32 am)
On the client side of your code, put in a $firstperson = false; - e.g. in the playgui.cs onWake()
#2
05/12/2005 (11:11 pm)
Great! Thanks Thomas~~