Jump to content
Sign in to follow this  
rory_pamphilon

how to set empty jet with canopy open?

Recommended Posts

Hi,

Just wondering if it's possible to somehow set an empty jet to have the canopy open all the time until entered. similar to what you briefly see when you enter the jet.

Thanks

Share this post


Link to post
Share on other sites

Here's how you could fold the wings of the osprey in Arma2. I'm sure it's the same concept for Arma3. Ofcourse you'll need to find the correct file \ path.

Planes init:

_xtype = [this,1] execvm "\ca\air2\mv22\scripts\pack.sqf"

Share this post


Link to post
Share on other sites

I didnt see anything under any of the folders: air_f, air_f_beta, air_f_gamma. Maybe it can be found under the config?

\a3\air_f_gamma\Plane_Fighter_03 has no script folder.

Share this post


Link to post
Share on other sites

Hiya - I'd also like to know how to do this. Couldn't see anything in the config file...

Share this post


Link to post
Share on other sites

I never found an action that worked with the canopy in A2/OA but there were a couple of work a rounds.

There was an invisible man that could be placed in the plane to keep it open, I don't know the unit type in A3.

Also there was another way that removed an invisible unit when he tried getting into the aircraft.

http://www.armaholic.com/forums.php?m=posts&p=155300&highlight=CANOPY#155300

Share this post


Link to post
Share on other sites

There was an invisible man that could be placed in the plane to keep it open, I don't know the unit type in A3.

There isn't one in A3. I wish there was, they're very useful.

Share this post


Link to post
Share on other sites
There isn't one in A3. I wish there was, they're very useful.

place in a vehicles init and he's there or is he.

grp = createGroup west; pilot = grp createunit ["B_UAV_AI" ,getpos this,[],0,"none"]; pilot moveInDriver this

Share this post


Link to post
Share on other sites

Oh, the UAV pilot! I didn't think of him! Like your work. :)

Share this post


Link to post
Share on other sites

Ah nice one guys - the old invisible man trick! Good thinking!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×