csj 0 Posted January 18, 2010 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
rstratton 0 Posted January 18, 2010 (edited) 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 January 18, 2010 by rstratton Share this post Link to post Share on other sites
csj 0 Posted January 19, 2010 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
[aps]gnat 28 Posted January 19, 2010 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