So far I can't find a fault in IF, it works only to disable scenery only [Package.n] items in the add-ons.cfg file with the "Active=false" setting and enables only those sections with the airports you are visiting in the flight with the "Active=true" setting.
So I thought to go through the theory here and then look at your add-ons.cfg files?
There are two add-ons.cfg files:
One add-ons.cfg file is found in the user profile \AppData folder ("C:\Users\you\AppData\Roaming\Lockheed Martin\Prepar3D v5\add-ons.cfg") for individual Users. That file is filled with [sections] that are made by P3D when it discovers add-ons folders in the user documents folder ("C:\Users\you\Documents\Prepar3D v5 Add-ons") with the add-on.xml file.
The other add-ons.cfg file is found in the \ProgramData folder ("C:\ProgramData\Lockheed Martin\Prepar3D v5\add-ons.cfg") for All Users that is filled with [sections] pertaining to add-ons that set up their discovery...
...either by the Discovery Path method enabled with the command line switches in P3D:
"Prepar3D.exe "-Configure: Category=Add-on Discovery Path, Operation=Add... etc."
...and ordinarily with the direct add-on additions command line:
"Prepar3D.exe "-Configure: Category=Add-on Package, Operation=Add... etc."
So add-ons will use these functions to get P3D to include their scenery, planes and other things in the ProgramData add-ons.cfg file.
After that the user runs P3D and it discovers the add-ons and the sections are updated in the add-ons.cfg files. There will only be items showing sections like this:
- Code: Select all
[Package.2]
Path=H:\P3D Addons\Orbx\p3dv5\05S Vernonia Municipal Airport
Active=true
Required=FALSE
and:
- Code: Select all
[DiscoveryPath.1]
Path=C:\Users\reece\Documents\Prepar3D v5 Add-ons\Planes\Turbine Duke V2 P3D4
Title=TDuke
Active=TRUE
sections looking like this are not correct:
- Code: Select all
[Package.10Active=true]
Active=true
So I wonder if you can get set up with some of your addons so that the add-ons.cfg files are looking good, perhaps zip them up and send me so I can check them first. Then run Ideal Flight to build a flight and then look at the files again to see what has changed, obviously keeping any other software that can change the files out of the way for the test?