kalthramis 12 Posted November 5, 2014 Hi, I'm trying to figure out how to open up some of the helicopter showcases to check out how Bohemia did some of the code, but everything is under .ebo or .ebo.a3.bisign. I don't have a clue on how to open these, and apparently Google doesn't either. I want to emulate their Support missions, as well as figure out how to open the side doors on the Huron. Share this post Link to post Share on other sites
pettka 694 Posted November 5, 2014 Hi,I'm trying to figure out how to open up some of the helicopter showcases to check out how Bohemia did some of the code, but everything is under .ebo or .ebo.a3.bisign. I don't have a clue on how to open these, and apparently Google doesn't either. I want to emulate their Support missions, as well as figure out how to open the side doors on the Huron. The doors on Huron may be opened using scripting, just name the helicopter for example Helo and use: Helo animateDoor ["Door_R_source",1]; List of the available animation sources may be found on community wiki :icon_twisted: As for the missions, You want to use the new modules Support module (Ground Support) which are available in the Editor :bounce2: Share this post Link to post Share on other sites
kalthramis 12 Posted November 5, 2014 The doors on Huron may be opened using scripting, just name the helicopter for example Helo and use: Helo animateDoor ["Door_R_source",1]; List of the available animation sources may be found on community wiki :icon_twisted: As for the missions, You want to use the new modules Support module (Ground Support) which are available in the Editor :bounce2: Thanks! Share this post Link to post Share on other sites