

- #X plane 11 video rendering options full#
- #X plane 11 video rendering options windows 10#
- #X plane 11 video rendering options android#
- #X plane 11 video rendering options software#
- #X plane 11 video rendering options code#
The plugin requires the cockpit to be rendered, so only works with internal and not external views. Finding the texture is now completely automatic and requires no intervention from the user like with the previous v1 plugin.
#X plane 11 video rendering options windows 10#
This technique has proven to be reliable on an NVidia GTX 1080 and Windows 10 with both Vulkan and OpenGL, but may not work on other video cards. The plugin writes a red pixel to (0,0) during a panel callback and then scans the candidate textures to look for a texture with a red pixel in that location. The plugin scans the aircraft -PANELS- directory to find a PNG file, determines the panel dimensions, and looks for candidate textures that match these dimensions. X-Plane 11 doesn't natively support this functionality via the SDK, so the plugin uses OpenGL calls to try and guess the correct texture id. You can drag popped-out windows to external monitors and arrange them however you like, and these configurations can be saved. They can be rendered as windows within X-Plane, or popped out and moved around within the OS itself. This same texture is then rendered into separate windows that you can move around and place wherever you want. XTextureExtractor analyzes all the OpenGL textures and works out where these displays are rendered to. There are external apps that can provide some of these displays, but they reimplement everything from scratch and will never be an exact match for your aircraft. Some aircraft support a pop-up CDU, but rarely any of the other displays.
#X plane 11 video rendering options full#
However, if you have a home cockpit set up with multiple monitors, it would be ideal to see each of these displays shown full screen and without having to move the view around to see it clearly. These displays can also be quite small and hard to read. Most X-Plane 11 aircraft only allow you to view these displays within the virtual cockpit. You will need to ensure that your firewall and virus scanner do not block this port so that the remote clients can connect.
#X plane 11 video rendering options code#
There are a number of command-line options such as -geometry=XxYxWxH that allow you to hard code the placement of each window, and -window# where you select the window you want to render.įor the network protocol, it uses TCP port 52500. You can do this by either editing the script and putting the IP address in, or calling the script with arguments. You need to call this script with the IP address of your X-Plane machine, so that it can establish the network connection. You need to then use the run-xte.bat (Windows) or run-xte.sh (Linux/OSX/RPi3) to start up the display client. It requires the Java JDK with the javac compiler and java runtime available in your system PATH.

There is also a java-client included in the download archive, which can run on most Windows, Linux, OSX, and Raspberry Pi hardware.
#X plane 11 video rendering options android#
The Android app can be downloaded from and works on any device back to Android 4.0 (API 14). Each device will save the configuration between sessions. The Android app allows you to view 2 panels on multiple phones or tablets, in either landscape or portait mode, and you can cycle through the available panels by tapping on them. XTextureExtractor v3 now works with both Vulkan and OpenGL rendering backends of X-Plane 11 with an automatic texture finding algorithm. Rendering the textures within X-Plane is basically free, but using the network protocol requires a read from the GPU which will reduce the frame rate. XTextureExtractor extracts the textures for the HSI, ND, EICAS, and CDU displays, and renders them in separate windows that you can place anywhere within X-Plane, on external unused monitors, and on separate computers via a network protocol. You should have received a copy of the GNU General Public License GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. but WITHOUT ANY WARRANTY without even the implied warranty of This program is distributed in the hope that it will be useful,
#X plane 11 video rendering options software#
the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify Copyright (C) 2018-2022 Wayne Piekarski
