Game Development Community

3rd person in TGEA

by Morrie · in General Discussion · 08/03/2007 (5:48 am) · 4 replies

How do I get 3rd person in TGEA is there an implementation?
Thank you.

#1
08/03/2007 (6:19 am)
Its the same as it was in TGE, and this should be in the TGEA forums.
#2
08/03/2007 (7:19 am)
I've looked, I tried a couple of them, but some of them didn't work or didn't explain it very well. I searched the TGEA forums for a couple of days now.
#3
08/03/2007 (7:58 am)
All you have to do is toggle $firstPerson on or off in the scripts and call the ServerConnection.setFirstPerson($firstPerson) to set it in the engine. Just open up the default.binds.cs from TGE and use it as your example.
#4
08/03/2007 (8:07 am)
I re-downloaded it, it work now thank you