Jump to content
Sign in to follow this  
alexboy

help with Plane take off distance

Recommended Posts

my model, when put in Arma 2 co, the plane takes more then the runway to takeoff, is there somthing in the model itself, config.cpp, or anything that can make the planes flaps lift the plane off of the ground and into the air.

i have looked around and havent found anything really,

aileronSensitivity = 0.6;
       elevatorSensitivity = 0.6; // relative elevator sensitivity
       noseDownCoef = 1.1; // how much goes nose down during turns
       wheelSteeringSensitivity = 8.5;

       landingAoa = "rad 5"//7*3.1415/180//"rad 55";
       envelope[] = {0.000000, 0.100000, 0.800000, 2.000000, 2.200000, 2.800000, 3.550000, 3.550000, 3.550000, 3.550000, 2.600000, 0.800000, 1.000000};
       landingSpeed = 225;
       gearRetracting = True;
       ejectSpeed[]={0,0,0};
       extCameraPosition[]={0,8,-75}; 
       type=VAir;
maxspeed = 900;

theres more but dont think its needed for this question

any help is appreciated

Edited by [FRL]Myke

Share this post


Link to post
Share on other sites

i forgot for the weight in the geometry, the vertices' color is the weight of it correct? like red is heavy? or what, i forgot how to check how much it weighs and i think there is a way to see it in kg or something ?

============edit======================

ok so i changed the weight form liek 65000 to like 7000 (the real kg mass of the plane in real life), but it still takes more length then the runway of the map "Sands" to take off...

Edited by alexboy

Share this post


Link to post
Share on other sites

Did you inherit your planes class from "Plane" or "A10" or similar

If so, delete your "landingAoa =" and "envelope[]=" then try again

In future if you want timely & better help, post all your code inside

 tags

Just little bits are that useful

Share this post


Link to post
Share on other sites
Gnat;2292121']Did you inherit your planes class from "Plane" or "A10" or similar

If so' date=' delete your "landingAoa =" and "envelope[']=" then try again

In future if you want timely & better help, post all your code inside

 tags

Just little bits are that useful

oh ok, thanks gnats, so you suggest deleting the ladning aoa and envelope?

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  

×