Jump to content
Sign in to follow this  
csj

envelope[]= ?? cfg plane

Recommended Posts

I thought this was discussed in A1 but a search found nothing re envelope in A1 or A2/

Can I please have some detail on each value and its effect in flight ?

cfg Plane example

envelope[]= {0.00, 0.10, 0.65, 2.20, 3.70, 5.30, 6.00, 5.50, 5.60, 4.80, 3.60, 1.80, 0};

thankyou

Share this post


Link to post
Share on other sites

wrong section but its lift vs speed. lowest speed ---> highest speed. this explains it http://www.armaholic.com/page.php?id=3157

/// lift (G) based on speed

envelope[]=

{

// speed relative to max. speed -> lift

// 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 // rel. speed

0.0,0.2,0.9,2.1,2.5,3.3,3.5,3.2,2.5,2.0,1.5,1.0,0.9,0.7,0.5 // lift

};

Edited by rstratton

Share this post


Link to post
Share on other sites

Oh sh!t thought I put it in cfg section. Please move mod.

@rstratton

Sorry mate can't see it relates to what I asked.

"Can I please have some detail on each value and its effect in flight ?

cfg Plane example

envelope[]= {0.00, 0.10, 0.65, 2.20, 3.70, 5.30, 6.00, 5.50, 5.60, 4.80, 3.60, 1.80, 0};

thankyou "

maybe someone from BIS would have an idea.

Share this post


Link to post
Share on other sites

The way I understand it is; say the max speed is 500

at 0 speed, your lift factor is 0

at 0.1 speed (10% = 50kph), your lift factor is 0.1

at 0.2 speed (20% = 100kph), your lift factor is 0.65

at 0.3 speed (30% = 150kph), your lift factor is 2.20

etc

etc

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  

×