Aircraft.cfg contains a list of all your RV’s available in FSX’s Select Aircraft menu.
You can remove or add new RV aircraft by editing elements in Aircraft.cfg
MS calls each aircraft element a “configuration set”
Each configuration set begins with the keyword [fltsim.n] - where n is a sequential number (0,1,2,3,etc...)
Following the keyword is a list of characteristics…including the name and a texture folder
Each new repaint needs a corresponding configuration set; to Identify its unique name and texture folder.
By convention, all repaints should include a copy of the required configuration set.
Users will be instructed to paste the provided configuration set into their own aircraft.cfg.
Bellow are four easy to use configuration set templates that correspond to each of the four RV7's.
As you may have noticed, the RV7 includes two aircraft folders (ie. two aircraft.cfg's).
This two-aircraft arrangement allows for the two gear options: 7-conventional, and 7A-tricycle
- RV7: %\Airplanes\Vans_RV7\aircraft.cfg
RV7A: %\Airplanes\Vans_RV7A\aircraft.cfg
Search and replace ###RegNum### with your chosen registration number (eg. CF-GMX)
Make note of the correct aircraft folder and aircraft.cfg
Also note, [fltsim.n] will need to be edited by the user. (eg. [fltsim.6] )
These configuration set templates are also included in the Repaint Template, repaintTemplatesV002.zip
----------------------------------------------------------------------------------------------------------------------------------------
RV7
RV7 Sliding Canopy
- Code: Select all
[fltsim.n]
title = VansRV7 ###RegNum###
sim = vansRV7
model = RV7_sldr
panel = RV7_sldr
sound = sonicSolutionsSldr
texture = paint_7sldr_###RegNum###
kb_checklists =
kb_reference =
atc_id = ###RegNum###
ui_manufacturer = "Van's Aircraft"
ui_type = "RV7 Sliding Canopy"
ui_variation = "###RegNum###"
ui_typerole = "Single Engine Prop"
ui_createdby = "BayTower"
description = "--- RV-7 Description ---\n\nThe RV-7/7A retains all the traditional RV virtues. It is an all-around sport airplane, with excellent cross-country capability, fine aerobatic qualities and superior handling. A typical RV-7 can hold two FAA standard pilots, 100 lbs. of baggage and full tanks: 42 gallons. At the aerobatic gross weight of 1600 lbs., the RV-7 complies with the +6/-3G standards of the FAA’s Aerobatic Category and can still carry two people."
RV7 Tipup Canopy
- Code: Select all
[fltsim.n]
title = VansRV7 ###RegNum###
sim = vansRV7
model = RV7_tip
panel = RV7_tip
sound = sonicSolutionsTip
texture = paint_7tip_###RegNum###
kb_checklists =
kb_reference =
atc_id = ###RegNum###
ui_manufacturer = "Van's Aircraft"
ui_type = "RV7 Tip-Up Canopy"
ui_variation = "###RegNum###"
ui_typerole = "Single Engine Prop"
ui_createdby = "BayTower"
description = "--- RV-7 Description ---\n\nThe RV-7/7A retains all the traditional RV virtues. It is an all-around sport airplane, with excellent cross-country capability, fine aerobatic qualities and superior handling. A typical RV-7 can hold two FAA standard pilots, 100 lbs. of baggage and full tanks: 42 gallons. At the aerobatic gross weight of 1600 lbs., the RV-7 complies with the +6/-3G standards of the FAA’s Aerobatic Category and can still carry two people."
----------------------------------------------------------------------------------------------------------------------------------------
RV7A
RV7A Sliding Canopy
- Code: Select all
[fltsim.n]
title= VansRV7A ###RegNum###
sim = ..\Vans_RV7\vansRV7.air
model= RV7A_sldr
panel= RV7A_sldr
sound = sonicSolutionsSldr
texture= paint_7Asldr_###RegNum###
kb_checklists=
kb_reference=
atc_id= ###RegNum###
ui_manufacturer= "Van's Aircraft"
ui_type= "RV7A Sliding Canopy"
ui_variation= "###RegNum###"
ui_typerole= "Single Engine Prop"
ui_createdby= "BayTower"
description = "--- RV-7 Description ---\n\nThe RV-7/7A retains all the traditional RV virtues. It is an all-around sport airplane, with excellent cross-country capability, fine aerobatic qualities and superior handling. A typical RV-7 can hold two FAA standard pilots, 100 lbs. of baggage and full tanks: 42 gallons. At the aerobatic gross weight of 1600 lbs., the RV-7 complies with the +6/-3G standards of the FAA’s Aerobatic Category and can still carry two people."
RV7A Tipup Canopy
- Code: Select all
[fltsim.n]
title= VansRV7A ###RegNum###
sim = ..\Vans_RV7\vansRV7.air
model= RV7A_tip
panel= RV7A_tip
sound = sonicSolutionsTip
texture= paint_7Atip_###RegNum###
kb_checklists=
kb_reference=
atc_id= ###RegNum###
ui_manufacturer= "Van's Aircraft"
ui_type= "RV7A Tip-Up Canopy"
ui_variation= "###RegNum###"
ui_typerole= "Single Engine Prop"
ui_createdby= "BayTower"
description = "--- RV-7 Description ---\n\nThe RV-7/7A retains all the traditional RV virtues. It is an all-around sport airplane, with excellent cross-country capability, fine aerobatic qualities and superior handling. A typical RV-7 can hold two FAA standard pilots, 100 lbs. of baggage and full tanks: 42 gallons. At the aerobatic gross weight of 1600 lbs., the RV-7 complies with the +6/-3G standards of the FAA’s Aerobatic Category and can still carry two people."
----------------------------------------------------------------------------------------------------------------------------------------
...

