• 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.

Setting up Ai carriers for P3D V5

gray eagle

SOH-CM-2025
Got P3D V5 installed today and trying to add AI carriers to it. I still have p3d v3 on another drive and still will use it.

I was tempted to get V4.5 and hope I made the right choice.
I copied the AI carriers folder from my P3D V3 to a V5 Ai carriers folder. I edited the EXE.xml and about the only thing I changed
was the version of P3D and its path. I opened V5 and no dropdown. What am I missing?

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>exe.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>AICarriers</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>E:\Prepar3D v5\AICarriers\AICarriers.exe</Path>
</Launch.Addon>
</SimBase.Document>





Any advise on this is appreciated.

Thanks
 
Try changing the encoding to utf-8. You'll need to make sure it's actually saved with the correct encoding.
Alternatively, just run the exe manually.
 
Try changing the encoding to utf-8. You'll need to make sure it's actually saved with the correct encoding.
Alternatively, just run the exe manually.

That didn't do anything. It will load if I click of the aicarrier/exe program. Don' understand why the xml file is not loading the exe.
The exe will function if I click on it after Loading P3D V5 and I see it in the drop down menu.


<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>exe.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>AICarriers</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>E:\Program Files\Lockheed Martin\Prepar3D v5\AICarriers\AICarriers.exe</Path> <<< This is location ( I clicked on the exe and got the path from the properties info
</Launch.Addon>
</SimBase.Document>
 
<?xml version="1.0" encoding="Windows-1252"?>

Change the above line to

<?xml version="1.0" encoding="utf-8"?>

and make sure that when you save this file, you do so with encoding of utf-8. If you're using textpad to edit the file, you'll see an dropdown option at the bottom of the Save popup panel entitled "Encoding". If you're using Notepad++, then there's a menu option entitled Encoding, select the UTF-8 BOM option here and save it.
 
Change the above line to

<?xml version="1.0" encoding="utf-8"?>

and make sure that when you save this file, you do so with encoding of utf-8. If you're using textpad to edit the file, you'll see an dropdown option at the bottom of the Save popup panel entitled "Encoding". If you're using Notepad++, then there's a menu option entitled Encoding, select the UTF-8 BOM option here and save it.

That didn't work

FWIW....I put a copy of the exe/xml:

C:\Users\xxx\AppData\Roaming\Lockheed Martin\Prepar3D v5

And now it show on the drop down menu
 
Back
Top