FSDreamTeam forum

General Category => General Discussion => Topic started by: asegm08 on June 26, 2016, 04:25:20 pm

Title: Addon Manager not in DLL.XML. Its working tho.
Post by: asegm08 on June 26, 2016, 04:25:20 pm

Is this normal? I do not have the add on manager in the DLL.XML it does show up in the menu when I run Prepared.

Using Prepared 3.3

<?xml version="1.0"?>
<SimBase.Document Type="Launch" version="1,0">
   <Descr>Launch</Descr>
   <Filename>dll.xml</Filename>
   <Disabled>False</Disabled>
   <Launch.ManualLoad>False</Launch.ManualLoad>
   <Launch.Addon>
      <Name>Migration Tool Plugin</Name>
      <Path>MigTool.dll</Path>
      <DllStartName>module_init</DllStartName>
      <DllStopName>module_deinit</DllStopName>
   </Launch.Addon>
   <Launch.Addon>
      <Name>PMDG HUD interface</Name>
      <Disabled>False</Disabled>
      <Path>PMDG\DLLs\PMDG_HUD_interface.dll</Path>
      <DllStartName>module_init</DllStartName>
      <DllStopName>module_deinit</DllStopName>
   </Launch.Addon>
   <Launch.Addon>
      <Name>FSUIPC 4</Name>
      <Disabled>False</Disabled>
      <Path>Modules\FSUIPC4.dll</Path>
   </Launch.Addon>
   <Launch.Addon>
      <Name>as_connect</Name>
      <Disabled>False</Disabled>
      <Path>as_srv\as_btstrp.dll</Path>
   </Launch.Addon>
</SimBase.Document>
Title: Re: Addon Manager not in DLL.XML. Its working tho.
Post by: virtuali on June 26, 2016, 04:29:26 pm
Is this normal? I do not have the add on manager in the DLL.XML it does show up in the menu when I run Prepared.

Starting with P3D V3, LM suggests to use the XML files under C:\ProgramData, so we complied, and moved the lines pertaining to our modules there.
Title: Re: Addon Manager not in DLL.XML. Its working tho.
Post by: asegm08 on June 26, 2016, 04:40:01 pm
Ah ok. Sounds good