// =========================================================================================================
//  Animation Viewer
//  Version: 1.1.0
//  Author: Hoz, Mandoble, Kronzky
// =========================================================================================================
//
//  Demonstrates all available animations through an in-game menu.
//  Also displays any faces, or plays any music tracks that are embedded in the game.
//  If "Queen's Gambit" is installed, those additional animations are available under "Animations (QC)".
//
// =========================================================================================================
//
// Installation:
// Locate your mission folder (most likely under "My Documents\ArmA\missions", 
// and extract all files (including their folder name) into that directory.
//
// Usage:
// Open the editor and select "Rahmadi / OFPECGameViewer".
//
// Use the action menu to switch between the different browsers.
//
// Buttons:
// "Clear" removes all animations from the list.
// "Add" takes the animation name that is entered in the main text field, and adds it to the list.
// "Normal"/"Slow-Mo" toggles the animation speed between normal and 1/10 of the regular speed.
// "Repeat" repeats the last animation.
//
// =========================================================================================================
//
// Notes:
// The list of animations comes directly from the Bohemia Wiki (http://community.bistudio.com/wiki/ArmA:_Moves),
// and is sorted in the exact same order it is listed there (to make updating that list a bit easier).
//
// =========================================================================================================
