General Category > Unofficial F/A-18 Acceleration Pack board
F-18 Flaps
Razgriz:
--- Quote from: vortex_25 on December 10, 2008, 06:46:18 pm ---
--- Quote from: Intrepid on December 07, 2008, 06:18:21 am ---If you are comfortable changing the aircrafts cfg files ,,you can deleate the auto-flap function
I did and ,to me , it works much better
Randy
--- End quote ---
How does one go about doing this?
Which lines in the aircraft.cfg file need to be removed / modified?
--- End quote ---
Find this coding in your Aircraft.cfg
--- Code: ---[flaps.0]
type = 2 // 1 - tail, 2 - lead
span-outboard = 0.8 // 0.0 .. 1.0
extending-time = 2.05 // seconds
flaps-position.0 = 0 // degrees
flaps-position.1 = 12 // degrees
flaps-position.2 = 33 // degrees
max_on_ground_position = 1
maneuvering_flaps=1
[flaps.1]
type = 1 // 1 - tail, 2 - lead
span-outboard = 0.8 // 0.0 .. 1.0
extending-time = 2.05 // seconds
flaps-position.0 = 0 // degrees
flaps-position.1 = 30 // degrees
flaps-position.2 = 45 // degrees
maneuvering_flaps=1
--- End code ---
Change it to this.
--- Code: ---[flaps.0]
type = 2 // 1 - tail, 2 - lead
span-outboard = 0.8 // 0.0 .. 1.0
extending-time = 2.05 // seconds
flaps-position.0 = 0 // degrees
flaps-position.1 = 12 // degrees
flaps-position.2 = 33 // degrees
max_on_ground_position = 1
maneuvering_flaps=0 //Changed from 1 to 0 to disable the autoflap system of the FCS.
[flaps.1]
type = 1 // 1 - tail, 2 - lead
span-outboard = 0.8 // 0.0 .. 1.0
extending-time = 2.05 // seconds
flaps-position.0 = 0 // degrees
flaps-position.1 = 30 // degrees
flaps-position.2 = 45 // degrees
maneuvering_flaps=0 //Changed from 1 to 0 to disable the autoflap system of the FCS.
--- End code ---
vortex_25:
Thanks!
Navigation
[0] Message Index
[*] Previous page
Go to full version