]> git.mxchange.org Git - flightgear-website.git/blob - fgfs-scenery.html
Added my-server.diff to ease setup of my alternative TerraSync server
[flightgear-website.git] / fgfs-scenery.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 - Which scenery I'm using</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/opensearchdescription.xml" />
17         <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
18 </head>
19
20 <body>
21
22 <center><big><big><strong>Which scenery I'm using</strong></big></big></center>
23
24 <p>
25         On this page I want to give you informations about which scenery I&#39;m
26         using. First of all, I always fly latest GIT/master for testing (stability)
27         it for the FGFS developers. Jester has help me with a lot compiler errors
28         and assertitions. Thanks a lot!
29 </p>
30
31 <p>
32         So here is now the whole scenery I&#39;m using:
33 </p>
34
35 <p>
36         <ul>
37                 <li><a href="fgdata-bundle.html">Latest changes in fgdata GIT/master</a></li>
38                 <li><a href="http://terrascenery.googlecode.com/svn/trunk/data/Scenery/" rel="external" target="_blank">TerraSync on Google Code (trunk)</a></li>
39                 <li><a href="kcdw/KCDW.zip">Extended KCDW, made by Student_Pilot_Noob</a></li>
40                 <li><a href="stuart/scotland.tar.gz">Extended Scotland, made by Stuart</a></li>
41                 <li><a href="http://www.gidenstam.org/FlightGear/misc/Scenery/" rel="external" target="_blank">Extended Gothenburg, made by AndersG</a> (download latest, please)</li>
42                 <li><a href="statto/w050s30.zip">Extended Rio De Janeiro, made by statto</a></li>
43                 <li><a href="helijah/LFLX-23-02-2011.tar.gz">Extended LFLX, made by helijah</a></li>
44                 <li><a href="helijah/dds-Paris.tar.gz">Extended Paris, made by helijah (HR edition)</a></li>
45                 <li><a href="helijah/dds-Brest.tar.gz">Extended Brest, made by helijah (HR edition)</a></li>
46         </ul>
47 </p>
48
49 <p>
50         The TerraSync (not to mix with the <em>terrasync</em> program) is the latest scenery and models from the developers. You
51         should *NOT* download it into <strong>fgdata</strong>, instead you should download it in a separate folder. To do so,
52         follow this little tutorial:
53 <pre># Change into your $HOME directory:
54 cd ~/
55 # This will take very long ...
56 svn co http://terrascenery.googlecode.com/svn/trunk/data/Scenery/ fgfs-scenery/
57 # Expand your FG_SCENERY variable:
58 export FG_SCENERY="${FG_SCENERY};${HOME}/fgfs-scenery/"
59 # You may want to add that line into your ~/.bashrc file to expand it automatically everytime you login.
60 </pre>
61         For Windozer users the above tutorial doesn't work, you need some different steps. First make sure you have <a
62          href="http://tortoisesvn.net/" rel="external" target="_blank">TortoiseSVN</a> and <a
63          href="http://code.google.com/p/tortoisegit/" rel="external" target="_blank">TortoiseGIT</a> installed. If not, do so
64         or else you cannot continue.
65 </p>
66
67 <p>
68         <strong><big>&middot;</big></strong>Change into e.g. <strong>c:\</strong><br />
69         <strong><big>&middot;</big></strong>Create a new folder called <strong>flightgear-scenery</strong> and change into that<br />
70         <strong><big>&middot;</big></strong>Change into that folder and right-click on the free space<br />
71         <strong><big>&middot;</big></strong>Now choose <em>Subversion (or SVN)</em> -&gt; <em>Checkout ...</em><br />
72         <strong><big>&middot;</big></strong>Then enter this URL: <strong>http://terrascenery.googlecode.com/svn/trunk/data/Scenery/</strong><br />
73         <strong><big>&middot;</big></strong>Now just hit <strong>OK</strong> and the download should really long<br />
74 </p>
75
76 <p>
77         If the process ends successfully, congratulations! If if ends with an error, try to update it (see below). Now we need to
78         tell FlightGear to use that directory as scenery path. To do so, you have two options:<br />
79 </p>
80
81 <p>
82         <strong><big>&middot;</big></strong>(EXPERT) Extend the environment variable <strong>FG_SCENERY</strong> with <strong>;c:/fgfs-scenery/</strong><br />
83         <strong><big>&middot;</big></strong>(BEGINNER) Add the path in FGRUN (and save it!)<br />
84 </p>
85
86 <p>
87         Now try to fly e.g. at EDDL (D&uuml;sseldorf, Germany), if you see scenery and no water every where, it worked! If you
88         see water, double-check all paths. If it still doesn&#39;t work, you may have encountered a bug and anyway, you should
89         come to the forums or mailing list.
90 </p>
91
92 <p>
93         PS: My manually mirrored download archive for FlightGear can be found
94         <a href="pub/" target="_blank">here</a>. So take a look around. :)
95 </p>
96
97 <p align="center">
98         <small>
99                 Created: <strong>2011-05-26</strong> |
100                 Last update: <strong>2013-02-22</strong> |
101                 Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
102                 <a href="flights.html">My flights</a> |
103                 <a href="fgcom.html">FGCOM</a> |
104                 <a href="fgdata-bundle.html">fgdata.bundle</a> |
105                 <a href="rsync.html">How to rsync a scenery</a> |
106                 <a href="links.html">Links collection</a> |
107                 <a href="imprint.html">Imprint (needed in Germany)</a> |
108                 <a href="index.html">Back to index</a>
109         </small>
110 </p>
111
112 <p>
113         <a rel="license" target="_blank"
114          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img
115          alt="Creative Commons License" style="border-width:0"
116          src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
117         <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
118          property="dct:title" rel="dct:type">Quix0r&#39;s FlightGear Website</span> by <a
119          xmlns:cc="http://creativecommons.org/ns#" href="http://flightgear.mxchange.org"
120          property="cc:attributionName" rel="cc:attributionURL">Roland Haeder</a> is
121         licensed under a <a rel="license" target="_blank"
122          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
123         Attribution-ShareAlike 3.0 Unported License</a>.<br />
124         Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" target="_blank" rel="dct:source"
125          href="http://flightgear.mxchange.org/repos/flightgear/trunk/">http://flightgear.mxchange.org/repos/flightgear/trunk/</a>.
126 </p>
127
128 </body>
129 </html>