Nickerd 1 Posted March 28, 2014 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
lappihuan 178 Posted April 2, 2014 do you use the animation viewer in the editor to browse animations? Share this post Link to post Share on other sites
das attorney 858 Posted April 3, 2014 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. 1 Share this post Link to post Share on other sites
Nickerd 1 Posted April 3, 2014 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