Git Product home page Git Product logo

da40's Introduction

Diamond DA40 NG

Diamond DA40 Next Generation for FlightGear Flight Simulator

DA40 NG

Contributors

  • Bea Wolf
  • Sascha Reiszner
  • Joshua Davidson
  • Emmanuel Baranger
  • Maik Justus
  • Torsten Dreyer
  • C172 Authors
  • Onox, B. Hallinger
  • Philip Zakharov
  • Noah Ryu

Installation

Git Clone (Recommended)

  1. Open Git Bash terminal and cd into the folder directory you would like to install your aircraft onto and make sure the aircraft folder directory is added in FlightGear's Add-ons menu
  2. Type in git clone https://github.com/sryu1/DA40.git
  3. If you would like to update the aircraft after a new update is released, change directory (cd) into the aircraft folder and git pull

GitHub Download

  1. Download the zip file by pressing code -> Download ZIP
  2. Unzip the file into your aircraft folder and make sure the aircraft folder directory is added in FlightGear's Add-ons menu
  3. Rename the unzipped folder to "DA40"

da40's People

Contributors

d-echo avatar dsatgh avatar sryu1 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

da40's Issues

Enable toggle cockpit

I would like to see toggle the cockpit with 'c' key enabled as it's kind of a standard in FG aircraft. The autopilot CWS should therefore be reassigned from 'c' to the FG standard 'd' key.

/da40ng-base.xml
                <aero archive="y">da40ng-jsb</aero>
+               <allow-toggle-cockpit type="bool">true</allow-toggle-cockpit>
                
/da40ng-jsb-club-set.xml
                        <!-- CWS begin -->
-                       <key n="99">
-                               <name>c</name>
+                       <key n="100">
+                               <name>d</name>

EDIT: I've seen that the G1000 variant seems to be using the 'c' key as well. Not nice ;)

Fix for some warnings

I found 3 easily fixable warnings in the log file:

Models/Interior/Panel/Instruments/kap140/kap140.xml
-    <inherits-from>Aircraft/PA28/Models/Effects/Glass/instrument_glass</inherits-from>
+    <inherits-from>Models/Effects/interior/instrument-glass</inherits-from>

gui/dialogs/da40-help.xml b/gui/dialogs/da40-help.xml
 <PropertyList>
+       <name type="string">da40-help</name>

gui/dialogs/da40-menu.xml b/gui/dialogs/da40-menu.xml
 <PropertyList>
+       <name type="string">da40-menu</name>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.