Game Development Community

1.0 Minor Issue No CrouchSide Animation - LOGGED

by Steve Acaster · in Torque 3D Professional · 10/15/2009 (7:28 pm) · 5 replies

Hardly a biggy.

Gideon (and custom players) have a crouch_side animation, but it doesn't play. A quick check of player.cpp reveals no mention of crouch_side.

However, crouch_back is also not listed, yet that does play.

#1
10/15/2009 (7:46 pm)
Yeah, there's no accounting for side crouch or even crouch back in the code -- it actually uses the crouch forward while moving backward.
#2
10/16/2009 (6:26 am)
Does anybody have a quick fix for this?

I would also like to use crouch_side animations :)
#3
10/16/2009 (10:41 am)
I'd "expect" that it's a case of listing the animations along with the others in player.cpp/.h and making sure they fire - but I'm no programmer.

Though I will have a look.
#4
10/16/2009 (12:00 pm)
RESULT!

At least it works for me.
#5
07/01/2010 (6:43 pm)
Logged: TQA-489