• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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