PDA

View Full Version : New plane config entries



Suma
Nov 27 2002, 07:58
There are several new config entries for planes in 1.90 that could help addon creators, especially for planes that are much smaller or bigger than the default OFP planes:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">landingSpeed = 0;
flapsFrictionCoef = 0.5;
wheelSteeringSensitivity = 1.0;
[/QUOTE]<span id='postcolor'>

landingSpeed

This entry tell AI autopilot what speed it should use when landing. It does not determine stall or landing speed, it is used to inform AI what the landing speed is. If zero (default) is given, landing speed is calculated as:

landingSpeed = max(maxSpeed/3, 120 km/h)

flapsFrictionCoef

This tells how much friction flaps cause when fully applied. Total airplane friction is modified as follows.

result_friction = air_friction * ( 1+ flap_state*flapsFrictionCoef)

wheelSteeringSensitivity

Use this to make airplane more or less steerable when taxiing. Bigger means value - smaller turn radius possible.

Using those entries will not cause any problem when addon is used with older OFP version, and it will improve addon in 1.90.

Colonel_Klink
Nov 29 2002, 08:15
Thanks Suma. The turining while taxiing improvement is a really good improvement especially for larger planes.

VXR
Nov 30 2002, 21:53
yeah thanks suma

if im not wrong with the landing speed it could be usefull for landing on a static carrier http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/smile.gif

SpclFrcsSnpr
Mar 11 2003, 01:38
So dows that command just change how much the rudder turns the aircraft on the ground?

SpclFrcsSnpr
Mar 11 2003, 23:58
Never mind got it to work and now the ai can taxy my c130 onto the runway&#33; They can now take off&#33;&#33;&#33;&#33;&#33;