Game Development Community

Mount player at chair ?

by Yadhi Aditya P · in Torque Game Engine · 12/09/2008 (11:15 pm) · 4 replies

Does anybody have been implemented about mount player on chair?
i need resources(links, tutorial, code...etc) to build this stuff, thanks

#1
12/10/2008 (3:03 am)
There won't be a resource. Basicly, all you need to do is to add a mount point to the chair and tell the player in script to "sit" there.
#2
12/10/2008 (7:51 am)
You would also need a "sitting" or "sit-down" animation. Look at vehicle mounting to see how to mount players to a mount node.
#3
12/10/2008 (11:07 pm)
And the chair.....? what type of class ? is staticshape ?
#4
12/14/2008 (11:21 pm)
Thanks everyone.... now its done.... i am using staticshape class for the chair and its work