Changing choking animation effect [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Executer94
Major
Major
Posts: 504
Joined: Fri May 01, 2009 7:45 am
Location: Chalmuns Cantina

Changing choking animation effect [Solved]

Post 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.
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Changing choking animation effect

Post 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".
Executer94
Major
Major
Posts: 504
Joined: Fri May 01, 2009 7:45 am
Location: Chalmuns Cantina

Re: Changing choking animation effect

Post 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"
Post Reply