Jump to content
Sign in to follow this  
malakdecaen

disable ambient animation for a unit ??

Recommended Posts

Hi everybody ,

I'm looking for disable the ambient animation of a unit , i mean the automatic animation when you stop to use your player , the player start to look around or do something ...

I want to disable this because that make some bugs with my custom animations .

Is there a way to disable this ?

I've tried with "this enablesimulation false;" that work but with this the soldier in your group don't follow you anymore :(

Any idea are welcome ;)

Thanks by advance and sorry for my bad english .

Share this post


Link to post
Share on other sites

Hi!

I think its possible, maybe try something like this in the unit's init? :D (has to be AI): man1 disableAI "Anim";

Regards,

Ranwer135

EDIT: you can change "man1" to "this" if you want to, by the way. :p

Share this post


Link to post
Share on other sites

Hi ranwer , thank for your reply .

I've tried but nothing good , the AI still look around .

I've check a animal and they don't play ambiant animation like human .

Share this post


Link to post
Share on other sites

What do you want to achieve?

If it is just the head movement you want to disable, make the AI doWatch or doTarget something in front of it.

Else you would need to make a addon that removes all the ambiente animations from the game.

Edited by Lappihuan

Share this post


Link to post
Share on other sites

Hi Lappihuan ,

I'm working on my addon (it's an animal) configured like a man (animations...) but when i play with it the ambient animation make a conflit between my new animation and the ambient animation , head movement ...

So i just want remove all ambient animation , but i don't know where i can find them :( .

Share this post


Link to post
Share on other sites

Thanks i will take a look ;)

EDIT: nop after disable all A3 animations , the model keep looking around :(

i'm desperate .

Edited by kakarot

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×