Jump to content
Sign in to follow this  
gpf3m

Accu-Feel

Recommended Posts

Has anyone been able to get A2A Accu-Feel to work in Prepar3d V2?  I have it in the drop down menu, but that is the only thing that it does, shows up in the drop down. 

Share this post


Link to post

Yes, I set it up today and it's working 100%.  I'm watching football now but if you do a search here, you'll find what to do.


Rick Abshier

5900X | RTX3080 | 32 GB@3600 | India Pale Ale

 

 

Share this post


Link to post

My first attempt to get it working has not been successful. I have it installed in FSX, and simply pointed the installer to my Prepar3d V2 folder. It installed fine, but did not show up in the menu. The files are located in the Prepar3d V2 folder under A2A where it should, but no joy. I have since uninstalled my FSX version, and will try to install again. I will report back if I get it working.

Share this post


Link to post

Here ya go.  Add the following to the dll.xml file (in appdata\roaming\lockheed martin\prepare3d):

 

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


Rick Abshier

5900X | RTX3080 | 32 GB@3600 | India Pale Ale

 

 

Share this post


Link to post

Here's a better version which is easier to cut and paste and includes the information for FSUIPC as well:

 

 

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

Rick Abshier

5900X | RTX3080 | 32 GB@3600 | India Pale Ale

 

 

Share this post


Link to post

Thank you very much!  I could not get it to work but your post saved the day!  Your a Gentleman and a Scholar, Sir!

Share this post


Link to post

Thanks so much!

Now I just gotta find where I purchased AccuFeel from to re download it.

How exactly does the program simply work for P3DV2??
It will automatically read all of the default P3D aircraft?


Asus Maximus X Hero Z370/ Windows 10
MSI Gaming X 1080Ti (2100 mhz OC Watercooled)
8700k (4.7ghz OC Watercooled)
32GB DDR4 3000 Ram
500GB SAMSUNG 860 EVO SERIES SSD M.2

Share this post


Link to post

Doesn't work for me...


My system specs: Intel i9-10850@3.6 - 5.2 GHz, NVIDIA GeForce RTX 3080, 32GB  DDR4  RAMNoctua NH-D15 CPU Cooler,1TB Seagate SSD, 4TB Seagate HD, Windows 10, Asus 32 inch monitor, Saitek Yoke, Throttle Quadrant, Rudder Pedals and Trim Wheel     Sims: MSFS2020      Preferred Aircraft  Black Square Bonanza, and Baron, A2A Comanche, PMDG DC-6, Red Wing L1049 

Share this post


Link to post

Doesn't work for me...

 

Do you have A2AFeel.dll and AccuFreeMenu.dll in the Modules folder?


Rick Abshier

5900X | RTX3080 | 32 GB@3600 | India Pale Ale

 

 

Share this post


Link to post

Thanks so much!

Now I just gotta find where I purchased AccuFeel from to re download it.

How exactly does the program simply work for P3DV2??

It will automatically read all of the default P3D aircraft?

 

So far, it's worked with all the default aircraft and anything that I've added from my FSX install.  You just pull down the menu and setting should be applied automatically although you can adjust them.


Rick Abshier

5900X | RTX3080 | 32 GB@3600 | India Pale Ale

 

 

Share this post


Link to post

I installed using the migration tool and it worked straight out.

 

Vic


 

RIG#1 - 7700K 5.0g ROG X270F 3600 15-15-15 - EVGA RTX 3090 1000W PSU 1- 850G EVO SSD, 2-256G OCZ SSD, 1TB,HAF942-H100 Water W1064Pro
40" 4K Monitor 3840x2160 - AS16, ASCA, GEP3D, UTX, Toposim, ORBX Regions, TrackIR
RIG#2 - 3770K 4.7g Asus Z77 1600 7-8-7 GTX1080ti DH14 850W 2-1TB WD HDD,1tb VRap, Armor+ W10 Pro 2 - HannsG 28" Monitors
 

Share this post


Link to post

 

Here's a better version which is easier to cut and paste and includes the information for FSUIPC as well:

Which would have been even easier to cut and paste had you used the forum's "Code Box" (<>) icon :p0304: :

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


Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Share this post


Link to post

Didn't know the "code box" existed and don't think that the "dumb scholar" avatar was really necessary.


Rick Abshier

5900X | RTX3080 | 32 GB@3600 | India Pale Ale

 

 

Share this post


Link to post

 

Which would have been even easier to cut and paste had you used the forum's "Code Box" (<>) icon :p0304: :

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

How is that 'easier'? :unsure:


Eva Vlaardingerbroek, an inspiratiom.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...