Two sample settings for starting up flightgear in combination with the --parkpos=AVAILABLE option.
This commit is contained in:
parent
05ae9ac31a
commit
fa7c100289
2 changed files with 36 additions and 0 deletions
18
Startup/777-commercial.xml
Normal file
18
Startup/777-commercial.xml
Normal 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
18
Startup/c172p.xml
Normal 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>
|
Loading…
Add table
Reference in a new issue