-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpa24-250-CIIB-set.xml
63 lines (47 loc) · 1.82 KB
/
pa24-250-CIIB-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<!--
************************************************************************
Aircraft configuration file: Piper Comanche 250 (1962 model)
This file contains configuration unique to the Century IIB autopilot.
Configuration items common to either the Century IIB or the Century III
autopilots are in the file "pa24-250-baxe.xml included below. This file
configures the airplane with full fuel, a 200 lb pilot, anda 150 lb
copilot and no bagage.
************************************************************************
-->
<!--
This file is part of FlightGear, the free flight simulator
http://www.flightgear.org/
Copyright (C) 2010 Dave Perry, Gabriel Hernandez (current development 2019), skidavem (at) mindspring _dot_ com
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 2 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.
-->
<PropertyList include="pa24-250-base.xml">
<sim include="help.xml">
<description>Piper Comanche 250</description>
<author>Gabriel Hernandez (YV3399)</author>
<status>0.5</status>
<systems>
<electrical>
<path></path>
</electrical>
</systems>
<!-- Use a 3D model with its own 3D cockpit (no 2D panel) -->
<model>
<path archive="y">Aircraft/pa24-250/Models/pa24-250-CIIB.xml</path>
<hide-yoke>false</hide-yoke>
</model>
</sim>
<nasal>
<CenturyIIB>
<file>Aircraft/Generic/century2b.nas</file>
</CenturyIIB>
</nasal>
</PropertyList>
<!-- end of pa24-250-CIIB-set.xml -->