Jump to content
Sign in to follow this  
Nickerd

Fixing a car, animations.

Recommended Posts

Hello, folks!

So I've been trying to make a little camp, in Arma 3. I wanted to make people 'repair' cars, for example with the fixing car wheel animation.

In the campaign I saw multiple animations involving vehicles, for example someone laying under it. But the thing is I can't find those animations in the Animations list, only the fixing car wheel one. So I just wanted to ask if anyone knows the names for the animations, so I can use those for my mission! I'll try to get a video of the animations I'm talking about.

Thanks in advance!

---------- Post added at 21:08 ---------- Previous post was at 20:44 ----------

Alright, I quickly made a video, I was talking about these animations:

https://www.youtube.com/watch?v=iuEa-gIzgGY&feature=youtu.be

https://www.youtube.com/watch?v=iuEa-gIzgGY&feature=youtu.be

Share this post


Link to post
Share on other sites

do you use the animation viewer in the editor to browse animations?

Share this post


Link to post
Share on other sites

They're in BIS_fnc_ambientAnim.

For example:

[unitName, "REPAIR_VEH_STAND", "ASIS"] call BIS_fnc_ambientAnim;
[unitName, "REPAIR_VEH_KNEEL", "ASIS"] call BIS_fnc_ambientAnim;
[unitName, "REPAIR_VEH_PRONE", "ASIS"] call BIS_fnc_ambientAnim;

I'm not at my Arma PC so I can't tell you the anim names, but if you start one of the anims on a unit then look at it and put this in the debug console you can get the anim name:

hint format ["%1",animationState cursorTarget];

Have a look in the function viewer in the editor - they're all in there.

  • Thanks 1

Share this post


Link to post
Share on other sites

Aahhh thanks a lot man! Yes I used the animation viewer, but I couldn't find them, they should be under cutscene right? I check that list like 10 times. But thanks a lot.

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  

×