Game Development Community

Mount point names

by Ben Jones · in General Discussion · 10/14/2006 (1:36 pm) · 2 replies

Hey, i was jsut wondering if you needed to name all of the mount points like this: mount0 mount1 mount 2 etc...

or can you do like mounthead mountRshoulder mountLshoulder

thanks!

#1
10/14/2006 (2:17 pm)
The functions to mount expect the mount points to be named with numbers, because you pass the mount point index in as a number.

You could make some changes in the engine to make them named, but you'd have to change C++ to do it.
#2
10/15/2006 (5:54 am)
I just write them down...

right hand mount----------------------------mount0
left hand mount------------------------------mount1

and so on