Added 64-bit windows support
Added separate .xpl plugin files for win 32/64. Updated Readme to explain.
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -40,3 +40,16 @@ xpcPlugin/build/xpcPlugin.build/Debug/xpcPlugin.build/Objects-normal/x86_64/xpla
|
|||||||
xpcPlugin/xpcPlugin.xcodeproj/project.xcworkspace/xcuserdata/cteubert.xcuserdatad/UserInterfaceState.xcuserstate
|
xpcPlugin/xpcPlugin.xcodeproj/project.xcworkspace/xcuserdata/cteubert.xcuserdatad/UserInterfaceState.xcuserstate
|
||||||
|
|
||||||
build/
|
build/
|
||||||
|
xpcPlugin/Win/xpcPlugin.exp
|
||||||
|
xpcPlugin/Win/xpcPlugin.ilk
|
||||||
|
xpcPlugin/Win/xpcPlugin.lib
|
||||||
|
xpcPlugin/Win/xpcPlugin.pdb
|
||||||
|
xpcPlugin/Win/xpcPlugin32.exp
|
||||||
|
xpcPlugin/Win/xpcPlugin32.ilk
|
||||||
|
xpcPlugin/Win/xpcPlugin32.lib
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
xpcPlugin/Win/xpcPlugin64.lib
|
||||||
|
xpcPlugin/Win/xpcPlugin64.exp
|
||||||
|
xpcPlugin/xpcPlugin/xpcPlugin/Debug/xplaneConnect.obj
|
||||||
|
xpcPlugin/xpcPlugin/xpcPlugin/Debug/xpcPluginTools.obj
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
X-Plane Connect (XPC) Toolbox
|
X-Plane Connect (XPC) Toolbox
|
||||||
|
|
||||||
Description
|
Description
|
||||||
The X-Plane Connect (XPC) Toolbox facilitates communication with X-Plane. This toolbox allows for the real-time manipulation of X-Plane variables. Possible applications include active control of an XPlane simulation, flight visualization, recording states during a flight, or interacting with a mission over UDP.
|
The X-Plane Connect (XPC) Toolbox facilitates communication with X-Plane. This toolbox allows for the real-time manipulation of X-Plane variables. Possible applications include active control of an XPlane simulation, flight visualization, recording states during a flight, or interacting with a mission over UDP.
|
||||||
@@ -17,7 +17,8 @@ xpcScripts
|
|||||||
Instructions:
|
Instructions:
|
||||||
1. Purchase/Install X-Plane
|
1. Purchase/Install X-Plane
|
||||||
2. Copy the X-Plane Plugin to the plugin directory
|
2. Copy the X-Plane Plugin to the plugin directory
|
||||||
Windows Plugin: xpcPlugin/Win/xpcPlugin.xpl
|
Windows Plugin (32-bit): xpcPlugin/Win/xpcPlugin32.xpl
|
||||||
|
Windows Plugin (63-bit): xpcPlugin/Win/xpcPlugin64.xpl
|
||||||
Mac Plugin: xpcPlugin/Mac/xpcPlugin.xpl
|
Mac Plugin: xpcPlugin/Mac/xpcPlugin.xpl
|
||||||
Plugin Directory: [X-Plane Directory]/Resources/plugins/
|
Plugin Directory: [X-Plane Directory]/Resources/plugins/
|
||||||
3. Write code using the xpcScrips to manipulate X-Plane
|
3. Write code using the xpcScrips to manipulate X-Plane
|
||||||
@@ -33,7 +34,7 @@ Compatability:
|
|||||||
Windows:
|
Windows:
|
||||||
Tested on Windows Vista and Windows 7
|
Tested on Windows Vista and Windows 7
|
||||||
Mac OSX
|
Mac OSX
|
||||||
Tested on OS X 10.8-10.10
|
Tested on OS X 10.8-10.9
|
||||||
X-Plane
|
X-Plane
|
||||||
Tested with X-Plane 9 & 10
|
Tested with X-Plane 9 & 10
|
||||||
|
|
||||||
|
|||||||
BIN
xpcPlugin/Win/xpcPlugin32.xpl
Normal file
BIN
xpcPlugin/Win/xpcPlugin32.xpl
Normal file
Binary file not shown.
BIN
xpcPlugin/Win/xpcPlugin64.xpl
Normal file
BIN
xpcPlugin/Win/xpcPlugin64.xpl
Normal file
Binary file not shown.
Reference in New Issue
Block a user