August 16, 20196 yr Commercial Member Our new Learjets 35A V4.2 or higher now has a new installer that will install the DLL and DLL.XML entry info for our "PAYLOAD MANAGER" as long as your steam installation is in the default location which is the C drive / steam folder. If you have FSX Steam installed in another location then you will need to add some info to the dll.xml file. Steam keeps this dll.xml located in the main sim folder rather than in the Windows appdata location. First load the aircraft and see if the payload manager works by opening the popup panel and changing fuel or passengers payload. If it does not work then you will need to follow the instruction below. ================================================================================================ INSTRUCTIONS: 1. Locate the file called "dll.xml" using the link below to find the folder AppData this file. "Steam\steamapps\common\FSX\ConfigData\AppData" 2. Open this file in notepad. Copy the code below. Now paste it right above the last line of code. The last line will show </SimBase.Document> Notice each entry starts with <Launch.Addon> and closes with </Launch.Addon> and the entire xml needs to have the closing </SimBase.Document>. <Launch.Addon> <Name>XMLTools</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>XMLTools.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> 3. Save file. Done! ================================================================================================ Example of the code finished. <?xml version="1.0" encoding="Windows-1252"?> <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>Object Placement Tool</Name> <Disabled>True</Disabled> <ManualLoad>False</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path> </Launch.Addon> <Launch.Addon> <Name>Traffic Toolbox</Name> <Disabled>True</Disabled> <ManualLoad>False</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path> </Launch.Addon> <Launch.Addon> <Name>Visual Effects Tool</Name> <Disabled>True</Disabled> <ManualLoad>False</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path> </Launch.Addon><Launch.Addon> <Name>XMLTools</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>XMLTools.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> </SimBase.Document> Edited August 16, 20196 yr by Flysimware
Archived
This topic is now archived and is closed to further replies.