Page 1 of 1

Changing choking animation effect [Solved]

Posted: Thu Oct 13, 2011 4:17 pm
by Executer94
So I since I gave my jedi the force choking I noticed that the droids put their hands to their "throat" what is kind of unrealistic to me. Is there any way to give the choking an other animation than that.

I looked a bit around in the folders of the Modtools looking for the word "choking" because thats whats written in, for the SoldierAnimation in the force_choking odf.

Is there anyway to change this choking to a kind of "falling" animation. The one you get when the unit is like moving their arms and feet while falling down somewhere.

Re: Changing choking animation effect

Posted: Thu Oct 13, 2011 4:30 pm
by DarthD.U.C.K.
that is what causes the animation:

Code: Select all

SoldierAnimation    = "choking"
the actual animation is stored in the "human" animationbank, you can find it in "assets\Animations\SoldierAnimationBank\human_4" if you want to have another animation for all units, change the line in the odf. you can use any animation from the "human_number" folders instead. if you want just a certain unitclass to have another animation, you have to make a custom animationset for them and name the animation you wanna use to "animationset_chocking".

Re: Changing choking animation effect

Posted: Fri Oct 14, 2011 9:58 am
by Executer94
Thanks man! Works quiet good but do you know the one which the unit is doing where they like falling for a long time?

EDIT: I found it, it is "tool_jumpfall"