- local
This commit is contained in:
parent
60fcdd8940
commit
41d8443428
2 changed files with 11 additions and 15 deletions
|
@ -20,4 +20,5 @@
|
|||
|
||||
<js n="0" include="Input/Joysticks/Local/joystick_0.xml"/>
|
||||
-->
|
||||
<js-named include="Input/Joysticks/ThrustMaster/joystick-hotas.xml"/>
|
||||
</PropertyList>
|
||||
|
|
|
@ -54,7 +54,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<terminal-ansi-colors type="bool">true</terminal-ansi-colors>
|
||||
<season type="string">summer</season>
|
||||
</startup>
|
||||
<rendering>
|
||||
<rendering> <multithreading-mode>AutomaticSelection</multithreading-mode>
|
||||
<debug type="bool">false</debug>
|
||||
<realism>5</realism>
|
||||
<filtering>8</filtering>
|
||||
|
@ -282,21 +282,14 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<systems>
|
||||
<path>Aircraft/Generic/generic-systems.xml</path>
|
||||
<autopilot>
|
||||
<name>generic autopilot</name>
|
||||
<path>Aircraft/Generic/generic-autopilot.xml</path>
|
||||
</autopilot>
|
||||
<!--
|
||||
replace the hard coded helpers, which are gone now
|
||||
-->
|
||||
<autopilot>
|
||||
<name>autopilot helpers</name>
|
||||
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
|
||||
</autopilot>
|
||||
<property-rule>
|
||||
<name>Environment Interpolation Rule</name>
|
||||
<path>Environment/interpolator.xml</path>
|
||||
</property-rule>
|
||||
<property-rule>
|
||||
<name>Environment METAR Interpolation Rule</name>
|
||||
<path>Environment/metarinterpolator.xml</path>
|
||||
</property-rule>
|
||||
</systems>
|
||||
<instrumentation>
|
||||
<path>Aircraft/Generic/generic-instrumentation.xml</path>
|
||||
|
@ -593,16 +586,16 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</airport>
|
||||
|
||||
<atc>
|
||||
<enabled type="bool">true</enabled>
|
||||
<enabled type="bool">false</enabled>
|
||||
</atc>
|
||||
|
||||
<ai-traffic>
|
||||
<enabled type="bool" userarchive="y">true</enabled>
|
||||
<enabled type="bool" userarchive="y">false</enabled>
|
||||
<level type="int" userarchive="y">1</level>
|
||||
</ai-traffic>
|
||||
|
||||
<traffic-manager>
|
||||
<enabled type="bool">true</enabled>
|
||||
<enabled type="bool">false</enabled>
|
||||
<heuristics type="bool">true</heuristics>
|
||||
<datafile type="string"></datafile>
|
||||
<instantaneous-action type="bool">false</instantaneous-action>
|
||||
|
@ -612,11 +605,13 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
|
||||
<ai>
|
||||
<enabled type="bool">true</enabled>
|
||||
<scenario>nimitz_demo</scenario>
|
||||
<!-- <scenario>nimitz_demo</scenario> -->
|
||||
<!-- <scenario>balloon_demo</scenario> -->
|
||||
<!-- <scenario>aircraft_demo</scenario> -->
|
||||
<!-- <scenario>refueling_demo</scenario> -->
|
||||
<!-- <scenario>lead_aircraft</scenario> -->
|
||||
<!-- <scenario>vinson_demo</scenario> -->
|
||||
<!-- <scenario>mp-carriers</scenario> -->
|
||||
</ai>
|
||||
|
||||
<multiplay>
|
||||
|
|
Loading…
Add table
Reference in a new issue