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

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