PDA

View Full Version : With regards to AI Carrier program....



Navy Chief
February 2nd, 2009, 15:33
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

GypsyBaron
February 2nd, 2009, 20:15
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:


<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!!


<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

Navy Chief
February 3rd, 2009, 04:52
So when I look at it (haven't checked yet) there should only be ONE AI carrier entry, correct?

NC

GypsyBaron
February 3rd, 2009, 08:33
So when I look at it (haven't checked yet) there should only be ONE AI carrier entry, correct?

NC

That is correct.

Paul