1
0
Fork 0

Two sample settings for starting up flightgear in combination with the --parkpos=AVAILABLE option.

This commit is contained in:
Durk Talsma 2011-09-17 17:17:29 +02:00
parent 05ae9ac31a
commit fa7c100289
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<!--
************************************************************************
Some things that ATC likes to know about.
Durk Talsma Sept-17, 2011.
************************************************************************
-->
<PropertyList>
<sim>
<atc>
<acradius type="double">41</acradius>
<flight-type type="string">gate</flight-type>
<airline type="string">NONE</airline>
</atc>
</sim>
</PropertyList>

18
Startup/c172p.xml Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<!--
************************************************************************
Some things that ATC likes to know about.
Durk Talsma Sept-17, 2011.
************************************************************************
-->
<PropertyList>
<sim>
<atc>
<acradius type="double">5</acradius>
<flight-type type="string">ga</flight-type>
<airline type="string">NONE</airline>
</atc>
</sim>
</PropertyList>