With regards to AI Carrier program....

Navy Chief

Senior Member
I installed the wonderful FLOLS trailer addon, which is excellent

But since I installed it, there's a small problem. I now have (2) AI Carrier addons listed under the Addon Drop Down Menu in FSX, with the newest version at the bottom.

I only have ONE AI Carrier folder under programs, so I don't understand why this is..... The original one at the top does NOT have the FLOLS trailer listed as an option.

NC
 
I installed the wonderful FLOLS trailer addon, which is excellent

But since I installed it, there's a small problem. I now have (2) AI Carrier addons listed under the Addon Drop Down Menu in FSX, with the newest version at the bottom.

I only have ONE AI Carrier folder under programs, so I don't understand why this is..... The original one at the top does NOT have the FLOLS trailer listed as an option.

NC

Check you EXE.XML file...that is what ,'puts' the aicarriers
addition on the menu. it should look like this, with
the past to YOUR aicarriers installation folder:

PHP:
<SimBase.Document Type="Launch" version="1,0">
    <Descr>Launch</Descr>
    <Filename>EXE.XML</Filename>
    <Disabled>False</Disabled>
    <Launch.ManualLoad>False</Launch.ManualLoad>
    <Launch.Addon><Disabled>False</Disabled>
    <ManualLoad>False</ManualLoad>
    <Name>AICarriers</Name>
    <Path>K:\FSX Tools\AI carriers\aicarriers.exe</Path>
    <CommandLine>-nogui</CommandLine>
    </Launch.Addon>
</SimBase.Document>

NOTE: the path should read like this....for some reason the
PHP tags do not 'protect' the "\" character in the above listing!!

Code:
<simbase.document type="Launch" version="1,0"><launch.addon><name></name>
    
K:\FSX Tools\AI carriers\aicarriers.exe</path><commandline></commandline>
   </launch.addon>
</simbase.document>
Paul
 
Back
Top