Updates to the Fokker-120NG
[fg:toms-fgdata.git] / Aircraft / fokker100 / f120ng-set.xml
1 <?xml version="1.0"?>
2
3 <PropertyList include="fokker100-base.xml">
4
5   <sim>
6     <description>NG-Aircraft XF-100 (Fokker F-28-0100NG)</description>
7     <author>Erik Hofman, Isaias Prestes, Michel Maia, Thomas Ito-Haigh</author>
8     <status>Beta 0.4</status>
9
10     <flight-model>jsb</flight-model>
11     <aero>f120ng</aero>
12
13     <model>
14      <path>Aircraft/fokker100/Models/f120ng.xml</path>
15      <livery>
16       <name type="string">TAM</name>
17       <texture>TAM.rgb</texture>
18      </livery>
19      <fabric>
20       <name type="string">Default</name>
21       <texture>fabric.rgb</texture>
22      </fabric>
23      <pushback>
24       <kp type="double">500</kp>
25       <ki type="double">0</ki>
26       <kd type="double">0</kd>
27       <position-norm type="double">0</position-norm>
28      </pushback>
29     </model>
30
31     <controls include="Systems/F100-init-controls.xml"/>
32     
33     <view n="0">
34       <internal archive="y">true</internal>
35       <config>
36         <pitch-offset-deg>-6.5</pitch-offset-deg>
37         <x-offset-m archive="y">-0.475</x-offset-m> <!-- left -->
38         <y-offset-m archive="y">2.3</y-offset-m> <!-- up -->
39         <z-offset-m archive="y">-13.16</z-offset-m> <!-- fwd -->
40       </config>
41     </view>
42
43
44     <view n="100">
45       <name>Wing View 1</name>
46       <type>lookfrom</type>
47       <internal archive="y">true</internal>
48       <config>
49         <from-model type="bool">true</from-model>
50         <from-model-idx type="int">0</from-model-idx>
51         <ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
52         <default-field-of-view-deg type="double">55</default-field-of-view-deg>
53         <pitch-offset-deg>-8.0</pitch-offset-deg>
54         <heading-offset-deg type="double">90</heading-offset-deg>
55         <!-- parallel to the panel -->
56         <x-offset-m archive="y"> -2.0 </x-offset-m>
57         <!-- Left/Right -->
58         <y-offset-m archive="y"> 1.31 </y-offset-m>
59         <!-- Up/Down -->
60         <z-offset-m archive="y"> 4.67 </z-offset-m>
61         <!-- Fdw/Back -->
62       </config>
63     </view>
64     <view n="300">
65       <name>Wing View 2</name>
66       <type>lookfrom</type>
67       <internal archive="y">true</internal>
68       <config>
69         <from-model type="bool">true</from-model>
70         <from-model-idx type="int">0</from-model-idx>
71         <ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
72         <default-field-of-view-deg type="double">55</default-field-of-view-deg>
73         <pitch-offset-deg>-8.0</pitch-offset-deg>
74         <heading-offset-deg type="double">270</heading-offset-deg>
75         <!-- parallel to the panel -->
76         <x-offset-m archive="y"> 2.0 </x-offset-m>
77         <!-- Left/Right -->
78         <y-offset-m archive="y"> 1.31 </y-offset-m>
79         <!-- Up/Down -->
80         <z-offset-m archive="y"> 4.67 </z-offset-m>
81         <!-- Fdw/Back -->
82       </config>
83     </view>
84     
85   <groundradar>
86    <id type="string">KSFO</id>
87    <range type="double">1.2</range>
88   </groundradar>
89         
90   <controls>
91    <gear>
92     <brake-parking type="bool">1</brake-parking>
93    </gear>
94   </controls>
95
96   </sim>
97
98   <nasal>
99    <f120ng>
100     <file>Aircraft/fokker100/Nasal/fokker.nas</file>
101    </f120ng>
102    <reversethrust>
103     <file>Aircraft/fokker100/Nasal/reverse-thrust.nas</file>
104    </reversethrust>
105    <tyresmoke>
106     <file>Aircraft/fokker100/Nasal/tyresmoke.nas</file>
107    </tyresmoke>
108    <livery>
109     <file>Aircraft/fokker100/Nasal/livery.nas</file>
110    </livery>
111    <airground>
112     <file>Aircraft/fokker100/Nasal/air-ground.nas</file>
113    </airground>
114  </nasal>
115
116
117 </PropertyList>