masonddg87 16 Posted March 18, 2014 Hello. Can the speed of and aircraft be coded into a model, or is it a limit due to the engine? Share this post Link to post Share on other sites
saltatormortis 12 Posted March 19, 2014 have you tryed to view at the moddling sample? landingSpeed = 185; /// used for AI to approach the runawy, the plane should be stable at this speed acceleration = 300; /// used for AI to plan the waypoints and accelerating, doesn't affect plane performance maxSpeed = 890; /// maximal speed of the plane, affects even thrust and is base for both envelope and thrustCoef Share this post Link to post Share on other sites
masonddg87 16 Posted March 23, 2014 Thanks. Now for the numbers that are displayed, are they in mph or kph. Such as "landing Speed = 185 mph or kph; /// used for AI to approach the runway, the plane should be stable at this speed" Witch one is used the represent the speed in ArmA? Share this post Link to post Share on other sites
x3kj 1247 Posted March 25, 2014 if there is a specific unit for a value, its most likely metric... so yes kph. Share this post Link to post Share on other sites