February 11, 20188 yr Author Frank To answer ur question ( Thurs ) I do NOT GET THE "ADD-ON" at the tool bar , never have .....been trying everything now 2-weeks ....Do not use FSUIPC Something new I discovered in FSX when I go to home page IN FSX I get the " script error has occurred in this page " .......been on net to try to get rid of this ? wondering if this may be causing the install issues with the 750 install? . I deleted STEAM thinking it was related to the 750 install? . This has got me puzzled ? I really want the 750 to work , so far everything everyone has suggested has not worked . How do I get a refund ??? it appears that I can not get this to work My 530 works just fine
February 16, 20188 yr Missing Add-On Menu The Gauge Add-Ons menu requires SimConnect which is normally installed automatically with the simulator. For 32 bits simulators, it requires a minimum of SimConnect FSX-SP2, which is found on the installation disks (FSX-ACC/SP2) or in the following folder (FSX-SE): "SteamLibrary\steamapps\common\FSX\SDK\Core Utilities Kit\SimConnect SDK\LegacyInterfaces\FSX-XPACK\SimConnect.msi" Should the menu fails to display, you can create or manually edit the add-on/SimConnect files. P3D4: Start Windows notepad, create a new text document, copy and paste the following content, then save to: "My Documents\Prepar3D v4 Add-ons\Reality XP GTN\add-on.xml" <?xml version="1.0" encoding="UTF-8"?> <SimBase.Document Type="AddOnXml" version="3,3" id="add-on"> <AddOn.Name>Reality XP GTN</AddOn.Name> <AddOn.Description>Legendary Gauges Redefined</AddOn.Description> <AddOn.Component> <Category>DLL</Category> <Name>Reality XP GTN Menu</Name> <Path>C:\Program Files (x86)\Reality XP\GTN Simulation\FltSim\64\rxpGTN_menu.dll</Path> </AddOn.Component> <AddOn.Component> <Category>Gauges</Category> <Name>Reality XP GTN Gauge</Name> <Path>C:\Program Files (x86)\Reality XP\GTN Simulation\FltSim\64</Path> </AddOn.Component> </SimBase.Document> P3D3: Do as above but change both <Path> lines ’64’ to ’32’ as shown below, and save the file to: "My Documents\Prepar3D v3 Add-ons\Reality XP GNS\add-on.xml" <Path>C:\Program Files (x86)\Reality XP\GTN Simulation\FltSim\32\rxpGTN_menu.dll</Path> <Path>C:\Program Files (x86)\Reality XP\GTN Simulation\FltSim\32</Path> P3D2, P3D1, FSX-SE, FSX: The menu uses the global DLL.xml file found here: "C:\Users\[name]\AppData\Roaming\Microsoft\FSX\dll.xml" Open the file with notepad, then copy and paste the following <Launch.Addon> section: <?xml version="1.0" encoding="UTF-8"?> <SimBase.Document Type="Launch" version="1,0"> <Descr>Launch</Descr> <Filename>dll.xml</Filename> <Disabled>False</Disabled> <Launch.ManualLoad>False</Launch.ManualLoad> <Launch.Addon> ... </Launch.Addon> <Launch.Addon> <Name>Reality XP GTN Menu</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>C:\Program Files (x86)\Reality XP\GTN Simulation\FltSim\32\rxpGTN_menu.dll</Path> </Launch.Addon> </SimBase.Document>
Archived
This topic is now archived and is closed to further replies.