1
0
Fork 0

add paths and runway parameter defaults, so that people are aware of the

possibilities
This commit is contained in:
mfranz 2008-05-02 21:47:53 +00:00
parent 2f8b4b02ac
commit 1d9d38e929

View file

@ -21,6 +21,10 @@ Started September 2000 by David Megginson, david@megginson.com
<!-- Limit the time we need to spend in simulation loops to 1 second -->
<max-simtime-per-frame>1.0</max-simtime-per-frame>
<paths>
<screenshot-dir/> <!-- defaults to current working dir -->
</paths>
<intl include="Translations/locale.xml"/>
<aircraft>c172p</aircraft>
<virtual-cockpit type="bool">false</virtual-cockpit>
@ -466,6 +470,18 @@ Started September 2000 by David Megginson, david@megginson.com
<view type="int">1</view>
</replay>
<airport>
<runways>
<start-offset-m>5.0</start-offset-m>
<search>
<length-weight>0.01</length-weight>
<width-weight>0.01</width-weight>
<surface-weight>10</surface-weight>
<deviation-weight>1</deviation-weight>
</search>
</runways>
</airport>
<atc>
<enabled type="bool">true</enabled>
</atc>