vastaccu.blogg.se

Flightgear server
Flightgear server






flightgear server

Run the Django app: $ python manage.py runserver.There is a neat script in fgserver/tools/airport_importer.py that imports ALL the airports, whith runway and comm information, into the database from FlightGear's apt-dat.gz (or any X-Plane v1000 airport file) Usage Grab the code and place it in some directory (D'oh!).Ĭopy settings.py.dist to settings.py and edit to suit your needs (mostly db configuration) Make sure you have all the requirements installed.

#Flightgear server install#

If you want to use a virtualenv, use the requirements.txt file to install all the dependencies. Most of this packages (except python-metar) comes with all major Linux distributions. and many others listed in the requirements file Python database driver for your DB of choice (psycopg2, python-mysql,etc) YOURCALLSIGN, Taxi to runway 28 and hold shortĭjango admin app for configuration and administration of airports, aircrafts and AI traffic.Īn interactive map (made with Leaflet), that shows current multiplayer and AI traffic. San Francisco Tower, Ready to taxi, YOURCALLSIGNĪnd the AI ATC that you are tunned in will respond with something like Nasal script that detects COMM frequency and tune in to AI ATC in the server.Ĭreates AI traffic that can be configured with the Django admin appĬreates AI ATCs on demand and react to player's messagesįor instance, you can send a message like Licensed under the GNU GPLv2 License (see the COPYING file ) Messages are sent and received only in the tunned frequency. FlightGear AI ATC and Aircraft multiplayer serverĪ complete FlightGear multiplayer server with AI ATC, AI Planes, interactive map.








Flightgear server