User Tools

Site Tools


lvar_support_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lvar_support_installation [2015/10/23 22:20]
c0nnex [Manual Installation]
lvar_support_installation [2016/07/23 21:00] (current)
c0nnex
Line 4: Line 4:
  
 To support LVAR access from within SPAD.neXt it is necessary to install the SPAD.neXt Bridge into the Simulator. ​ To support LVAR access from within SPAD.neXt it is necessary to install the SPAD.neXt Bridge into the Simulator. ​
-The bridge will allow SPAD.neXt to query LVAR and set values. However it might be possible that an LVAR change is not being picked up by the simulator, because it is a readonly ​value.+The bridge will allow SPAD.neXt to query LVAR and set values. However it might be possible that an LVAR change is not being picked up by the simulator, because it is a read-only ​value.
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 10: Line 10:
 ==== C++ 2013 Redistributable ==== ==== C++ 2013 Redistributable ====
  
-To function correctly the LVAR bridge requires the [[https://​www.microsoft.com/en-US/download/details.aspx?​id=40784|Microsoft Visual Studio C++ 2013 redistributables]] to be installed on the computer running the simulator.+To function correctly the LVAR bridge requires the [[https://​www.fsgs.com/​download/​vcredist_x86.exe|Microsoft Visual Studio C++ 2013 redistributables]] to be installed on the computer running the simulator.
 You will need to have the x86 version installed. ​ You will need to have the x86 version installed. ​
 If you installed SPAD.neXt using the installer, it will be installed automatically for you, if necessary. If you installed SPAD.neXt using the installer, it will be installed automatically for you, if necessary.
Line 26: Line 26:
 ==== Simulator and SPAD.neXt on same computer ==== ==== Simulator and SPAD.neXt on same computer ====
  
-  * Open the windows explorer and navigate to the SPAD.neXt ​[[Quickstart:​Installation|installation]] folder ( <​code>​C:\ProgramFiles (x86)\SPAD.neXt</​code> ​by default ) +  * Open the windows explorer and navigate to the SPAD.neXt installation folder ( ''​C:\Program Files\SPAD.neXt'' ​by default ) 
-  * now navigate into the sub-folder ​<​code>​simmodule</​code>​ +  * now navigate into the sub-folder ​''​simmodule''​ 
-  * Click into the address-line , mark the whole line and copy it to the clipboard (<​code>​CTRL-C</​code>​)+  * Click into the address-line , mark the whole line and copy it to the clipboard (''​CTRL-C''​)
   * To ease up thing, you should now paste the text from the clipboard into a temporary textfile/​notepad,​ so you can pick it up later again.   * To ease up thing, you should now paste the text from the clipboard into a temporary textfile/​notepad,​ so you can pick it up later again.
  
 ==== Simulator and SPAD.neXt on different computers ==== ==== Simulator and SPAD.neXt on different computers ====
-  * On the client open the windows explorer and navigate to the SPAD.neXt ​[[Quickstart:​Installation|installation]] folder ( <​code>​C:\ProgramFiles (x86)\SPAD.neXt</​code> ​by default ) +  * On the client open the windows explorer and navigate to the SPAD.neXt installation folder ( ''​C:\Program Files\SPAD.neXt'' ​by default ) 
-  * now navigate into the sub-folder ​<​code>​simmodule</​code>​ +  * now navigate into the sub-folder ​''​simmodule''​ 
-  * Copy the file "​SPAD.neXt.Bridge.dll" ​to the Server ​Computer ​running the simulator ) to a place of your convenience. e.g. '''​Simulator maindir\Mdoules'​''​+  * Copy the file //SPDBridge.dll// to the server ​computer ​running the simulator ) to a place of your convenience. e.g. ''​Simulator maindir\Modules''​
   * remember the path where you copied it for later use.   * remember the path where you copied it for later use.
 +<alert danger>​If the bridge is updated by a SPAD.neXt update, you will have to update your copy on the server manually!</​alert>​
  
 ===== Configuring dll.xml ===== ===== Configuring dll.xml =====
  
-  * In the address-line of the windows explorer enter <​code>​%APPDATA%</​code> ​and hit enter+  * In the address-line of the windows explorer enter ''​%APPDATA%'' ​and hit enter
  
 FSX FSX
-  * Navigate to the sub-folder Microsoft\FSX+  * Navigate to the sub-folder ​**Microsoft\FSX**
  
 FSX:SE FSX:SE
-  * Navigate to the sub-folder Microsoft\FSX-SE+  * Navigate to the sub-folder ​**Microsoft\FSX-SE**
  
 Prepar3D v2 Prepar3D v2
-  * Navigate to the sub-folder Lockheed Martin\Prepar3D v2+  * Navigate to the sub-folder ​**Lockheed Martin\Prepar3D v2**
  
 Prepar3D v3 Prepar3D v3
-  * Navigate to the sub-folder Lockheed Martin\Prepar3D v3 +  * Navigate to the sub-folder ​**Lockheed Martin\Prepar3D v3** 
-<br/> + 
-  * if there is no file <​code>​dll.xml</​code> ​in this directory skip the next steps and continue here: [[Manual:​LVAR_Support/​Installation#New dll.xml]] ​)+  * if there is no file ''​dll.xml'' ​in this directory skip the next steps and continue here: [[lvar_support_installation#new_dllxml|New dll.xml]]
  
 ==== Dll.xml exists ==== ==== Dll.xml exists ====
  
-  * First make a backup-copy of the file <​code>​dll.xml</​code>​. Copy it (<​code>​CTRL-C</​code>​ <​code>​CTRL-V</​code>​) and rename the copy as "​dll.xml.BEFORE_SPAD_NEXT"​ +  * First make a backup-copy of the file ''​dll.xml''​. Copy it (''​CTRL-C CTRL-V''​) and rename the copy as "//dll.xml.BEFORE_SPAD_NEXT//
-  * Now open the file <​code>​dll.xml</​code> ​in any texteditor ​(notepad preferably, but not word or wordpad!) +  * Now open the file ''​dll.xml'' ​in any text editor ​(notepad preferably, but not word or wordpad!) 
-  * Scroll to the end of the file, and look for the text <​code><​nowiki>​</​SimBase.Document>​</​nowiki></​code>​ +  * Scroll to the end of the file, and look for the text ''​</​SimBase.Document>​''​ 
-  * insert the follwoing ​snippet into the text just before the located text:+  * insert the following ​snippet into the text just before the located text:
 <​code>​ <​code>​
     <​Launch.Addon>​     <​Launch.Addon>​
Line 66: Line 67:
         <​Disabled>​False</​Disabled>​         <​Disabled>​False</​Disabled>​
         <​ManualLoad>​False</​ManualLoad>​         <​ManualLoad>​False</​ManualLoad>​
-        <​Path>​YOUR_LOCATION_HERE\SPAD.neXt.Bridge.dll</​Path>​+        <​Path>​YOUR_LOCATION_HERE\SPDBridge.dll</​Path>​
     </​Launch.Addon>​     </​Launch.Addon>​
 </​code>​ </​code>​
-  * Replace the text "​YOUR_LOCATION_HERE"​ with the text you copied from the address-line earlier.+  * Replace the text "**YOUR_LOCATION_HERE**" with the text you copied from the address-line earlier.
   * the result should look like this (your path exchanged of course): ​   * the result should look like this (your path exchanged of course): ​
 <​code>​ <​code>​
Line 76: Line 77:
         <​Disabled>​False</​Disabled>​         <​Disabled>​False</​Disabled>​
         <​ManualLoad>​False</​ManualLoad>​         <​ManualLoad>​False</​ManualLoad>​
-        <​Path>​C:​\ProgramFiles (x86)\SPAD.neXt\simmodule\SPAD.neXt.Bridge.dll</​Path>​+        <​Path>​C:​\Program Files\SPAD.neXt\simmodule\SPDBridge.dll</​Path>​
     </​Launch.Addon>​     </​Launch.Addon>​
  </​SimBase.Document>​  </​SimBase.Document>​
 </​code>​ </​code>​
   * save the file.   * save the file.
-  * Restart your simulator, load an aircraft, and confirm that in the Addons-menu you have an entry "​SPAD.neXt"​ now.+  * Restart your simulator, load an aircraft, and confirm that in the Addons-menu you have an entry "//SPAD.neXt//" now.
  
 ==== New dll.xml ==== ==== New dll.xml ====
  
-  * If the file <​code>​dll.xml</​code> ​does not exist, create a new textfile with the following content:+  * If the file ''​dll.xml'' ​does not exist, create a new textfile with the following content:
 <​code>​ <​code>​
 <?xml version="​1.0"​ encoding="​windows-1252"?>​ <?xml version="​1.0"​ encoding="​windows-1252"?>​
Line 97: Line 98:
         <​Disabled>​False</​Disabled>​         <​Disabled>​False</​Disabled>​
         <​ManualLoad>​False</​ManualLoad>​         <​ManualLoad>​False</​ManualLoad>​
-        <​Path>​YOUR_LOCATION_HERE\SPAD.neXt.Bridge.dll</​Path>​+        <​Path>​YOUR_LOCATION_HERE\SPDBridge.dll</​Path>​
   </​Launch.Addon>​   </​Launch.Addon>​
 </​SimBase.Document>​ </​SimBase.Document>​
Line 103: Line 104:
  
   * save the file.   * save the file.
-  * Restart your simulator, load an aircraft, and confirm that in the Addons-menu you have an entry "​SPAD.neXt"​ now.+  * Restart your simulator, load an aircraft, and confirm that in the Addons-menu you have an entry "//SPAD.neXt//" now.
  
lvar_support_installation.1445631639.txt.gz · Last modified: 2015/10/23 22:20 by c0nnex