by igorski » Wed Sep 20, 2006 11:06 am
You'll need to modify the Aircraft.cfg too. or you'll still have 3 stage flaps.
for example, taken from the default C172
To begin with you have this ,with 4 positions:
[flaps.0] //Trailing Edge Flaps
type = 1 // 1 - tail, 2 - lead
span-outboard = 0.5 // 0.0 .. 1.0
extending-time = 7 // seconds
flaps-position.0 = 0 // degrees
flaps-position.1 = 12.7 // degrees
flaps-position.2 = 25.3 // degrees
flaps-position.3 = 38 // degrees
damaging-speed = 120 // KIAS
blowout-speed = 150 // KIAS
lift_scalar = 1.0
drag_scalar = 1.0
pitch_scalar= 1.0
system_type = 0 //0=Electric, 1=Hydraulic, 2=Pneumatic, 3=Manual, 4=None
you would need to add 1 more flaps-positions
to end up with this, or similar:
[flaps.0] //Trailing Edge Flaps
type = 1 // 1 - tail, 2 - lead
span-outboard = 0.5 // 0.0 .. 1.0
extending-time = 7 // seconds
flaps-position.0 = 0 // degrees
flaps-position.1 = 9 // degrees
flaps-position.2 = 19 // degrees
flaps-position.3 = 28 // degrees
flaps-position.4 = 38 // degrees
damaging-speed = 120 // KIAS
blowout-speed = 150 // KIAS
lift_scalar = 1.0
drag_scalar = 1.0
pitch_scalar= 1.0
system_type = 0 //0=Electric, 1=Hydraulic, 2=Pneumatic, 3=Manual, 4=None
Remember that the Positions start at .0 so to have 5 posiotions, including UP, you need .0,1,2,3 and 4
Last edited by
igorski on Wed Sep 20, 2006 11:15 am, edited 1 time in total.