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

prepar3d DLL Question

By Default you will have an exe.xml and a dll.xml file at the location below, If you ever Delete these files, Prepar3D will Generate them again as Default when launched

Local Disk (C:) ► ProgramData ► Lockheed Martin ► Prepar3D v3 dll.xml exe.xml.

The Header Code in your exe.xml file in AppData\Roaming is always the same and its the first 6 lines.

Below is just the Header code (No Add On's)

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


Below is your Header Code with 1 Add On, You will have to Entry your own Driver letter, Name Application, Path and Add On.exe into it

<?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>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>Addon Application</Name>
<Path>C:\MyPath\Addon.exe</Path>
<NewConsole>True</NewConsole>
</Launch.Addon>

</SimBase.Document>



The </SimBase.Document> line will always be at the bottom of ever dll.xml and exe.xml file, These files will not work without the </SimBase.Document>


Hope that helps.
 
Back
Top