Getting Accufeel, EZDOK, and TrackIR to work with P3D?

Navy Chief

Senior Member
I have not found out much information about this.

I know it is tied to the XML.DLL file, but I am clueless as to how to do that (let alone FIND the XML.DLL file for P3D).

Anyone have experience with this?

Thanks. NC
 
OK, making headway here.

I got Accufeel to install after finding the xml.dll file and editing it. But I get a popup when starting P3D now. I must have edited the .dll file incorrectly because I get the following:

Untitled.jpg
 
Heres the content of a dll.xml with just the accufeel entries.
I hope this helps.

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

I'm not sure about ezdok but I think its entry needs to go in a similar file called exe.xml
TrackIR should just work as long as you have the latest software for it installed and updated.
 
Back
Top