A simple page for simple help

The main purpose of this webpage is to help people having a fully featured FlightGear installation. It is mainly based on my own experiences I have made with this great piece of software and at home while playing with my Saitek X52 Pro joystick.

First of all, you need to download the latest version of FlightGear from a mirror. At the moment of writing this page it was 2.0 in main program and scenery. Use this link for instance.

If you have done so you can only fly a bit around in the area of San Francisco (KSFO plus some more). That is indeed not very much. So you need to get some scenery and more "shared models". Also you will see a lot warning messages or failures. We fix them all step-by-step.

So first let us fix the warnings (a bit, not all) and failures while the program is starting up. Most happens because of missing scenery and objects like buildings in the scenery. Download SharedModels.tgz and (if you have a dial-in connection) GlobalObjects.tgz from this webpage. You don't need to download every single building! Just grab the big tar balls.

On Linux systems you will find tools like tar and gzip for uncompression and extraction of the data. But wait! You need to know where you shall put them.

The GlobalObjects.tgz archive contains a lot directories like eXXXnYYY plus a lot sub directories with small files in. First change the directory to FG_ROOT (on my Debian system it is /usr/shared/games/FlightGear/ and change again into Scenery/Objects/. The final command will looks like this:

cd /usr/share/games/FlightGear/Scenery/Objects/
wget http://flightgear.mxchange.org/pub/scenemodels/GlobalObjects.tgz
tar xzf GlobalObjects.tgz # (this will take looooong ...)
rm -f GlobalObjects.tgz # (to save disk space)

Or try my copy. You can use the tab key for autocompletition if you prefer not to enter all single characters in the cd command.

That part was simple, wasn't it? :)

Now we need to get the SharedModels.tgz file but its content should be stored in a different folder. Here are again the needed commands to get it, extract and fix a small bug in it:

cd ../../
wget http://flightgear.mxchange.org/pub/scenemodels/SharedModels.tgz
tar xzf SharedModels.tgz # (will take again a bit longer)
rm -f SharedModels.tgz # (again for saving disk space)

Alternative download: (from my server)
· SharedModels.tgz
· GlobalObjects.tgz

Well done! You can now still fly around in the basic area of San Fransico Beach but with some more objects and details. :) Enjoy it before we continue with the last steps.

If you have a lot (!!!) disk space left you may want to download more scenery (or the whole world?) on your drive. But you can also save it by using an external rsync server which back online again.

If you want to use an external rsync server (you need TerraSync to do so) please use my launch-helper which available here. It is written in Bash (Born Again Shell) and starts TerraSync for you to connect to a public rsync server. It also helps you with playing in multi-player mode and many more!

If you want to download all the scenery then find a free weekend and continue below this paragraph. Everyone else is done here or might download some aircrafts as well.

Hint for mass-downloaders: You don't need the data from AirportOverlays and RawData if you just want to fly around! You need them if you want to build scenery only. And don't mess around with the Models-Airspace.tar.gz and Scenery-Airspace.tar.gz located here. In the Scenery-Airspace.tar.gz you will find a folder called Objects. Don't mix that with the one in Scenery. If you do so you need to re-install your scenery again.

Continue here with full scenery download: wget can be a good friend if you know how to use it and if you clean up the download after usage. So this next script is based on it.

You can find my download helper here. Here are the needed commands to get full scenery on your drive:

cd /usr/share/games/FlightGear/Scenery/
wget http://flightgear.mxchange.org/pub/download-helper.zip
unzip download-helper.zip
sh extract.sh

Clean up of downloaded archives is being done by extract.sh. If you like you can remove download-helper.zip, extract.sh, listing and okay. They belong to my script and not to FlightGear.

If the download fails just try to restart it with sh extract.sh after some minutes. The both servers are very busy these days... :-/

Meet you in FGFS. :)

PS: My manually mirrored download archive for FlightGear can be found here. So take a look around. :)

Created: 2008-03-28 | Last update: 2013-02-22 | Author: Roland Häder
Home | My flights | FGCOM | fgdata.bundle | My used scenery | Rsync howto | Links collection | Imprint

Creative Commons License
Quix0r's FlightGear Website by Roland Haeder is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Based on a work at http://flightgear.mxchange.org/repos/flightgear/trunk/.