Pinzgauer Spaziergang: Difference between revisions

Jump to navigation Jump to search
m
Cleanup
m (Bot: Automated text replacement (-http://www.flightgear.org/Downloads/aircraft/ +http://www.flightgear.org/Downloads/aircraft-2.0.0/))
m (Cleanup)
Line 1: Line 1:
== Introduction ==
[[Image:Pinzgauer.jpg|thumb|270px|[[Schleicher ASK 21]] gliding in the Pinzgauer Spaziergang thermals scenario]]
[[Image:Pinzgauer.jpg|thumb|left|Pinzgauer Spaziergang]]
The '''Pinzgauer Spaziergang''' is a famous cross country flight located in the austrian alpine region of the Pinzgau valley, just north of the main ridge of the alps with austrians highest peaks of the Grossglockner and the Grossvenediger group.
The <i>Pinzgauer Spaziergang</i> is a famous cross country flight located in the austrian alpine region of the Pinzgau valley, just north of the main ridge of the alps with austrians highest peaks of the Grossglockner and the Grossvenediger group.
 
Thanks to the AI subsystem, FlightGear pilots now may enjoy the impressive nature of the alps using one of the gliders provided for FlightGear.
Thanks to the [[AI Systems|AI subsystem]], [[FlightGear]] pilots now may enjoy the impressive nature of the alps using one of the [[gliders]] provided for FlightGear.


== Preflight preparation ==
== Preflight preparation ==
You need the scenery for the alpine region. Allmost all is covered by the e010n40-chunk. Get it here: [ftp://ftp.flightgear.org/pub/fgfs/Scenery-0.9.10/e010n40.tgz]
You need:
 
* the [[scenery]] for the alpine region. Almost all is covered by the e010n40-chunk. Get it [ftp://ftp.flightgear.org/pub/fgfs/Scenery-0.9.10/e010n40.tgz here].
A glider of course - snatch your favorite from [http://www.flightgear.org/Downloads/aircraft-2.0.0/ the FlightGear website]
* a glider of course - snatch your favorite from the [http://www.flightgear.org/Downloads/aircraft-2.0.0/ FlightGear website]. The [[Schleicher ASK 21|ASK21]] or the [[Bocian]] are perfect ones.
The [[Schleicher ASK 21|ASK21]] or the [[Bocian]] are perfect ones.
* the magic file that gives you some thermals over some prominent mountain peaks can be found here: [[File:pinzgauer.xml]]
 
The magic file that gives you some thermals over some prominent mountain peaks can be found here: [[Image:pinzgauer.xml]]


Copy the file pinzgauer.xml into you <code>data/AI</code> subdirectory.
Copy the file pinzgauer.xml into you <tt>[[$FG_ROOT]]/AI</tt> subdirectory.


Finally you have to tell FlightGear to use the new file. Open preferences.xml in your <code>data</code> subdirectory with your favorite text editor and look for the  
Finally you have to tell FlightGear to use the new file. Open <tt>[[$FG_ROOT]]/preferences.xml</tt> with your favorite text editor and look for the  
&lt;ai&gt;
<syntaxhighlight lang="xml">
  &lt;enabled type="bool">true&lt;/enabled&gt;
<ai>
  &lt;!-- scenario>nimitz_demo&lt;/scenario --&gt;
<enabled type="bool">true</enabled>
  ... some other stuff here ...
<!-- scenario>nimitz_demo</scenario -->
&lt;/ai&gt;
... some other stuff here ...
</ai>
</syntaxhighlight>
append a line with the content
append a line with the content
&lt;scenario>pinzgauer</scenario&gt;
<syntaxhighlight lang="xml">
after the line <enabled type="bool"&gt; so it looks like this
<scenario>pinzgauer</scenario>
&lt;ai&gt;
</syntaxhighlight>
  &lt;enabled type="bool"&gt;true&lt;/enabled&gt;
after the line <enabled type="bool"> so it looks like this
  &lt;scenario&gt;pinzgauer&lt;/scenario&gt;
<syntaxhighlight lang="xml">
  &lt;!-- scenario&gt;nimitz_demo&lt;/scenario --&gt;
<ai>
  ... some other stuff here ...
<enabled type="bool">true</enabled>
&lt;/ai&gt;
<scenario>pinzgauer</scenario>
<!-- scenario>nimitz_demo</scenario -->
... some other stuff here ...
</ai>
</syntaxhighlight>
and save your work.
and save your work.


== Ready to have some fun! ==
== Ready to have some fun! ==
A perfect airport for the entry into this area is <i>Zell am See</i>. Start your FlightGear with
A perfect airport for the entry into this area is ''Zell am See''. Start your FlightGear with
  fgfs --airport=LOWZ --runway=26 --aircraft=ask21 --timeofday=noon
  fgfs --airport=LOWZ --runway=26 --aircraft=ask21 --timeofday=noon
When sitting in your cockpit, hitting <CTRL>-w on your keyboard places a winch ahead of your glider. When read for takeoff, hit and hold 'w' on the keyboard and the winch tows you quickly into the air. <SHIFT>-w releases you from the wire. Quickly turn right and look for the nearest ridge, just west of the lake. This is your entry thermal leading you to the Schmittenhoehe. You have to get pretty close to the ridge to enter it. When you are close to the cloudbase, continue the next thermal over the Schmittenhoehe peak.
When sitting in your cockpit, hitting Ctrl-w on your keyboard places a winch ahead of your glider. When read for takeoff, hit and hold 'w' on the keyboard and the winch tows you quickly into the air. Shift-w releases you from the wire. Quickly turn right and look for the nearest ridge, just west of the lake. This is your entry thermal leading you to the Schmittenhoehe. You have to get pretty close to the ridge to enter it. When you are close to the cloudbase, continue the next thermal over the Schmittenhoehe peak.


== Enroute ==
== Enroute ==
Line 40: Line 44:
You can go west until you reach Gerlos and the Krimml waterfalls. From here on, look for you next thermal in the south - your entry to the Großvenediger followed by Großglockner in the east. Here you might go up to more than 11,000ft and you might want to wear your oxygen mask there. Finish your route at the Kitzsteinhorn and make your final landing at Zell am See airport again.
You can go west until you reach Gerlos and the Krimml waterfalls. From here on, look for you next thermal in the south - your entry to the Großvenediger followed by Großglockner in the east. Here you might go up to more than 11,000ft and you might want to wear your oxygen mask there. Finish your route at the Kitzsteinhorn and make your final landing at Zell am See airport again.


== A 1 minute HOWTO for flying thermals ==
== A one minute HOWTO for flying thermals ==
This is a very short introduction to gaining altitude using a thermal lift.
This is a very short introduction to gaining altitude using a thermal lift.


Navigation menu