Game Development Community

How do you get Kork to do Landing animation?

by Affectworks · in Torque Game Engine · 12/18/2005 (11:36 am) · 1 replies

As it stands from the initial install of tge 1.4 the kork player character doesn't do a landing animation, he has one but he doesn't do it when you jump real high and crash back to the terrain. I was wondering if anybody has implemented this yet, and if so, what was the solution.

Thanks

#1
02/09/2006 (4:20 pm)
You might need to adjust this in the player.cs script:

minImpactSpeed = 10;

It also depends on the angle of the terrain.