PDA

View Full Version : DisableAI "Anim" dont work anymore??



Himmelsfeuer
Sep 5 2009, 16:35
Hi,i tried that with success some days before.

Soldat2 switchMove "AmovPsitMstpSlowWrflDnon_Smoking";
Soldat2 disableAI "Anim";
Soldat2 disableAI "Move";

Soldat3 switchMove "AmovPsitMstpSlowWrflDnon";
Soldat3 disableAI "Anim";
Soldat3 disableAI "Move";

Exit

It worked.The Soldiers stayed in their Animation,1 keeps sitting,the other one smoking while sitting.when i go near them now,they start saluting and stand up?!The AI is disabled,whats wrong here?thanks for help...!

IndeedPete
Sep 5 2009, 17:02
I got the same problem when i wanted to make them sit on a chair. Now, i'm using a loop to force them to do the same animation again and again. I would be happy to see a better solution. Maybe there's a command to disable this annoying saluting?

Himmelsfeuer
Sep 5 2009, 17:32
Well the strange thing is actually,that it worked with CAA1 on Afgani...Never never left there Anim with disable Order.Now i was making my windows and armaII installation new and it started not working..strange.

IndeedPete
Sep 5 2009, 18:52
Ha! Got it! To disable the annoying saluting and any other kind of conversation just write in the init line of a unit:
this disableConversation true;
http://community.bistudio.com/wiki/disableConversation

Himmelsfeuer
Sep 5 2009, 19:44
not working;-(
u cant greet them no more and the dialog option is not there anymore but somehow they still just stand up and salute with greetings.

IndeedPete
Sep 5 2009, 20:00
Really? Hm, i didn't test it long enough i guess... But there must be a way to stop them saluting!

Padjur
Sep 6 2009, 04:21
I will have to check this on my mission as well, perhaps
disableAI "autoTarget" and
setBehaviour "CARELESS" to reduce the AI awareness of "unknown objects" might do the trick.