ExtPlane
ExtPlane copied to clipboard
Plugin for X-Plane flight simulator which allows reading and writing simulation properties
Changed behaviour: Arrays are now written selectively. Only changed values of an array are written to X-Plane to circumvent problems like here: https://forums.x-plane.org/index.php?/forums/topic/232388-toliss-and-hardware-cockpit/
The readme mentions Linux and Windows versions are in the releases. But it's only Linux. Since it's possible to compile for those two systems using Docker, you could have Github...
Thanks a lot for adding 'get' command, it's very useful. But why does it unsubcribe from a dateref? What's the purpose of such behavior? Can I safely use 'sub' repeatedly...
Running `set sim/aircraft/view/acf_descrip:string "This is an example" `doesn't seem to work on telnet via Windows, as per the README - instead X-Plane crashes to desktop. I am able to read...
This should fix the missing win.xpl and extplane-transformer.exe in the final build. Relates to https://github.com/vranki/ExtPlane/issues/74
I followed the steps in the readme, already had Xcode installed and added QT. But this is the error I get: ``` cd extplane-server/ && ( test -e Makefile ||...
ExtPlane menu doesn't really reflect if the plugin is listening. Change the text if there is an error.
If many commands are sent at the same time, it appears that under certain conditions ExtPlane ends up executing them multiple times. This is especially true if the simulator is...
Currently I seem to be practically the only developer for ExtPlane. It's still a popular piece of software, but I don't have time for developing it. I'm currently employed as...
I noticed that xplane will crash when you send a dref for a non exisiting plane eg: cl300/dcp_navsrc when no cl300 loaded will CTD xplane latest Xplane 11.50b3 as well...