Jump to content

Search the Community

Showing results for tags 'animation'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 93 results

  1. Welcome to the tutorial of Artwork Supporter, this is where you need to look at make static animations and its configurations. You can also find FaceRig to make facial expressions! Useful links also: https://community.bistudio.com/wiki/CfgMoves_Config_Reference Disclaimer: this is NOT a turorial for user, but third-party developers. Requites some basic configuration and Blender knowledge to understand these informations. How to make a static animation and/or gesture You need: Blender ArmaRig by Macser FHQ Arma Toolbox for Blender by Alwarren (Optional) Arma 3 Tools (Optional) Arma 3 Samples 0. Set up everything Install Blender. Install and enable FHQ Arma Toolbox for Blender, I don't instruct you here. Read some official and/or Blender official documents. Download ArmaRig. 1. Make an RTM Open ArmaRig in Blender. Everything you see in the 3D screen is your action figure. You just need to move, rotate to pose it to your desired pose. Files > Export > Arma 2/3 RTM Animation and save as. 2. Configure Configure. More informations stated below. To make an animation: You need to modify CfgMovesMaleSdr. This is the (my) basic config. class CfgMovesBasic; class CfgMovesMaleSdr: CfgMovesBasic { class States { class AmovPercMstpSnonWnonDnon; class YourAwesomeStaticAnim: AmovPercMstpSnonWnonDnon { actions = "NoActions"; //You always need this to prevent animation related problem speed = 1e+010; //speed = n; means the animation will take 1/n seconds to play connectTo[] = {}; //Defines next animation to play, should nothing when is static and not intended to use in actual gameplay interpolateTo[] = {}; //Same aiming = "empty"; //Currently I suggest you to keep "empty" here head = "empty"; //Same canReload = 1; //If is 1 the animation can reload file = "Path\to\your\awesome\static\anim.rtm"; }; }; }; Optional configurations: /* To make fire-able */ canPullTrigger = 1; //Put his finger to trigger disableWeapons = 0; //Declares anim can fire or not, 0 to open fire disableWeaponsLong = 0; //Same, what's difference BTW? weaponLowered = 0; //I believe this does not so much but I put /* Weapon IK */ //Weapon IK, or Inverse Kinematics is a technology to fit units' hands/arms to weapon dynamically. This won't do any when the weapon has no such config and animation. weaponIK = 1; //Defines what weapon to fit hands, 0 is none, 1 is rifle, 2 is pistol (HIGHLY not recommend to use) and 4 is launcher rightHandIKCurve[] = {1}; //{1} to fit hand to weapon, {0} to leave hand to animation. {0.6} to blend IK:non-IK(FK) 6:4. leftHandIKCurve[] = {1}; //Same but for left hand /* Show optional things */ showHandgun = 1; //1 to show pistol to their right hand, 0 to hide and/or to their holster if the vest has one showItemInHand = 1; //1 to show binoculars to left hand //Note: you can't move pistol/binoculars to somewhere other than their pre-defined position, pistol is always sticked to their right hand, same goes for binoculars weaponIK example with the same RTM, left to right, {0}, {0.5} and {1}, note these hands. You also can make a macro to re-use same configurations. If you've enough knowledge though. My customized macros: #define StaticBase \ actions = "NoActions";\ speed = 1e+010;\ connectTo[] = {};\ interpolateTo[] = {};\ aiming = "empty";\ head = "empty";\ canReload = 1;\ #define EnableFireBase \ canPullTrigger = 1;\ disableWeapons = 0;\ disableWeaponsLong = 0;\ weaponLowered = 0;\ #define IKBase(Wpn,Right,Left) \ weaponIK = Wpn;\ rightHandIKCurve[] = {Right};\ leftHandIKCurve[] = {Left};\ To make a gesture: The basic principle is the same with CfgMovesMaleSdr but little complicated-er. You need to modify CfgMovesBasic and CfgGesturesMale. This is the (my) basic config. class CfgMovesBasic { class ManActions { YourAwesomeGesture[] = {"YourAwesomeGesture","Gesture"}; }; }; class CfgGesturesMale { class Default; class States { class YourAwesomeGesture: Default { looped = 1; //Recommend to 1 speed = 1e-010; connectTo[] = {}; interpolateTo[] = {}; aiming = "empty"; head = "empty"; canReload = 1; file = "Path\to\your\awesome\gesture.rtm"; mask = "leftHand"; //The most complicated and important thing is here... More informations stated below }; }; }; mask can be anything in configFile >> "CfgGesturesMale" >> "BlendAnims". In this case, leftHand[] = {"LeftShoulder",0.3,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1}; Will be applied to the RTM. And this means, "LeftShoulder" bone applies the RTM 30%, "LeftArm" bone applies the RTM 100%, and so on. You also can make your own mask. Left to right, base animation, gesture animation and the result with mask = "leftHand". It won't work unless both of CfgMovesBasic and CfgGesturesMale are configurated properly the same time to make a gesture. My customized macros: #define StaticBase \ looped = 1;\ speed = 1e-010;\ connectTo[] = {};\ interpolateTo[] = {};\ aiming = "empty";\ head = "empty";\ canReload = 1;\ #define DisableFireBase \ canPullTrigger = 0;\ disableWeapons = 1;\ disableWeaponsLong = 1;\ weaponLowered = 1;\ #define EnableFireBase \ canPullTrigger = 1;\ disableWeapons = 0;\ disableWeaponsLong = 0;\ weaponLowered = 0;\ #define IKBase(Wpn,Right,Left) \ weaponIK = Wpn;\ rightHandIKCurve[] = {Right};\ leftHandIKCurve[] = {Left};\ #define IKLeft(value) \ leftHandIKCurve[] = {value};\ #define IKRight(value) \ rightHandIKCurve[] = {value};\ #define ActionsBase(Name) Name[] = {Name,"Gesture"}; 3a. Pack and Binarize RTM (Optional) 13 KB is large enough if you're about to make an PBO with a lot of RTMs. You can binarize them to reduce file size. Paste Arma 3 Samples\Addons\Test_Character_01\model.cfg to your MOD directory. Open Addon Builder and check Binarize. Make sure model.cfg is located in the same directory with Addon source directory. Pack. The RTM has only about 2 KB now, in return, you can't open RTM with OB anymore. 3b. Pack Follow 3a instruction, just ignore every instructions about binarizing. 4. Make a MOD, enable it and enjoy You can use switchMove/playMove/playMoveNow to play animation, playAction/playActionNow to play gesture. How to make a facial expressions aka mimic You need: Blender FaceRig by Macser, modified by POLPOX FHQ Arma Toolbox for Blender Object Builder or Oxygen 2 (Optional) Arma 3 Samples 0. Set up everything 1. Make an RTM Open FaceRig in Blender. Everything you see in the 3D screen is your action figure. You just need to move, rotate to pose it to your desired expression. Files > Export > Arma 2/3 RTM Animation and save as. 2. Open in OB or O2 the RTM and export You need to do this so you can show proper RTM in-game. Open Arma 3 Samples\Addons\TemplateRTM\Male.p3d. Make sure Window > Animations is checked. Right click on the Animations Window and From Matrices, select the RTM. Change the Keyframe time to check the RTM is imported properly. Make sure some of the diamonds around model's head are moved. Right click again on the Window and Export Matrices, and save as an RTM. You have a proper RTM which has about 33 KB now. 3. Configure You need to modify CfgHeads. This is the (my) basic config. class MaskFace_A3; class LipMask_A3; class CfgHeads { class Default_A3 { class Grimaces { class RTM_Face; class YourAwesomeMimicFace: RTM_Face { anims[] = {"Path\to\your\awesome\mimic.rtm",1}; animsAI[] = {"Path\to\your\awesome\mimic.rtm",1}; }; class YourAwesomeMimic { type = "compound"; class Items { class YourAwesomeMimicFace: MaskFace_A3{}; class Lipsync: LipMask_A3{}; }; }; }; }; }; You don't need to configure a lot. In this case, you can use YourAwesomeMimic as a your custom mimic entry now. Make sure both of configFile >> "CfgHeads" >> "Default_A3" >> "Grimaces" >> X and configFile >> "CfgHeads" >> "Default_A3" >> "Grimaces" >> Y >> X have the same name. My custom macros: #define MimicBase(MimicName,MimicRTMPath)\ class ##MimicName##Face: RTM_Face\ {\ anims[] = {##MimicRTMPath##,1};\ animsAI[] = {##MimicRTMPath##,1};\ };\ class ##MimicName##\ {\ type = "compound";\ class Items\ {\ class ##MimicName##Face: MaskFace_A3{};\ class Lipsync: LipMask_A3{};\ };\ }; 4a. Pack and Binarize RTM (Optional) 33 KB is large enough if you're about to make an PBO with a lot of RTMs. You can binarize them to reduce file size. Paste Arma 3 Samples\Addons\Test_Character_01\model.cfg to your MOD directory. Open Addon Builder and check Binarize. Make sure model.cfg is located in the same directory with Addon source directory. Pack. The RTM has only about 2 or 3 KB now, in return, you can't open RTM with OB anymore. 4b. Pack Follow 4a instruction, just ignore every instructions about binarizing. 5. Make a MOD, enable it and enjoy You can use setMimic to change facial expression. Note that, setMimic only accepts lower cases. That's mostly all to animate so far. Special thanks: racdenis, Macser
  2. Dear Devs! Please fix it finally a bug which was added after the release of Tanks DLC. The player wants to enjoy the gameplay, instead of annoyance, but when he come across this again and again, player want to break up monitor. This bug appeared after Tanks DLC and it is extremely annoying to the player! I checked the mods do not affect the problem. I have repeatedly reported this on feedback, but this is just infinitely ignored. Description: 1) Player shot from Launcher at enemy vehicle 2) Immediately after this shot, player want to save your virtual life from the enemy return fire (since after shooting from AT-launcher, the whole map sees you and wants to kill) and player press the prone-button, to lie on the ground. 3) After that, the player’s game character falls to the ground, but again automatically rises to its full height again and switching to launcher! After this - the last thing a player has time to see - it as dozen of bullets fly into his face! The problem occurs only with Titan-Launcher in the hands. In order to reproduce this bug Fire Mode from Titan Launcher must be ONLY TOP. I tried to reproduce this problem ten times in Direct mode but I never succeeded. As soon as I switch my launcher from Direct mode to Top mode, I reproduced it the first time! Direct mode is used by default, probably for this reason, many users cannot reproduce this problem at the run game. Note! Direct / Top modes were added to Tanks DLC As I said, the problem initially appeared in the release of Tanks DLC
  3. Hello there, How can I give AI a custom death animation. (from an addon) It's for my "cinematic movie" I tried to combine "IF statement" and "switchmove" for example " if _soldier1 alive false switchmove ....; But it didn't work properly. If anybody could help, I would appreciate. Thanks :)
  4. Hello, I'm working on my psychological horror scenario called Silent Abdera. There is a scene where the camera zooms in on a door. The door is locked, and I want it to animate like someone is trying to open it. I'm only aware of opening and closing animations such as below. But, I can't seem to find a solution for the locked door/budge animation. I have tried the below and doesn't work. If someone knows the solution for this, I'd be more than happy to hear it! Thanks in advance! Some of my missions: [CO-04] Last Stand - Bunker [CO-04] Last Stand - Compound [CO-04] Last Stand - Town [CO-04] Terrorist Hunt - Village [CO-04] Terrorist Hunt - Factory
  5. Is there any way to import 3DS animations to an ArmA model.cfg? I have a plane model in 3DS Max that I got off of Turbosquid and it has several animations (landing gear, bay doors, cockpit opening, etc) that I'd like to import into O2. In 3DS, the animations are all one long strip at the bottom of the screen and they are imported by default as keyframes. I do not want them to be keyframes, but rather animations defined in the model.cfg with the appropriate axes, types, rotations/translations, etc. So far I have been unable to accomplish this. To comply with ArmA's structure, I've had to remake several animations from scratch and I'm asking here to see if there's any easier way to do this because some of them (bay doors) are extremely complex and could take days for me to do by hand.
  6. Hi guys. I am trying to add a new option to the mouse wheel menu, but I want it to be activated only if I have any handgun and if I do not have any the option does not shows at all. Everything works well, but I need it to only works if I have the handgun. This is what i have now: And of course at this moment works with or with out the handgun. player addaction ["<t color='#FF0000'>Shoot as Rich Texan</t>","AirShoot.sqf"]; Te script on "AirShoot.sqf" file works great. Please help. Thanks.
  7. Hello, I have a problem with my animations which do not appear to rotate around the right axis, but only in game. Here are the rendered animations in O2 : In red you will see the axis, in green the rotating bones. Here in arma 3 : Looks like the rotation center is the center of the player. class CfgSkeletons { class MY_SPLENDID_WEAPON { pivotsModel=""; isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = { "trigger", "", "bolt", "", "bolthandle", "bolt", "ejector", "bolt", "firepin", "bolt", "magazine", "", "bullets", "", "safety", "", "muzzleFlash", "", "foresight_unhide", "", "Sight", "foresight_unhide", "foresight_hide", "", "BackSight", "", "fireselector", "" }; }; }; class CfgModels { class MY_SPLENDID_WEAPON { htMin=0; htMax=0; afMax=0; mfMax=0; mFact=0; tBody=0; skeletonName = "MY_SPLENDID_WEAPON"; sectionsInherit = ""; sections[] = {"muzzleFlash"}; class Animations { /* class safety_mode_rot { type = "rotation"; source = "weaponMode"; selection = "safety"; axis = "safety_axis"; memory = 1; minValue = 0; maxValue = 0; angle0 = "rad 180"; angle1 = "rad 0"; }; */ class trigger { type = "rotation"; source = "reload"; sourceAddress = "clamp"; selection = "trigger"; axis = "trigger_axis"; memory = 1; minValue = 0; maxValue = 0.05; angle0 = "0"; angle1 = "rad 15"; }; class firepin { type = "translation"; source = "reload"; sourceAddress = "clamp"; selection = "firepin"; axis = "firepin_axis"; memory = 1; minValue = 0; maxValue = 0.06; minPhase = 0; maxPhase = 0.06; offset0 = -0.5; offset1 = 0; }; class bolt_reload_move_1 { type = "rotation"; source = "reload"; sourceAddress = "clamp"; selection = "bolt"; axis = "bolt_axis"; memory = 1; minValue = 0.2; maxValue = 0.3; angle0 = "rad 0"; angle1 = "rad 80"; }; class bolt_reload_move_2 { type = "translation"; source = "reload"; sourceAddress = "clamp"; axis = "bolt_axis"; selection = "bolt"; minValue = 0.30001; maxValue = 0.4; offset0 = 0; offset1 = -1; }; class bolt_reloadmagazine_move_1 { type = "rotation"; source = "reloadMagazine"; sourceAddress = "clamp"; selection = "bolt"; axis = "bolt_axis"; memory = 1; minValue = 0.05; maxValue = 0.1; angle0 = "rad 0"; angle1 = "rad 80"; }; class bolt_reloadmagazine_move_2 { type = "translation"; source = "reloadMagazine"; sourceAddress = "clamp"; axis = "bolt_axis"; selection = "bolt"; minValue = 0.10001; maxValue = 0.2; offset0 = 0; offset1 = -1; }; class magazine_unhide { type = "hide"; source = "reloadMagazine"; selection = "magazine"; minValue = 0; maxValue = 1; unhideValue = 0.55001; hideValue = 0.602; }; class magazine_hide: magazine_unhide { hideValue = 0; unhideValue = 0.550; }; class magazine_reload_move_1 { type = "translation"; source = "reloadMagazine"; selection = "magazine"; axis = "magazine_axis"; memory = 1; minValue = 0.55001; maxValue = 0.602; offset0 = 0; offset1 = -1; }; class bolt_reloadmagazine_move_3 { type = "translation"; source = "reloadMagazine"; sourceAddress = "clamp"; axis = "bolt_axis"; selection = "bolt"; minValue = 0.7; maxValue = 0.8; offset0 = 0; offset1 = 1; }; class bolt_reloadmagazine_move_4 { type = "rotation"; source = "reloadMagazine"; sourceAddress = "clamp"; selection = "bolt"; axis = "bolt_axis"; memory = 1; minValue = 0.80001; maxValue = 0.9; angle0 = "rad 0"; angle1 = "rad -80"; }; class bullets_hide: magazine_unhide { source = "isEmpty"; selection = "bullets"; hideValue = 1; unhideValue = 0; }; class raise_frontsight { type = "rotation"; source = "zeroing1"; selection = "foresight_unhide"; axis = "foresight_axis"; memory = 1; minValue = 0; maxValue = 0.2; angle0 = 0; angle1 = "rad -90"; }; class zeroing { type = "translation"; source = "zeroing1"; sourceAddress = "clamp"; selection = "Sight"; axis = "sight_axis"; memory = 1; minValue = 0.2; maxValue = 1; offset0 = 0; offset1 = 1; }; class muzzleFlashROT { type="rotationX"; source="ammoRandom"; sourceAddress="loop"; selection="muzzleFlash"; axis=""; memory = 0; centerFirstVertex=true; minValue=0; maxValue=4; angle0="rad 0"; angle1="rad 360"; }; class foresight_hide { type = "hide"; source = "hasOptics"; selection = "foresight_hide"; memory = 0; minValue = 0; maxValue = 1; hideValue = 0; unHideValue = 1; }; class foresight_unhide: foresight_hide { selection = "foresight_unhide"; hideValue = 0.9; unHideValue = 0; }; }; }; }; The animated bones are "foresight_unhide" and "bolt". The classnames of the animations are "raise_frontsight", "zeroing", "bolt_reload_move_1" and "bolt_reloadmagazine_move_1" / "bolt_reloadmagazine_move_4".
  8. I want to add self made animation to my mission. So, I wrote this to the file "description.ext". but I couldn't find my animation in list of animation of editor.(The file "description.ext" is in mission folder. The file"doit.rtm" is in "missionfolder\anim1".) class CfgMovesBasic; class CfgMovesMaleSdr: CfgMovesBasic { skeletonName="OFP2_ManSkeleton"; gestures="CfgGesturesMale"; class States { class AovrPercMstpSnonWnonDf; class zerox : AovrPercMstpSnonWnonDf { file = "\anim1\doit.rtm"; looped=0; speed = 0.32; }; }; }; can I get any help? sorry my poor english. Reference post https://community.bistudio.com/wiki/Mission_Animations https://forums.bohemia.net/forums/topic/143871-custom-reload-gestures/ https://forums.bohemia.net/forums/topic/182765-animation-rtm-file-config/ https://forums.bohemia.net/forums/topic/101182-rtm-animation-tutorial-added/?tab=comments#comment-1690221 Reference video: https://www.youtube.com/watch?time_continue=132&v=nyDjbnm94n0 https://www.youtube.com/watch?v=kMt3xKUXAuI
  9. Hello first of all. I want to make a Scenario in which a plane starts from the deck of the Aircraft carrier and I want the deck crew member to make the animation which is shown in the Jets DLC campaign/ showcase when the player presses the spacebar to start the takeoff procedure. So it's timed correctly with the Jet taking off and the end of the animation. This, of course, should only be done by the Crewmember who is standing next to the Jet taking off. Since I have no Idea how to script or program I'd like to ask a kind helper to make me a script which makes that above possible but compatible with a 2 player scenario which I'm trying to make. I know this is a lot to ask for but I'm hoping for someone that would be able to help. Thanks!
  10. Hey, I've been trying to configure how to open the antenna of the Insurgent version of the BMP 2 (HQ) vehicle model. So far I've managed to get all the Skeletonbones working except antenna_wire. I've been trying to look from .cfg files if the answer would be available but, unfortunately, I haven't been able to utilize the information by applying my current skills. The interesting detail is that the Warfare object called HQ (insurgent) has a functional animation for the antenna. Picture 1 Picture 2 Thank in Advance for the help. - Fisunaama Code1: Init line of the BMP2_HQ vehicle this animate ["Antena1", 1]; this animate ["Antena2", 1]; this animate ["Antena3", 1]; this animate ["Antena4", 1]; this animate ["Antena5", 1]; this animate ["antena6", 1]; this animate ["antena_wire", 1]; In the following code, I have copied the cfgModel details of the both BMP2_HQ as well as the HQ_WF_INS // Here is BMP2_HQ Warfare building's cfgmodels class CfgModels { class Default { sections[] = {}; sectionsInherit=""; skeletonName = ""; }; class Name_Of_Your_Model : Default { skeletonName="WF_BMPHQSkeleton"; sections[]= { "camo1", "camo2", "camo_powergenerator", }; class Animations { class Antena1 { type="rotation"; angle0=-1.570796; angle1=0; axis="antena_axis"; memory=1; minValue=0; maxValue=1.02; minPhase=0; maxPhase=1.02; source="time"; sourceAddress=0; selection="antena_1"; }; class Antena2 { type="translation"; offset0=-0.99; offset1=-0.5; axis="antena_1"; memory=1; minValue=0.19; maxValue=2.04; minPhase=0.19; maxPhase=2.04; source="time"; sourceAddress=0; selection="antena_2"; }; class Antena3 { type="translation"; offset0=-0.99; offset1=-0.5; axis="antena_1"; memory=1; minValue=0.36; maxValue=3.06; minPhase=0.36; maxPhase=3.06; source="time"; sourceAddress=0; selection="antena_3"; }; class Antena4 { type="translation"; offset0=-0.99; offset1=-0.5; axis="antena_1"; memory=1; minValue=0.53; maxValue=4.08; minPhase=0.53; maxPhase=4.08; source="time"; sourceAddress=0; selection="antena_4"; }; class Antena5 { type="translation"; offset0=-0.99; offset1=-0.5; axis="antena_1"; memory=1; minValue=0.7; maxValue=5.1; minPhase=0.7; maxPhase=5.1; source="time"; sourceAddress=0; selection="antena_5"; }; class Antena6 { type="translation"; offset0=-0.99; offset1=-0.5; axis="antena_1"; memory=1; minValue=0.87; maxValue=6; minPhase=0.87; maxPhase=6; source="time"; sourceAddress=0; selection="antena_6"; }; class Antena_wire { type="translation"; offset0=-8; offset1=-2.47; axis="antena_1"; memory=1; minValue=5.994; maxValue=6; minPhase=5.994; maxPhase=6; source="time"; sourceAddress=0; selection="antena_wire"; }; }; }; }; // And here in turn the BMP2_HQ vehicle's cfgmodels antena-part class Antena1 { type="rotation"; angle0=-1.570796; angle1=0; axis="antena_axis"; memory=1; minValue=0; maxValue=0.17; minPhase=0; maxPhase=0.17; source="Antena1"; sourceAddress=0; selection="antena_1"; }; class Antena2 { type="translation"; offset0=-0.99; offset1=-0.5; axis="osavelitele"; memory=1; minValue=0.19; maxValue=0.34; minPhase=0.19; maxPhase=0.34; source="Antena2"; sourceAddress=0; selection="antena_2"; }; class Antena3 { type="translation"; offset0=-0.99; offset1=-0.5; axis="osavelitele"; memory=1; minValue=0.36; maxValue=0.51; minPhase=0.36; maxPhase=0.51; source="Antena3"; sourceAddress=0; selection="antena_3"; }; class Antena4 { type="translation"; offset0=-0.99; offset1=-0.5; axis="osavelitele"; memory=1; minValue=0.53; maxValue=0.68; minPhase=0.53; maxPhase=0.68; source="Antena4"; sourceAddress=0; selection="antena_4"; }; class Antena5 { type="translation"; offset0=-0.99; offset1=-0.5; axis="osavelitele"; memory=1; minValue=0.7; maxValue=0.85; minPhase=0.7; maxPhase=0.85; source="Antena5"; sourceAddress=0; selection="antena_5"; }; class Antena6 { type="translation"; offset0=-0.99; offset1=-0.5; axis="osavelitele"; memory=1; minValue=0.87; maxValue=1; minPhase=0.87; maxPhase=1; source="Antena6"; sourceAddress=0; selection="antena_6"; }; class Antena_wire { type="translation"; offset0=-8; offset1=-2.47; axis="osavelitele"; memory=1; minValue=0.999; maxValue=1; minPhase=0.999; maxPhase=1; source="Antena_wire"; sourceAddress=0; selection="antena_wire"; };
  11. Looking for an animator for weapon reload animations for ~4 British small arms. Paid opportunity. Completion will enable swift release of modification. PM if interested.
  12. I'm trying to spawn a plane at _pos = screenToWorld [0.5,0.5]; that is not moving and I want the canopy closed and the landing gear up. I tried _veh1 animateDoor ["canopy_hide", 0, true]; on the B_Plane_CAS_01_F with no joy. Thanks in advance.
  13. Good day to all. I'll get to the point. At the moment I am working on one project where I need an enlarged skeleton. I've already increased the standard skeleton with a blender, and it works in the game. (See screenshots 1-2). However, only in the static version. When i try to set the speed in the config, the model hovers above the ground in its standard height. (See screenshots 3). Anyone who knows a blender or a animations config can help me? With best regards, WebKnight.
  14. I want to make a MP mission for some friends and i want to make so a player has to heal a AI that have been shoot. I have <pilot setdamage 0.8> on the AI unit (pilot) inside unit init field. without the <> :) and this inside his INIT also [pilot, "PRONE_INJURED_U2", "ASIS"] call BIS_fnc_ambientAnim; I have a trigger that has this in COND: damage pilot ==0.2 ( i have read somewhere on the WIKI that a medikit heals 0.75 %) on ACT : pilot switchmove "UnconsciousReviveDefault_B"; have also tried pilot playmove "UnconsciousReviveDefault_B"; and pilot playmovenow "UnconsciousReviveDefault_B"; He does not play the last animation, do i need something more to make it work ??
  15. In one of my missions I've set up a breaching animation where a couple of the AI have to fire there weapons. I'm not sure how to have both the AI animations and firing of weapons at the same time. How do I do this?
  16. I am using this code to make an AI look like he is repairing a radio tower (found here: https://community.bistudio.com/wiki/BIS_fnc_ambientAnim), however, he loses his primary weapon upon animation canceling: [this,"REPAIR_VEH_KNEEL", "ASIS"] call BIS_fnc_ambientAnim; 0 = this spawn {waitUntil {behaviour _this == "combat"}; _this call BIS_fnc_ambientAnim__terminate;} This solves a previous problem I was having about AI not canceling their animations when their group enters combat. However, now that I can successfully get the AI to enter combat with the rest of their group, specifically the "REPAIR_VEH_x" animations cause the AI to lose their main weapon. As you can probably guess, this is quite the issue. I am using modded loadouts, but I have also tested it with vanilla loadouts. What is the best way to solve this? @pierremgi Since you literally wrote the code found on the wiki, do you have any suggestions?
  17. Hello everyone. Do we have any news about this feature? It's been out like for a month and still we only got a tutorial for a looped animation. I'm really excited as the potential of this is huge for making missions. Is it broken at the current state so we only use the loop?, has anyone found a way to make this work?
  18. Hi! I'm having a issue with the animation of the fire mode selector of a gun that i'm doing. The issue is that the angle of rotation that I set in model.cfg do not work as indeed in game but in external view is perfect. Right position: Wrong: Here is the code of model.cfg: Anyone know what is causing this? Thanks
  19. ArmA 2 Animations To ArmA 3 This mod is in development, so if you notice any problems just let me know. - Short Description: ArmA2 Anims To ArmA3 (A2ATA3) - mod for ArmA3 that change the most part of movement animations in A3 to A2 animations. - Features: Movement animations in A3 changed to animations from A2 Completely working, fully fixed animations Trailer down here:
  20. This small config mod removes player idle animations for standing position. No more yawning and boot scraping during combat. I did not remove idle animations for other body positions or AI. Steam Workshop link
  21. Hey y'all ! I've used the Unused Animations Mod for a long time, but with each Arma update things got worse and worse. So I started to dig in the animation files and made a current Arma version (v1.76) compatible thing. I didn't include the vaulting animation though. Anyway, since a picture is worth a thousand words a moving picture should triple that. Behold * There's a .txt file that explain usage. If not concise enough, ask here. You can download the file from Google Drive k bye
  22. Hey! I've been trying to setup a quick action that allows the player to sling rifle to chest (3 point sling) and look through binoculars. I remember there being an animation for this a few years back in ArmA3. However, it seems like it was removed due to people not being able to move whilst having their binos out. I was wondering if anyone knows if this animation even exists anymore. I haven't been able to find it in the anim viewer and I've spent a few hours looking for it now. Any help or tips that might hint in the right direction would be greatly appreciated! :) EDIT:
  23. I want a dead enemies body to lie straight, on its back. This is to indicate the body had been searched and there will be no intel on the body. After some time playing around I came up with the following code: _enemy switchMove "AidlPpneMstpSnonWnonDnon_SleepA_death"; This does have its quirks, the body stands up and then lies down and stays down. Not a bad trick for a dead unit. I did try: _enemy playMove "AinjPpneMstpSnonWrflDnon_rolltofront"; _enemy playMove "AinjPpneMstpSnonWrflDnon"; This starts off looking really promising but at the end the enemy units flips himself back onto his front, though he does then act dead. It also technically does not work on dead enemy units. Anyone got a better way of doing this. S Edit: (Just for information) Think I have a solution. I must have been so close originally: _enemy switchMove "AinjPpneMstpSnonWrflDnon"; I'm not sure why playMove does not work. - And as I say that I'm thinking the maybe the dead animation ragdoll keeps running and playMove is waitingfor it to finish before running - . I have to thanks the team at =BTC= as I looked at the code in their script to find the solution S
  24. New keyframe animation system in DEV build. What will this actually be? I an thinking some way to capture AI animations and create cutscenes, but it is early days, and I am not sure what to do with any of the modules. Is this meant for the TAC-OPS DLC or some other intention? I would love to be able to sync the camera to a screen or billboard and have a live video feed. There is a timeline module and curved paths. Does this mean playing back animations?
  25. Hello all I am working on a single player immersive Zombie mission and I am attempting to get my player to play an animation. I've never really done this I've normally always made the AI do them. So I have my guy here and a trigger. His name is [p1] I have in the Trigger act: p1 play or switchmove "AinvPercMstpSrasWlnrDnon_G01"; I walk into the Trigger and nothing. So is there something I need to know about animating an actual player not an AI unit?
×