Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






unit disableAI "ANIM";
is the way to go. It doesn't allow units to change their animations automatically.
Thanks, ZA Johan.
Just figured it out:
Boer disableAI "ANIM";
Boer setCombatMode "Blue";
Boer enableMimics false;
Boer switchMove "ActsPercMstpSnonWnonDnon_DancingStefan";
Hope that helps someone else who are also struggling to get it to work.
* Boer is the Variable Name I gave the unit. Replace with the name you give your unit.
* I used this in a Trigger.
Boer playMove "ActsPercMstpSnonWnonDnon_DancingStefan"; -Does not work
Boer playMove "ActsPercMstpSnonWnonDnon_DancingDuoStefan"; -Does not work
Boer playMove "ActsPercMstpSnonWnonDnon_DancingDuoIvann"; -Does not work
Weird, because they do work in Animation viewer.
Any advice, or has this simply become outdated?
What exactly doesn't work? I mean which weapon?
very cool.
Can you plz make the same for the Armed Assault cutscenes (TV studio and Marian animations).
(https://community.bistudio.com/wiki/ArmA:_Moves) . These are only 15 pcs i think.
Looks incredible, just dunno how it works.