]> git.mxchange.org Git - flightgear-website.git/blob - index.html
41f5f82c1fbe185ba3c519be1520f04343f8f5f6
[flightgear-website.git] / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4         <title>Quix0r&#39;s FlightGear Webpage - A simple FlightGear Helping Page</title>
5         <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6         <meta http-equiv="content-style-type" content="text/css" />
7         <meta http-equiv="content-script-type" content="text/javascript" />
8         <meta http-equiv="content-language" content="en-US" />
9         <meta http-equiv="imagetoolbar" content="no" />
10         <meta name="resource-type" content="document" />
11         <meta name="distribution" content="global" />
12         <meta name="copyright" content="2013, Roland Haeder, CC-BY-SA 3.0" />
13         <meta name="keywords" content="FlightGear, Flight, Gear, Aircraft, Airplane, Plane, Flight, Sim, Simulator, FlightSimulator, GPL, FG, FGFS, Earth, Free, Opensource, YASim, JSBSim, Help, Support" />
14         <meta name="description" content="Quix0r&#39;s FlightGear Webpage" />
15
16         <link rel="search" type="application/opensearchdescription+xml" title="YaCy Search 'zulu289'" href="http://yacy-websuche.mxchange.org:8090/opensearchdescriptio
17         <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
18 </head>
19
20 <body>
21
22 <center><big><big><strong>A simple page for simple help</strong></big></big></center>
23
24 <p>
25         The main purpose of this webpage is to help people having a fully featured
26         <a href="http://www.flightgear.org" target="_blank">FlightGear</a>
27         installation. It is mainly based on my own experiences I have made with this
28         great piece of software and at home while playing with my Saitek X52 Pro joystick.
29 </p>
30
31 <p>
32         First of all, you need to <a href="http://www.flightgear.org/Downloads/binary.shtml"
33          target="_blank" title="Binary download">download the latest version</a> of FlightGear
34         from a mirror. At the moment of writing this page it was <strong>2.0</strong> in
35         main program and scenery. Use <a href="http://www.flightgear.org/Downloads/binary.shtml"
36          target="_blank">this link</a> for instance.
37 </p>
38
39 <p>
40         If you have done so you can only fly a bit around in the area of San
41         Francisco (KSFO plus some more). That is indeed not very much. So you need
42         to get some scenery and more &quot;shared models&quot;. Also you will see a
43         lot warning messages or failures. We fix them all step-by-step.
44 </p>
45
46 <p>
47         So first let us fix the warnings (a bit, not all) and failures while the
48         program is starting up. Most happens because of missing scenery and objects
49         like buildings in the scenery. Download <em>SharedModels.tgz</em> and (if you
50         have a dial-in connection) <em>GlobalObjects.tgz</em> from <a
51          href="http://scenemodels.flightgear.org/" target="_blank">this webpage</a>.
52         You don't need to download every single building! Just grab the big tar balls.
53 </p>
54
55 <p>
56         On Linux systems you will find tools like <em>tar</em> and <em>gzip</em> for
57         uncompression and extraction of the data. But wait! You need to know where you
58         shall put them.
59 </p>
60
61 <p>
62         The GlobalObjects.tgz archive contains a lot directories like <strong>eXXXnYYY</strong>
63         plus a lot sub directories with small files in. First change the directory to FG_ROOT
64         (on my Debian system it is <em>/usr/shared/games/FlightGear/</em> and change again
65         into <em>Scenery/Objects/</em>. The final command will looks like this:<br />
66         <br />
67         <pre>cd /usr/share/games/FlightGear/Scenery/Objects/
68 wget http://flightgear.mxchange.org/pub/scenemodels/GlobalObjects.tgz
69 tar xzf GlobalObjects.tgz # (this will take looooong ...)
70 rm -f GlobalObjects.tgz # (to save disk space)</pre><br />
71         Or try my copy.
72         You can use the tab key for autocompletition if you prefer not to enter all
73         single characters in the cd command.
74 </p>
75
76 <p>That part was simple, wasn't it? :)</p>
77
78 <p>
79         Now we need to get the <em>SharedModels.tgz</em> file but its content
80         should be stored in a different folder. Here are again the needed
81         commands to get it, extract and fix a small bug in it:<br />
82         <br />
83         <pre>cd ../../
84 wget http://flightgear.mxchange.org/pub/scenemodels/SharedModels.tgz
85 tar xzf SharedModels.tgz # (will take again a bit longer)
86 rm -f SharedModels.tgz # (again for saving disk space)</pre>
87 </p>
88
89 <p>
90         <strong>Alternative download:</strong> (from my server)<br />
91         <strong><big>&middot;</big></strong>&nbsp;<a href="pub/scenemodels/SharedModels.tgz">SharedModels.tgz</a><br />
92         <strong><big>&middot;</big></strong>&nbsp;<a href="pub/scenemodels/GlobalObjects.tgz">GlobalObjects.tgz</a>
93 </p>
94
95 <p>
96         Well done! You can now still fly around in the basic area of San Fransico
97         Beach but with some more objects and details. :) Enjoy it before we continue
98         with the last steps.
99 </p>
100
101 <p>
102         If you have a lot (!!!) disk space left you may want to download more scenery
103         (or the whole world?) on your drive. But you can also save it by using an
104         external <a href="rsync.html">rsync server</a>. I have discontinued to provide
105         it due to low disk space on my server (only 40 GByte). But still you can
106         <a href="pub/fgfs/Scenery/" target="_blank">donwload all packages</a>.
107 </p>
108
109 <p>
110         If you want to use an external <a href="rsync.html">rsync server</a> (you
111         need TerraSync to do so) please use my launch-helper which available <a
112          href="pub/fgfs-launcher.zip">here</a>. It is written in Bash (Born Again
113         Shell) and starts TerraSync for you to connect to a public <a
114          href="rsync.html">rsync server</a>. It also helps you with playing in
115         multi-player mode and many more!
116 </p>
117
118 <p>
119         If you want to download all the scenery then find a free weekend and continue below
120         this paragraph. Everyone else is done here or might download <a href="pub/fgfs/Aircraft/"
121          target="_blank">some aircrafts</a> as well.
122 </p>
123
124 <p>
125         <strong>Hint for mass-downloaders:</strong> You don't need the data from
126         AirportOverlays and RawData if you just want to fly around! You need them if
127         you want to build scenery only. And don't mess around with the <em>Models-Airspace.tar.gz</em>
128         and <em>Scenery-Airspace.tar.gz</em> located <a href="pub/fgfs/Scenery-Airspace/"
129          target="_blank">here</a>. In the <em>Scenery-Airspace.tar.gz</em> you will find a
130         folder called <strong>Objects</strong>. Don't mix that with the one in
131         <strong>Scenery</strong>. If you do so you need to re-install your scenery again.
132 </p>
133
134 <p>
135         <strong>Continue here with full scenery download:</strong> wget can be a good
136         friend if you know how to use it and if you clean up the download after usage.
137         So this next script is based on it.
138 </p>
139
140 <p>
141         You can find my download helper <a href="pub/download-helper.zip">here</a>.
142         Here are the needed commands to get full scenery on your drive:<br />
143         <br />
144         <pre>cd /usr/share/games/FlightGear/Scenery/
145 wget http://flightgear.mxchange.org/pub/download-helper.zip
146 unzip download-helper.zip
147 sh extract.sh</pre>
148 </p>
149
150 <p>
151         Clean up of downloaded archives is being done by extract.sh. If you like you
152         can remove <em>download-helper.zip</em>, <em>extract.sh</em>, <em>listing</em>
153         and <em>okay</em>. They belong to my script and not to FlightGear.
154 </p>
155
156 <p>
157         If the download fails just try to restart it with <strong>sh extract.sh</strong>
158         after some minutes. The both servers are very busy these days... :-/
159 </p>
160
161 <p>
162         <big><strong>Meet you in FGFS. :)</strong></big>
163 </p>
164
165 <p>
166         PS: My manually mirrored download archive for FlightGear can be found
167         <a href="pub/" target="_blank">here</a>. So take a look around. :)
168 </p>
169
170 <p align="center">
171         <small>
172                 Created: <strong>2008-03-28</strong> |
173                 Last update: <strong>2011-05-26</strong> |
174                 Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
175                 <a href="flights.html">My flights</a> |
176                 <a href="fgcom.html">FGCOM</a> |
177                 <a href="fgdata-bundle.html">fgdata.bundle</a> |
178                 <a href="fgfs-scenery.html">My used scenery</a> |
179                 <a href="rsync.html">How to rsync a scenery</a> |
180                 <a href="links.html">Links collection</a> |
181                 <a href="imprint.html">Imprint (needed in Germany)</a>
182         </small>
183 </p>
184
185 <p>
186         <a rel="license" target="_blank"
187          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img
188          alt="Creative Commons License" style="border-width:0"
189          src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
190         <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
191          property="dct:title" rel="dct:type">Quix0r&#39;s FlightGear Website</span> by <a
192          xmlns:cc="http://creativecommons.org/ns#" href="http://flightgear.mxchange.org"
193          property="cc:attributionName" rel="cc:attributionURL">Roland Haeder</a> is
194         licensed under a <a rel="license" target="_blank"
195          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
196         Attribution-ShareAlike 3.0 Unported License</a>.<br />
197         Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" target="_blank" rel="dct:source"
198          href="http://flightgear.mxchange.org/repos/flightgear/trunk/">http://flightgear.mxchange.org/repos/flightgear/trunk/</a>.
199 </p>
200  
201 </body>
202 </html>