Jump to content

voidP

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About voidP

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Do you know about class CfgMovesMaleSdr and class AovrPercMstpSnonWnonDf? https://community.bistudio.com/wiki/Mission_Animations Im looking for arma3's Anim.pbo. Because I want to know the animation categories. And how to define any my original class.
  2. ok I could understand by your teach and reference. thank you!! the code contents of mission's "config.hpp" is copied and pasted to " description.ext". https://community.bistudio.com/wiki/PreProcessor_Commands#.23include
  3. @Dedmen Thank you for your help!! I will try to make a mod. OK... I understand. By the way, I found any missions that have a "config.hpp". what is that?
  4. 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
×