|
@@ -0,0 +1,257 @@
|
|
|
+<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
+
|
|
|
+<PropertyList>
|
|
|
+
|
|
|
+ <sim include="Nasal/views.xml">
|
|
|
+
|
|
|
+ <description>Robinson R66</description>
|
|
|
+ <author>Emmanuel BARANGER (3D)/StuartC (FDM + modified 3d)/BACON Guillaume (Sounds)</author>
|
|
|
+ <flight-model archive="y">yasim</flight-model>
|
|
|
+ <aero archive="y">raven</aero>
|
|
|
+ <aircraft-version>0.1</aircraft-version>
|
|
|
+ <status>Alpha</status>
|
|
|
+
|
|
|
+ <fuel-fraction>1.0</fuel-fraction>
|
|
|
+
|
|
|
+ <rating>
|
|
|
+ <FDM type="int"> 3 </FDM>
|
|
|
+ <systems type="int"> 3 </systems>
|
|
|
+ <cockpit type="int"> 4 </cockpit>
|
|
|
+ <model type="int"> 4 </model>
|
|
|
+ </rating>
|
|
|
+
|
|
|
+ <sound>
|
|
|
+ <path>Aircraft/Robinson-R66/Sounds/sound.xml</path>
|
|
|
+ </sound>
|
|
|
+
|
|
|
+ <model>
|
|
|
+ <path archive="y">Aircraft/Robinson-R66/Models/Robinson-R66.xml</path>
|
|
|
+
|
|
|
+ <bo105>
|
|
|
+
|
|
|
+ <tail-angle-deg type="int" archive="y">0</tail-angle-deg>
|
|
|
+ <state type="int">0</state>
|
|
|
+ <rotor-step-deg type="float">-1.0</rotor-step-deg>
|
|
|
+
|
|
|
+ <particles>
|
|
|
+ <enabled type="bool">true</enabled>
|
|
|
+ </particles>
|
|
|
+
|
|
|
+ <doors>
|
|
|
+ <door>
|
|
|
+ <position-norm type="double">0.0</position-norm>
|
|
|
+ <name type="string">pilot's door</name>
|
|
|
+ </door>
|
|
|
+
|
|
|
+ <door>
|
|
|
+ <position-norm type="double">0.0</position-norm>
|
|
|
+ <name type="string">copilot's door</name>
|
|
|
+ </door>
|
|
|
+
|
|
|
+ <door>
|
|
|
+ <position-norm type="double">0.0</position-norm>
|
|
|
+ <name type="string">right backdoor</name>
|
|
|
+ </door>
|
|
|
+
|
|
|
+ <door>
|
|
|
+ <position-norm type="double">0.0</position-norm>
|
|
|
+ <name type="string">left backdoor</name>
|
|
|
+ </door>
|
|
|
+
|
|
|
+ <door>
|
|
|
+ <position-norm type="double">0.0</position-norm>
|
|
|
+ <name type="string">right reardoor</name>
|
|
|
+ </door>
|
|
|
+
|
|
|
+ <door>
|
|
|
+ <position-norm type="double">0.0</position-norm>
|
|
|
+ <name type="string">left reardoor</name>
|
|
|
+ </door>
|
|
|
+ </doors>
|
|
|
+ </bo105>
|
|
|
+ </model>
|
|
|
+
|
|
|
+ <rendering>
|
|
|
+ <refl_correction type="string">-0.2</refl_correction>
|
|
|
+ </rendering>
|
|
|
+
|
|
|
+ <multiplay>
|
|
|
+ <generic>
|
|
|
+
|
|
|
+ <!-- Nav lights on -->
|
|
|
+ <int n="0" alias="/controls/switches/nav-lights-switch" />
|
|
|
+ <!-- Beacon on -->
|
|
|
+ <int n="1" alias="/controls/switches/beacon-switch" />
|
|
|
+ <!-- Landing lights on -->
|
|
|
+ <int n="2" alias="/controls/switches/landing-lights-switch" />
|
|
|
+ <!-- Taxi light on -->
|
|
|
+ <int n="3" alias="/controls/switches/strobe-switch" />
|
|
|
+
|
|
|
+ <int n="6" alias="/gear/gear/ground-is-solid"/><!-- rotor particles -->
|
|
|
+ <!-- Crashed -->
|
|
|
+ <int n="7" alias="/sim/crashed" />
|
|
|
+ <!-- search light on -->
|
|
|
+ <int n="8" alias="/controls/switches/search-lights-switch" />
|
|
|
+ <!-- Float Inflation -->
|
|
|
+ <int n="9" alias="/controls/gear/floats-inflat" />
|
|
|
+
|
|
|
+
|
|
|
+ <float n="0" alias="/sim/model/bo105/door-positions/rightFrontDoor/position-norm"/>
|
|
|
+ <float n="1" alias="/sim/model/bo105/door-positions/leftFrontDoor/position-norm"/>
|
|
|
+ <float n="2" alias="/sim/model/bo105/door-positions/rightBackDoor/position-norm"/>
|
|
|
+ <float n="3" alias="/sim/model/bo105/door-positions/leftBackDoor/position-norm"/>
|
|
|
+ <float n="4" alias="/sim/model/bo105/door-positions/rightRearDoor/position-norm"/>
|
|
|
+ <float n="5" alias="/sim/model/bo105/door-positions/leftRearDoor/position-norm"/>
|
|
|
+ <float n="6" alias="/orientation/pitch-deg"/> <!-- rotor particles -->
|
|
|
+ <float n="7" alias="/position/gear-agl-m"/> <!-- rotor particles -->
|
|
|
+ <float n="8" alias="/orientation/roll-deg"/><!-- rotor particles -->
|
|
|
+ <float n="9" alias="/rotors/main/torque"/> <!-- rotor particles -->
|
|
|
+
|
|
|
+ <float n="10" alias="/sim/model/turret-positions/turretx"/><!--Searchlight over MP -->
|
|
|
+ <float n="11" alias="/sim/model/turret-positions/turretz"/><!--searchlight over MP -->
|
|
|
+
|
|
|
+ <float n="15" alias="/accelerations/pilot-gdamped"/><!--Pilot G over MP -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </generic>
|
|
|
+ </multiplay>
|
|
|
+
|
|
|
+<!-- <aircraft-data>
|
|
|
+ <path>/sim/model/Robinson-R66/FOYoke-visible</path>
|
|
|
+ <path>/sim/model/Robinson-R66/pilot-visible</path>
|
|
|
+ <path>/sim/model/Robinson-R66/copilot-visible</path>
|
|
|
+ <path>/rotors/main/bladesvisible</path>
|
|
|
+ <path>/sim/model/Robinson-R66/cluthLight</path>
|
|
|
+ </aircraft-data>
|
|
|
+ -->
|
|
|
+ <weight n="0">
|
|
|
+ <name>Pilot</name>
|
|
|
+ <weight-lb>180</weight-lb>
|
|
|
+ <max-lb>300</max-lb>
|
|
|
+ </weight>
|
|
|
+
|
|
|
+ <weight n="1">
|
|
|
+ <name>Co-Pilot</name>
|
|
|
+ <weight-lb>180</weight-lb>
|
|
|
+ <max-lb>300</max-lb>
|
|
|
+ </weight>
|
|
|
+
|
|
|
+ <weight n="2">
|
|
|
+ <name>Right Passenger</name>
|
|
|
+ <weight-lb>0</weight-lb>
|
|
|
+ <max-lb>300</max-lb>
|
|
|
+ </weight>
|
|
|
+
|
|
|
+ <weight n="3">
|
|
|
+ <name>Left Passenger</name>
|
|
|
+ <weight-lb>0</weight-lb>
|
|
|
+ <max-lb>300</max-lb>
|
|
|
+ </weight>
|
|
|
+
|
|
|
+ <weight n="4">
|
|
|
+ <name>Load</name>
|
|
|
+ <weight-lb>0</weight-lb>
|
|
|
+ <max-lb>800</max-lb>
|
|
|
+ </weight>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <menubar include="Dialogs/r44-menu.xml"/>
|
|
|
+
|
|
|
+
|
|
|
+ </sim>
|
|
|
+
|
|
|
+ <environment>
|
|
|
+ <turbulence>
|
|
|
+ <use-cloud-turbulence>true</use-cloud-turbulence>
|
|
|
+ </turbulence>
|
|
|
+
|
|
|
+ </environment>
|
|
|
+
|
|
|
+ <consumables>
|
|
|
+ <fuel>
|
|
|
+ <tank>
|
|
|
+ <name>Main</name>
|
|
|
+ <selected type="bool" write="n">1</selected>
|
|
|
+ <density-ppg type="double" write="n">6.682</density-ppg>
|
|
|
+ </tank>
|
|
|
+
|
|
|
+ <tank>
|
|
|
+ <name>Supply</name>
|
|
|
+ <selected type="bool" write="n">1</selected>
|
|
|
+ <density-ppg type="double" write="n">6.682</density-ppg>
|
|
|
+ </tank>
|
|
|
+ </fuel>
|
|
|
+ </consumables>
|
|
|
+
|
|
|
+ <controls>
|
|
|
+ <engines>
|
|
|
+ <engine n="0">
|
|
|
+ <magnetos>1</magnetos>
|
|
|
+ <propeller-pitch alias="/controls/engines/power-trim"/>
|
|
|
+ <mixture alias="/controls/engines/power-balance"/>
|
|
|
+ </engine>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <power-trim type="double">0</power-trim>
|
|
|
+ <power-balance type="double">0</power-balance>
|
|
|
+ </engines>
|
|
|
+ <gear>
|
|
|
+ <brake-parking>1</brake-parking>
|
|
|
+ </gear>
|
|
|
+ <rotor>
|
|
|
+ <engine-throttle type="double">1.0</engine-throttle>
|
|
|
+ <brake>0</brake>
|
|
|
+ <reltarget>1</reltarget>
|
|
|
+ <maxreltorque>1</maxreltorque>
|
|
|
+ </rotor>
|
|
|
+ <flight>
|
|
|
+ <aileron-trim>0</aileron-trim>
|
|
|
+ <elevator-trim>0</elevator-trim>
|
|
|
+ </flight>
|
|
|
+</controls>
|
|
|
+
|
|
|
+
|
|
|
+<rotors>
|
|
|
+ <main>
|
|
|
+ <rpm type="double">0</rpm>
|
|
|
+ <cone-deg type="double">0</cone-deg>
|
|
|
+ <cone1-deg type="double">0</cone1-deg>
|
|
|
+ <cone2-deg type="double">0</cone2-deg>
|
|
|
+ <cone3-deg type="double">0</cone3-deg>
|
|
|
+ <cone4-deg type="double">0</cone4-deg>
|
|
|
+ </main>
|
|
|
+</rotors>
|
|
|
+
|
|
|
+<instrumentation>
|
|
|
+ <gsdi>
|
|
|
+ <serviceable type="bool">true</serviceable>
|
|
|
+ <enabled type="bool">true</enabled>
|
|
|
+ </gsdi>
|
|
|
+</instrumentation>
|
|
|
+
|
|
|
+<input>
|
|
|
+ <keyboard include="Nasal/r44-keyboard.xml"/>
|
|
|
+</input>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <nasal>
|
|
|
+ <bo105>
|
|
|
+ <file>Aircraft/Robinson-R66/Nasal/bo105.nas</file>
|
|
|
+ <file>Aircraft/Robinson-R66/Nasal/liveries.nas</file>
|
|
|
+ </bo105>
|
|
|
+ <lights>
|
|
|
+ <file>Aircraft/Robinson-R66/Nasal/Lights.nas</file>
|
|
|
+ </lights>
|
|
|
+ <garmin196>
|
|
|
+ <file>Aircraft/Instruments-3d/garmin196/garmin196.nas</file>
|
|
|
+ </garmin196>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </nasal>
|
|
|
+
|
|
|
+</PropertyList>
|