5 <description>Bocian 1E</description>
6 <author>AJ MacLeod</author>
9 <flight-model>yasim</flight-model>
10 <aero>bocian-yasim</aero>
13 <splash-texture>Aircraft/bocian/splash1.rgb</splash-texture>
17 <path>Aircraft/bocian/Sounds/bocian-sound.xml</path>
20 <virtual-cockpit archive="y">true</virtual-cockpit>
21 <allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
24 <path>Aircraft/bocian/Models/bocian-model.xml</path>
31 <enabled type="bool">true</enabled>
33 <label>Variometer</label>
35 <command>nasal</command>
36 <script>bocian.variometer.toggle()</script>
44 <scenario>thermal_demo</scenario>
48 <internal archive="y">true</internal>
50 <pitch-offset-deg>-13.0</pitch-offset-deg>
51 <x-offset-m archive="y">0.0</x-offset-m> <!--Right-->
52 <y-offset-m archive="y">0.75</y-offset-m> <!--Up-->
53 <z-offset-m archive="y">1.40</z-offset-m> <!--Back-->
59 <target-z-offset-m archive="y" type="double">2.8</target-z-offset-m>
65 <target-z-offset-m archive="y" type="double">2.8</target-z-offset-m>
71 <target-z-offset-m archive="y" type="double">2.8</target-z-offset-m>
77 <target-z-offset-m archive="y" type="double">2.8</target-z-offset-m>
83 <target-z-offset-m archive="y" type="double">2.8</target-z-offset-m>
89 <line>Vs = 32 knots</line>
90 <line>VNE = 108 knots</line>
91 <line>Max Aerotow Speed = 75 knots</line>
92 <line>Max Winch Speed = 62 knots</line>
95 <desc>control airbrakes (full throttle=full airbrakes)</desc>
99 <desc>Place Winch 1000m in front of aircraft (on ground)</desc>
103 <desc>Start winching</desc>
107 <desc>Opens winch-hook</desc>
111 <desc>Find aircraft for aerotow (must be within 60m)</desc>
115 <desc>opens aerotow-hook</desc>
119 <desc>locks aerotow-hook</desc>
124 <!-- make sure some properties do exist, when the list for multiplayer transfer is defined-->
125 <!-- they need to be in the same value, as they are initilized in the FDM, to get the same values after reset
126 should fix this somehow-->
129 <length type="float">60</length>
130 <elastic-constant type="float">10000</elastic-constant>
131 <weight-per-m-kg-m type="float">1</weight-per-m-kg-m>
132 <dist type="float">1</dist>
133 <connected-to-property-node type="bool"></connected-to-property-node>
134 <brake-force type="float">100000</brake-force>
135 <connected-to-ai-or-mp-callsign type ="string">*</connected-to-ai-or-mp-callsign>
136 <end-force-x type ="float">0</end-force-x>
137 <end-force-y type ="float">0</end-force-y>
138 <end-force-z type ="float">0</end-force-z>
140 <speed-in-tow-direction type="float">0</speed-in-tow-direction>
141 <open type="bool">true</open>
142 <local-pos-x type="float">0</local-pos-x>
143 <local-pos-y type="float">0</local-pos-y>
144 <local-pos-z type="float">0</local-pos-z>
145 <is-slave type="bool">false</is-slave>
152 <place type="bool">false</place>
155 <find-aircraft type="bool">false</find-aircraft>
163 <desc>Place Winch 1000m in front of aircraft</desc>
165 <command>nasal</command>
166 <script>bocian.placeWinch()</script>
171 <desc>Open winch hook</desc>
173 <command>property-assign</command>
174 <property>/sim/hitches/winch/open</property>
175 <value type="bool">true</value>
178 <command>property-assign</command>
179 <property>/sim/model/bocian/winch-hook-pos</property>
180 <value type="int">1</value>
184 <command>property-assign</command>
185 <property>/sim/model/bocian/winch-hook-pos</property>
186 <value type="int">0</value>
192 <desc>Start winch</desc>
194 <command>nasal</command>
195 <script>interpolate("/sim/hitches/winch/winch/rel-speed", 1.0, 2)</script>
200 <desc>Find aircraft for aerotow</desc>
202 <command>property-assign</command>
203 <property>/controls/aerotow/find-aircraft</property>
204 <value type="bool">true</value>
208 <command>property-assign</command>
209 <property>/controls/aerotow/find-aircraft</property>
210 <value type="bool">false</value>
216 <desc>Lock aerotow hook</desc>
218 <command>property-assign</command>
219 <property>/sim/hitches/aerotow/open</property>
220 <value type="bool">false</value>
225 <desc>Open aerotow hook</desc>
227 <command>property-assign</command>
228 <property>/sim/hitches/aerotow/open</property>
229 <value type="bool">true</value>
237 <file>Aircraft/bocian/Nasal/vario.nas</file>
238 <file>Aircraft/bocian/Nasal/winch.nas</file>
239 <file>Aircraft/bocian/Nasal/yawstring.nas</file>
245 <switch type="bool">0</switch>
246 <volume type="float">0.5</volume>
247 <sensitivity type="float">0.175</sensitivity>