2016-12-22 16:31:49 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Copyright (c) 2015 onox
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<environment>
|
|
|
|
<in-to-wind type="bool">false</in-to-wind>
|
|
|
|
</environment>
|
|
|
|
|
|
|
|
<carrier>
|
|
|
|
<fdm>
|
|
|
|
<settings>
|
|
|
|
<!-- The maximum bank angle during full rudder deflection -->
|
|
|
|
<bank-limit type="double">15.0</bank-limit>
|
|
|
|
|
|
|
|
<!-- Frequency and overshoot of the oscillator used to
|
|
|
|
simulate heeling (roll).
|
|
|
|
-->
|
|
|
|
<heel-frequency type="double">0.5</heel-frequency>
|
|
|
|
<heel-overshoot type="double">4.0</heel-overshoot>
|
|
|
|
|
|
|
|
<!-- Frequency and overshoot of the oscillator used to
|
|
|
|
simulate trimming (pitch).
|
|
|
|
-->
|
|
|
|
<trim-frequency type="double">0.32</trim-frequency>
|
|
|
|
<trim-overshoot type="double">0.45</trim-overshoot>
|
|
|
|
|
|
|
|
<!-- The speed of the waves plus speed of the ship in knots
|
|
|
|
which generates the maximum overshoot of the trim
|
|
|
|
oscillation.
|
|
|
|
-->
|
|
|
|
<max-trim-oscillation-wave-kt type="double">30.0</max-trim-oscillation-wave-kt>
|
|
|
|
|
|
|
|
<!-- The speed of the waves in knots which generates the
|
|
|
|
maximum overshoot of the heel oscillation.
|
|
|
|
-->
|
|
|
|
<max-heel-oscillation-wave-kt type="double">20.0</max-heel-oscillation-wave-kt>
|
|
|
|
|
|
|
|
<movement type="bool">true</movement>
|
|
|
|
</settings>
|
|
|
|
</fdm>
|
|
|
|
</carrier>
|
|
|
|
|
|
|
|
<sim include="Sim/views.xml">
|
|
|
|
<author>pinto and onox</author>
|
|
|
|
<description>Frigate</description>
|
|
|
|
<status>alpha</status>
|
|
|
|
<aircraft-version>0.1</aircraft-version>
|
|
|
|
|
|
|
|
<flight-model>null</flight-model>
|
|
|
|
|
|
|
|
<aero>Frigate</aero>
|
|
|
|
<aircraft-operator>KPN</aircraft-operator>
|
|
|
|
|
|
|
|
<model>
|
|
|
|
<path>Aircraft/Frigate/Models/frigate.xml</path>
|
|
|
|
|
|
|
|
<!-- Uncloak weather balloons visiting Earth -->
|
|
|
|
<always-show-in-MP type="bool">true</always-show-in-MP>
|
|
|
|
</model>
|
|
|
|
|
|
|
|
<sound>
|
|
|
|
<path>Sounds/sound.xml</path>
|
|
|
|
</sound>
|
|
|
|
|
|
|
|
<presets>
|
|
|
|
<onground>true</onground>
|
|
|
|
</presets>
|
|
|
|
|
|
|
|
<startup>
|
|
|
|
<splash-texture>Aircraft/Frigate/splash1.png</splash-texture>
|
|
|
|
</startup>
|
|
|
|
|
|
|
|
<current-view>
|
|
|
|
<deck-park type="bool">true</deck-park>
|
|
|
|
|
|
|
|
<z-offset-dec-step type="double">0.0</z-offset-dec-step>
|
|
|
|
<z-offset-inc-step type="double">0.0</z-offset-inc-step>
|
|
|
|
<can-change-z-offset type="bool">false</can-change-z-offset>
|
|
|
|
|
|
|
|
<z-offset-min-m type="float">100.0</z-offset-min-m>
|
|
|
|
<z-offset-max-m type="float">2000.0</z-offset-max-m>
|
|
|
|
</current-view>
|
2020-02-09 02:11:04 +08:00
|
|
|
|
|
|
|
<chase-distance-m type="double" archive="y">-450.0</chase-distance-m>
|
2016-12-22 16:31:49 +08:00
|
|
|
|
|
|
|
<hud>
|
|
|
|
<path n="1">Aircraft/Frigate/Hud/hud.xml</path>
|
|
|
|
<visibility n="1">true</visibility>
|
|
|
|
<font>
|
|
|
|
<size type="float">10.0</size>
|
|
|
|
</font>
|
|
|
|
</hud>
|
|
|
|
|
|
|
|
<systems>
|
|
|
|
<autopilot>
|
|
|
|
<path>Systems/fbw.xml</path>
|
|
|
|
</autopilot>
|
|
|
|
<autopilot>
|
|
|
|
<path>Systems/fdm.xml</path>
|
|
|
|
</autopilot>
|
|
|
|
|
|
|
|
<property-rule n="100">
|
|
|
|
<path>Systems/views.xml</path>
|
|
|
|
</property-rule>
|
|
|
|
</systems>
|
|
|
|
<multiplay>
|
|
|
|
<generic>
|
|
|
|
<int n="0" type="int">0</int>
|
|
|
|
</generic>
|
|
|
|
</multiplay>
|
2020-10-29 07:29:46 +08:00
|
|
|
|
|
|
|
<menubar>
|
|
|
|
<default>
|
|
|
|
<menu n="100">
|
|
|
|
<label>Frigate</label>
|
|
|
|
<enabled type="bool">true</enabled>
|
|
|
|
<item>
|
|
|
|
<label>Event Log</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>flightlog</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</default>
|
|
|
|
</menubar>
|
2016-12-22 16:31:49 +08:00
|
|
|
</sim>
|
|
|
|
|
|
|
|
<!-- need to adjust this (probably) -->
|
|
|
|
|
|
|
|
<controls>
|
|
|
|
<armament>
|
|
|
|
<station-select type="int">0</station-select>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
<station n="1">
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> 4.15986</x-m>
|
|
|
|
<y-m type="double"> -2.70311</y-m>
|
|
|
|
<z-m type="double"> -0.67645</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="2">
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> -0.02697</x-m>
|
|
|
|
<y-m type="double"> -0.98148</y-m>
|
|
|
|
<z-m type="double"> -0.94307</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="3">
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> 4.15986</x-m>
|
|
|
|
<y-m type="double"> 2.70311</y-m>
|
|
|
|
<z-m type="double"> -0.67645</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="4">
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> -0.02697</x-m>
|
|
|
|
<y-m type="double"> 0.98148</y-m>
|
|
|
|
<z-m type="double"> -0.94307</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="5"><!-- left outer wing -->
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> 4.05216</x-m>
|
|
|
|
<y-m type="double"> -3.94417</y-m>
|
|
|
|
<z-m type="double"> -0.73722</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="6"><!-- right outer wing -->
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> 4.05216</x-m>
|
|
|
|
<y-m type="double"> 3.94417</y-m>
|
|
|
|
<z-m type="double"> -0.73722</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="7"><!-- right outer wing -->
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> 4.05216</x-m>
|
|
|
|
<y-m type="double"> 3.94417</y-m>
|
|
|
|
<z-m type="double"> -0.73722</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
<station n="8"><!-- right outer wing -->
|
|
|
|
<offsets>
|
|
|
|
<x-m type="double"> 4.05216</x-m>
|
|
|
|
<y-m type="double"> 3.94417</y-m>
|
|
|
|
<z-m type="double"> -0.73722</z-m>
|
|
|
|
</offsets>
|
|
|
|
<trigger type="bool">false</trigger>
|
|
|
|
</station>
|
|
|
|
</armament>
|
|
|
|
</controls>
|
|
|
|
|
|
|
|
|
|
|
|
<payload>
|
|
|
|
<weight n="0">
|
|
|
|
<name>Main Store</name>
|
|
|
|
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
|
|
|
|
<selected>none</selected>
|
|
|
|
<opt>
|
|
|
|
<name>KN-06</name>
|
|
|
|
<lbs>50</lbs>
|
|
|
|
</opt>
|
|
|
|
</weight>
|
|
|
|
|
|
|
|
<armament>
|
2020-10-29 07:29:46 +08:00
|
|
|
<models type="string">Aircraft/Frigate/Models/emesary/</models>
|
2016-12-22 16:31:49 +08:00
|
|
|
<msg type="bool">true</msg>
|
|
|
|
<damage type="bool">true</damage>
|
2020-10-29 19:20:17 +08:00
|
|
|
<enable-craters type="bool">true</enable-craters>
|
|
|
|
<MLW-bearing type="double">0</MLW-bearing>
|
|
|
|
<MLW-count type="int">0</MLW-count>
|
|
|
|
<MLW-launcher type="string"></MLW-launcher>
|
|
|
|
<MAW-bearing type="double">0</MAW-bearing>
|
|
|
|
<MAW-active type="bool">false</MAW-active>
|
|
|
|
<spike type="bool">false</spike>
|
2016-12-22 16:31:49 +08:00
|
|
|
</armament>
|
|
|
|
</payload>
|
|
|
|
|
|
|
|
|
|
|
|
<nasal>
|
2020-10-29 07:29:46 +08:00
|
|
|
<notifications>
|
|
|
|
<file>Aircraft/Frigate/Nasal/ArmamentNotification.nas</file>
|
|
|
|
<file>Aircraft/Frigate/Nasal/GeoBridgedTransmitter.nas</file>
|
|
|
|
</notifications>
|
2016-12-22 16:31:49 +08:00
|
|
|
<carrier>
|
|
|
|
<file>Aircraft/Frigate/Nasal/fdm.nas</file>
|
|
|
|
</carrier>
|
|
|
|
<damage>
|
|
|
|
<file>Aircraft/Frigate/Nasal/damage.nas</file>
|
|
|
|
</damage>
|
2018-11-04 12:17:35 +08:00
|
|
|
<gci>
|
|
|
|
<file>Aircraft/Frigate/Nasal/gci.nas</file>
|
|
|
|
</gci>
|
2016-12-22 16:31:49 +08:00
|
|
|
</nasal>
|
|
|
|
|
|
|
|
<input>
|
|
|
|
<mice include="Sim/mice.xml"/>
|
|
|
|
</input>
|
|
|
|
|
|
|
|
</PropertyList>
|