Howto:Install aircraft: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Bot: Automated text replacement (-http://www.flightgear.org/Downloads/aircraft/ +http://www.flightgear.org/Downloads/aircraft-2.0.0/))
m (Robot: Cosmetic changes)
Line 23: Line 23:
TODO
TODO


=== Windows===
=== Windows ===
# Download an aircraft and save it on your desktop.
# Download an aircraft and save it on your desktop.
# Unzip the file, using a file archiver like 7-Zip.
# Unzip the file, using a file archiver like 7-Zip.
# Move the unzipped folder (usually the aircraft's name) to your <tt>FlightGear/data/Aircraft</tt> directory.
# Move the unzipped folder (usually the aircraft's name) to your <tt>FlightGear/data/Aircraft</tt> directory.
<br>
<br />
'''!!! IMPORTANT !!!'''<br>
'''!!! IMPORTANT !!!'''<br />
"Modern" Windows Versions (e.g. XP, Vista, Win7) tinkering a lot with user rights on access level. Therefore it's a bad idea to install and run FlightGear to and from "C:\Program Files" (German: C:\Programme). Find another drive / folder where you as logged in user have all neccesary right to read, write and execute the files you installed. Additionally there's a space / blank in folder's name which could cause weird behaviour. Use something like "C:\FlightGear".
"Modern" Windows Versions (e.g. XP, Vista, Win7) tinkering a lot with user rights on access level. Therefore it's a bad idea to install and run FlightGear to and from "C:\Program Files" (German: C:\Programme). Find another drive / folder where you as logged in user have all neccesary right to read, write and execute the files you installed. Additionally there's a space / blank in folder's name which could cause weird behaviour. Use something like "C:\FlightGear".


==Choosing aircraft==
== Choosing aircraft ==
If you are looking for information to decide what aircraft to download, try [[Table of models]] or [[Aircraft]]. External links to third=party aircraft can be found at [[FlightGear hangars]]. Remember that the latest aircraft may not load with previous versions, so look for older aircraft in the links section.
If you are looking for information to decide what aircraft to download, try [[Table of models]] or [[Aircraft]]. External links to third=party aircraft can be found at [[FlightGear hangars]]. Remember that the latest aircraft may not load with previous versions, so look for older aircraft in the links section.


==For developers==
== For developers ==
Help develop the [[FlightGear Package Manager]] which is intended to support automatic aircraft and scenery installation, currently in alpha development and in need of testing.
Help develop the [[FlightGear Package Manager]] which is intended to support automatic aircraft and scenery installation, currently in alpha development and in need of testing.


==Related content==
== Related content ==
* [[Downloading New Flightgear Scenery for Windows XP]]
* [[Downloading New Flightgear Scenery for Windows XP]]
* [[Hardware Recommendations]]
* [[Hardware Recommendations]]
* [[Installing Scenery]]
* [[Installing Scenery]]
* [[Recommended Software]]
* [[Recommended Software]]

Revision as of 18:17, 8 March 2011

Official aircraft can be downloaded at FlightGear.org Aircraft, which then usually require unzipping software to extract from a compressed file format. Then these must be manually installed in a FlightGear software installation to use. The details depend on the method of download, operating system, and user setup.

An open source file archiver is 7-Zip, although be aware of user setup.

Linux

(Ubuntu 7.10)

  1. Download the aircraft
  2. Open Terminal and log in as root
  3. Navigate to /usr/share/Games/FlightGear/Aircraft
  4. Extract your aircraft file into the folder
  5. Start up flight gear. Your aircraft should show up in the launcher

Macintosh OS X

  1. Open GUI Launcher for FlightGear Mac
  2. Click on "Others" tab at middle right of launcher
  3. Click "Install Add-On Data" link at bottom of launcher
  4. Select aircraft folder from menu, and click "Open"
  5. Click OK on pop-up box.

Solaris

TODO

Windows

  1. Download an aircraft and save it on your desktop.
  2. Unzip the file, using a file archiver like 7-Zip.
  3. Move the unzipped folder (usually the aircraft's name) to your FlightGear/data/Aircraft directory.


!!! IMPORTANT !!!
"Modern" Windows Versions (e.g. XP, Vista, Win7) tinkering a lot with user rights on access level. Therefore it's a bad idea to install and run FlightGear to and from "C:\Program Files" (German: C:\Programme). Find another drive / folder where you as logged in user have all neccesary right to read, write and execute the files you installed. Additionally there's a space / blank in folder's name which could cause weird behaviour. Use something like "C:\FlightGear".

Choosing aircraft

If you are looking for information to decide what aircraft to download, try Table of models or Aircraft. External links to third=party aircraft can be found at FlightGear hangars. Remember that the latest aircraft may not load with previous versions, so look for older aircraft in the links section.

For developers

Help develop the FlightGear Package Manager which is intended to support automatic aircraft and scenery installation, currently in alpha development and in need of testing.

Related content