Pinzgauer Spaziergang: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
 
Line 7: Line 7:
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. Allmost all is covered by the e010n40-chunk. Get it here: [ftp://ftp.flightgear.org/pub/fgfs/Scenery-0.9.10/e010n40.tgz]


A glider of course - snatch your favorite from [http://www.flightgear.org/Downloads/aircraft/]
A glider of course - snatch your favorite from [http://www.flightgear.org/Downloads/aircraft/ the FlightGear website]
The ASK21 or the Bocian are perfect ones.
The ASK21 or the Bocian are perfect ones.


The magic file that gives you some thermals over some prominent mountain peaks can be found here: [[Image: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 <code>data/AI</code> 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 preferences.xml in your <code>data</code> subdirectory with your favorite text editor and look for the  
  <ai>
  &lt;ai&gt;
   <enabled type="bool">true</enabled>
   &lt;enabled type="bool">true&lt;/enabled&gt;
   <!-- scenario>nimitz_demo</scenario -->
   &lt;!-- scenario>nimitz_demo&lt;/scenario --&gt;
   ... some other stuff here ...
   ... some other stuff here ...
  </ai>
  &lt;/ai&gt;
append a line with the content
append a line with the content
  <scenario>pinzgauer</scenario>
  &lt;scenario>pinzgauer</scenario&gt;
after the line <enabled type="bool"> so it looks like this
after the line <enabled type="bool"&gt; so it looks like this
  <ai>
  &lt;ai&gt;
   <enabled type="bool">true</enabled>
   &lt;enabled type="bool"&gt;true&lt;/enabled&gt;
   <scenario>pinzgauer</scenario>
   &lt;scenario&gt;pinzgauer&lt;/scenario&gt;
  <!-- scenario>nimitz_demo</scenario -->
  &lt;!-- scenario&gt;nimitz_demo&lt;/scenario --&gt;
  </ai>
  ... some other stuff here ...
  &lt;/ai&gt;
and save your work.
and save your work.


Navigation menu