Author Topic: Vehicle Mount Hug Position?  (Read 854 times)

Well, I have a funny mount style on an upcoming vehicle, and I was thinking I would do a crouch, or root mount... but to fit in with the shape, the mount has to be rotated at an angle. Would I do this by rotating the joint, or messing with some script.. or is it impossible?
Solved.

Now, is it possible to have it so when you mount the vehicle, you do like a slash command? Like when you mount it, it goes into a hug position?
« Last Edit: April 05, 2009, 05:39:27 PM by Azerath »

Normally you'd just rotate the joint/node in the modelling program.

Thanks Ephi. Now, how would I make him into a hug position?

Code: [Select]
mountThread[0] = "root";
mountThread[1] = "root";
mountThread[2] = "sit";
I think it has to do with these.

Yes, I tried "hug", but it does not work.