Author Topic: Guys I need Help... Accu-feel  (Read 4043 times)

FSRobert

  • Misty Moorings Team
  • Sr. Member
  • *
  • Posts: 919
  • Videography & Scenery Testing
Guys I need Help... Accu-feel
« on: August 23, 2014, 04:22:45 AM »
This past week after installing P3Dv2.3 and all the scenerys, aircrafts etc etc... I went to install the program Accu-Feel with no results. The program installs but, it is not showing in the addon pull-down menu and thus not working. does anybody use this program in 2.3 with positive results ?
Keep The FSFaith People



                      https://vimeo.com/channels/mistymooringvideography

HeH

  • New Member
  • *
  • Posts: 19
Re: Guys I need Help... Accu-feel
« Reply #1 on: August 23, 2014, 05:35:27 AM »
Hi,

I have it running and it works. When I remember right You Need to add some lines manually to Your DLL.XML. Here they are:
-<Launch.Addon><Name>AccuFeelMenu</Name><Disabled>False</Disabled><ManualLoad>False</ManualLoad><Path>Modules\AccuFeelMenu.dll</Path></Launch.Addon>

Have a look if You have them. Otherwise add them, that should do the trick. The linefeeds look a Little wrong in my lines, just make it as all entries in Your DLL.XML.

Regrads

Helmut

FSRobert

  • Misty Moorings Team
  • Sr. Member
  • *
  • Posts: 919
  • Videography & Scenery Testing
Re: Guys I need Help... Accu-feel
« Reply #2 on: August 23, 2014, 10:39:40 AM »
Thank you very much Helmut...it works fine now.   :D
Keep The FSFaith People



                      https://vimeo.com/channels/mistymooringvideography

Teecee

  • Member
  • ***
  • Posts: 227
Re: Guys I need Help... Accu-feel
« Reply #3 on: August 26, 2014, 11:21:49 AM »
Hope i am not hijacking the post but I have a similar problem.. Feel there appears to be running, it shows the green buttons but I am not getting the "feel". This is a screenie of the file addon that you posted above..and I wonder if I positioned it correctly..it is at the bottom of the file. Teecee.
PS: click on the screenie to enlarge.


dexthom

  • Guest
Re: Guys I need Help... Accu-feel
« Reply #4 on: August 26, 2014, 02:04:28 PM »
Tee Cee, you have double entries for the AccuFeel Menu.  Here's what it looks like in my dll.xml file:

<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>
  <Launch.Addon>
        <Name>FSUIPC 4</Name>
        <Disabled>False</Disabled>
        <Path>Modules\FSUIPC4.dll</Path>
    </Launch.Addon>
</SimBase.Document>.. (THIS STATEMENT CLOSES THE XML FILE AND DOES NOT APPEAR IN YOUR FILE)
« Last Edit: August 26, 2014, 04:07:39 PM by dexthom »