Jetrise 76 Posted November 15, 2016 I'm looking for an animation in the animation viewer for an animation that takes down a person. Like stealthy choke take down, however, I can't seem to find anything! Does anyone know of any animations that can do this in A3? Thanks Share this post Link to post Share on other sites
Guest Posted November 15, 2016 I don't think there is one in Arma (maybe Apex I don't know) but I'm sure MOCAP has some. Share this post Link to post Share on other sites
Midnighters 152 Posted November 15, 2016 When in the editor, just go ahead and place down a player. Then play it in singleplayer, once you have pressed escape, you'll see a little button for animation in the debug console. If you press it, it'll open the splendid animation viewer. It contains every action from the apex campaign and such, you'll find all the animations in the game in there. you can use the switchMove or playMove command for each action. For example: player switchMove "Act_OpenTerminal"; or player playMove "Act_OpenTerminal"; Share this post Link to post Share on other sites
Midnighters 152 Posted November 15, 2016 Or, if you want to call a function to open the viewer. It's simply: [] call BIS_fnc_animViewer; Share this post Link to post Share on other sites
Midnighters 152 Posted November 16, 2016 Found a sort of extend to this. I understand you're looking through the viewer already now you have the following animations from the executioner in the apex campaign: "Acts_Exectuioner_Kill" "Acts_Executioner_Kill_End" "Acts_Executioner_Squat" "Acts_Executioner_Standing" "Acts_Executioner_StandingLoop" "Acts_Executioner_ToPistol" these were all found under the cutscene tab. Share this post Link to post Share on other sites