"Right click it and open with notepad, copy the entries from your FSX one."..........
right click "it" ( what the hell is "it"?? )........what is "notepad" and I can't find FSX one ( or two or three ) anywhere....
"It", is the DLL.XML file.
Accu-Feel for Prepar3D
works just fine in P3D....Used the installer to install to P3D ...Manually updated the P3D dll.xml with the following copied from FSX:
The dll.xml file is in your (Windows 7) appdata-roaming-lockheed martin-prepar3d folder and add the following lines:
NOTE:(Right-click, open-with, Notepad.)
Look for the last entry on the bottom where it says </Launch.Addon>, then copy and paste the information (
example in bold)
<Launch.Addon>
<Name>A2A Feel</Name>
<Disabled>False</Disabled>
<Path>Modules\A2A_Feel.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
<Launch.Addon>
<Name>AccuFeelMenu</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Modules\AccuFeelMenu.dll</Path>
</Launch.Addon>
P.S.
Make sure that the information you paste in, is above the line
</SimBase.Document>
That's it. Save and exit.
Once P3D is running, look under the "Add-ons" tab for AccuFeel
Here is a copy of my Prepar3D DLL.XML so you have visual reference of how it should actually look like when you add the needed info.
?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>A2A Feel</Name>
<Disabled>False</Disabled>
<Path>Modules\A2A_Feel.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
<Launch.Addon>
<Name>AccuFeelMenu</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Modules\AccuFeelMenu.dll</Path>
</Launch.Addon>
</SimBase.Document>