Howto:Install aircraft: Difference between revisions

Jump to navigation Jump to search
Embed launcher video. Stress that using the launcher is the preferred option
m (add launcher youtube demo link on installing aircraft and using filtering etc.)
(Embed launcher video. Stress that using the launcher is the preferred option)
Line 18: Line 18:
[[File:SOTM_2018-09_Back_from_work_honey_by_GinGin.jpg|thumb|[[Space_Shuttle|Space Shuttle]] (FG 2018)]]
[[File:SOTM_2018-09_Back_from_work_honey_by_GinGin.jpg|thumb|[[Space_Shuttle|Space Shuttle]] (FG 2018)]]


The latest official [[aircraft]] can be downloaded and installed with a single click through the aircraft tab in the [[FlightGear Qt launcher|built-in launcher]] see [[FlightGear Qt launcher]] ([https://www.youtube.com/watch?v=a-UIrw7nEy4 video demonstration] using launcher). This article describes the manual process, only to be performed when not using the launcher.
The preferred option to install the latest official [[aircraft]] is through the aircraft tab in the [[FlightGear Qt launcher|built-in launcher]], as explained in the following video. The remainder of this article describes the manual process, only to be performed when not using the launcher.


== Installation process ==
{{#ev:youtube|a-UIrw7nEy4}}
 
== Manual installation process ==
Aircraft packages are available on [http://www.flightgear.org/download/ FlightGear.org Aircraft]. These 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.
Aircraft packages are available on [http://www.flightgear.org/download/ FlightGear.org Aircraft]. These 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.


Line 53: Line 55:


== When installing an aircraft fails ==
== When installing an aircraft fails ==
=== Rename Aircraft Folder ===
=== Rename aircraft folder ===
If FlightGear fails to start with the new aircraft you have installed, or if it starts but the aircraft is invisible you might have to rename the folder where the aircraft files are.
If FlightGear fails to start with the new aircraft you have installed, or if it starts but the aircraft is invisible you might have to rename the folder where the aircraft files are.
This issue is most often encountered when downloading a .zip file from some online git repository. In those cases you will most likely end up with a folder name of the following form MyZippedRepo-[branch]. In this case you should rename the folder to be just '''MyZippedRepo'''.
This issue is most often encountered when downloading a .zip file from some online git repository. In those cases you will most likely end up with a folder name of the following form MyZippedRepo-[branch]. In this case you should rename the folder to be just '''MyZippedRepo'''.
Line 71: Line 73:


To fix this on Linux try this:
To fix this on Linux try this:
 
<syntaxhighlight lang="bash">
  $ cd path/to/aircraft/directory/
  $ cd path/to/aircraft/directory/
  $ find . -name "*.xml" -print | xargs sed -i 's/<?xml version="1.0" encoding="UTF-8"?>/<?xml version="1.0" encoding="ISO-8859-1"?>/g'
  $ find . -name "*.xml" -print | xargs sed -i 's/<?xml version="1.0" encoding="UTF-8"?>/<?xml version="1.0" encoding="ISO-8859-1"?>/g'
</syntaxhighlight>


If any of the methods above do not work, ask around on the [[Howto:Multiplayer#Multiplayer chat|multiplayer chat]], [[FlightGear IRC channel|IRC]] or on the {{forum link|f=11|text=forum}}.
If any of the methods above do not work, ask around on the [[Howto:Multiplayer#Multiplayer chat|multiplayer chat]], [[FlightGear IRC channel|IRC]] or on the {{forum link|f=11|text=forum}}.
Line 85: Line 88:
External links to third party aircraft can be found at [[FlightGear hangars]]. Remember that the latest aircraft may not load with previous versions. If you happen to use an older version of FlightGear, look for older aircraft in the links section.
External links to third party aircraft can be found at [[FlightGear hangars]]. Remember that the latest aircraft may not load with previous versions. If you happen to use an older version of FlightGear, look for older aircraft in the links section.


==Video tutorials by the community==
==Video tutorial by the community==
{{#ev:youtube|OiqGjc8W880|480px||Tutorial on downloading and installing aircraft from Github pages by PINTO. Adding manually downloaded aircraft folders in the [[FlightGear_Qt_launcher|qt-launcher]] is pretty much the same for non-github downloads too. Aircraft are often developed on Github. This shows you to the download Github versions of aircraft that are not in FGAddon yet for whatever reason, and the latest work-in-progress state of some aircraft in FGAddon for testing and feedback. (September 2019)}}
{{#ev:youtube|OiqGjc8W880|480px||Tutorial on downloading and installing aircraft from Github pages by PINTO. Adding manually downloaded aircraft folders in the [[FlightGear_Qt_launcher|qt-launcher]] is pretty much the same for non-github downloads too. Aircraft are often developed on Github. This shows you to the download Github versions of aircraft that are not in FGAddon yet for whatever reason, and the latest work-in-progress state of some aircraft in FGAddon for testing and feedback. (September 2019)}}
== Related content ==
* [[Installing Scenery]]


== Gallery (2017+) ==
== Gallery (2017+) ==
Line 109: Line 109:


</gallery>
</gallery>
== Related content ==
* [[Installing Scenery]]


[[Category:Howto|Install aircraft]]
[[Category:Howto|Install aircraft]]

Navigation menu