Game Development Community

Horse Pack Discussion

by Ed Johnson · in Torque Game Engine · 04/26/2007 (1:46 pm) · 4 replies

Hello all, I just recently purchased the 3d-diggers horse pack. I've got to say, high quality stuff!

I've had a little bit of trouble getting everything working 100%, mainly being able to jump and dismount.
I can jump fine when not on the horse, but when I mount the horse I can't jump or dismount. Weirdly enough, if I hold down the space bar (jump key) while pressing the dismount button (m) it dismounts me.

Looking at the scripts, both the jump and the dismount are called from triggers:

$mvTriggerCount1++;

Could this be the source of weirdness? I've been using stock (unmodified) TGE 1.5 for these experiments.

#1
04/26/2007 (3:21 pm)
Hi Ed,
did you read my comment here: www.garagegames.com/blogs/8239/12719?
Did you merge the player.cc changes?
#2
04/26/2007 (5:21 pm)
Yep I did, merged them by hand.. going to try again tonight, see if anything different happens..
#3
04/26/2007 (7:11 pm)
Ok, so I wasn't changing _every_ line! D'oh! works fine :)
#4
04/27/2007 (12:51 am)
Glad it works! :)