Game Development Community

Problem with collision on mounted objects

by Brendan Burns · in Torque Game Engine · 10/03/2006 (3:36 pm) · 3 replies

I am trying to mount a player to another player. I am able to mount the player using mountObject, but then the carrier player is unable to move forward. I am guessing this is because of problems with the collision detection between the players.

I would greatly appreciate any help with solving this problem, preferably in TS, but I do have a full license so I can edit the source if I need to.

Thanks in advance.

#1
10/03/2006 (3:46 pm)
When you say mount a player to another player. What do you mean? Human player to horse player or Human player to car, etc.
#2
10/03/2006 (5:43 pm)
I'm mounting the default 'blue guy' to another 'blue guy'.

I just want to pick up a player, and move, with him "on my shoulder" etc.
#3
10/05/2006 (5:42 pm)
I've fixed it now, it was due to a problem with the mount points