mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

Github All Releases download count

Server Status

XPlane-11-AutoATC-plugin

C/C++ Source code for the AutoATC plugin for X-Plane 11.

About

A discord server for support and discussion is now available at: https://discord.gg/vBbESeu

AutoATC provides an ATC "chatbot" for X-Plane 11. It features server-controlled AI airplanes and uses speech recognition and text to speech to interact with the user.

See the releases page for the latest download.

In order to use ATC services use AutoATC Trainer for Android

Installing

Building

Dependencies

Prerequisites

Compiling

Windows

Windows users should use the Visual Studio Community project

Linux

In "XPlane-11-AutoATC-plugin":

make clean

make OS=LINUX XPVER=11

make OS=LINUX XPVER=10

Output is "lin.xpl" in "deploy/XP1X/AutoATC/64/"

MacOS

install jdk17 https://developer.ibm.com/languages/java/semeru-runtimes/downloads

install the xcode-select

xcode-select --install

In "XPlane-11-AutoATC-plugin":

make clean

make OS=MACOS

Output is "mac.xpl" in "build/AutoATC/64/"