Skip to content

Commit ac89e0a

Browse files
committed
BlueYellow
0 parents  commit ac89e0a

File tree

193 files changed

+33786
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+33786
-0
lines changed

BlueYellow-set.xml

+181
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<?xml version="1.0"?>
2+
3+
<PropertyList>
4+
5+
<sim include="Systems/views.xml">
6+
<description>BlueYellow</description>
7+
<author>Joshua Davidson (it0uchpods)</author>
8+
<status>This Plane is a Joke</status>
9+
<aircraft-version>V1.0.0</aircraft-version>
10+
<flight-model>yasim</flight-model>
11+
<aero>BlueYellow</aero>
12+
<fuel-fraction>0.5</fuel-fraction>
13+
14+
<startup>
15+
<splash-texture>Aircraft/BlueYellow/splash.png</splash-texture>
16+
</startup>
17+
18+
<model>
19+
<path>Aircraft/BlueYellow/Models/BlueYellow.xml</path>
20+
</model>
21+
22+
<systems>
23+
<autopilot>
24+
<path>Aircraft/BlueYellow/Systems/it-autoflight.xml</path>
25+
</autopilot>
26+
<autopilot>
27+
<path>Aircraft/BlueYellow/Systems/it-autothrust.xml</path>
28+
</autopilot>
29+
<property-rule n="101">
30+
<path>Aircraft/BlueYellow/Sounds/sound-control.xml</path>
31+
</property-rule>
32+
</systems>
33+
34+
<instrumentation>
35+
<path>Aircraft/BlueYellow/Systems/instrumentation.xml</path>
36+
</instrumentation>
37+
38+
<sound>
39+
<path>Aircraft/BlueYellow/Sounds/sound.xml</path>
40+
</sound>
41+
42+
<panel>
43+
<path>Aircraft/Generic/Panels/generic-vfr-panel.xml</path>
44+
<visibility>true</visibility>
45+
</panel>
46+
47+
<!-- Flap detents -->
48+
<flaps>
49+
<setting>0.000</setting>
50+
<setting>0.033</setting>
51+
<setting>0.167</setting>
52+
<setting>0.500</setting>
53+
<setting>0.667</setting>
54+
<setting>0.833</setting>
55+
<setting>1.000</setting>
56+
</flaps>
57+
58+
<weight n="0">
59+
<name>Crew</name>
60+
<weight-lb>360</weight-lb>
61+
<max-lb>500</max-lb>
62+
<min-lb>300</min-lb>
63+
</weight>
64+
65+
<weight n="1">
66+
<name>Passengers/Cargo</name>
67+
<weight-lb>22000</weight-lb>
68+
<max-lb>40112</max-lb>
69+
<min-lb>0</min-lb>
70+
</weight>
71+
72+
<menubar>
73+
<default>
74+
<menu n="100">
75+
<label>BlueYellow</label>
76+
<item>
77+
<label>Pushback</label>
78+
<name>pushback</name>
79+
<binding>
80+
<command>dialog-show</command>
81+
<dialog-name>pushback</dialog-name>
82+
</binding>
83+
</item>
84+
</menu>
85+
</default>
86+
</menubar>
87+
88+
<!--multiplay>
89+
<generic>
90+
<float n="0" alias="/surface-positions/left-aileron-pos-ani-norm"/>
91+
<int n="0" alias="/controls/lighting/beacon"/>
92+
</generic>
93+
</multiplay-->
94+
95+
</sim>
96+
97+
<it-autoflight>
98+
<config>
99+
<roll>
100+
<umin>-0.50</umin>
101+
<umax>0.50</umax>
102+
<kp>0.07</kp>
103+
<kp-vloc>0.08</kp-vloc>
104+
<ti>10.0</ti>
105+
<td>0.00001</td>
106+
<kp-cws>0.08</kp-cws>
107+
</roll>
108+
<pitch>
109+
<umin>-0.30</umin>
110+
<umax>0.30</umax>
111+
<kp>-0.09</kp>
112+
<ti>10.0</ti>
113+
<td>0.0001</td>
114+
<kp-cws>-0.07</kp-cws>
115+
</pitch>
116+
<cmd>
117+
<roll-kp>-1.9</roll-kp>
118+
<roll-scale>1.5</roll-scale>
119+
<vorloc>-5.0</vorloc>
120+
<vs>0.01</vs>
121+
<fpa>0.30</fpa>
122+
</cmd>
123+
<autoland>
124+
<kp-pitch>0.02</kp-pitch>
125+
<kp-rudder>-0.2</kp-rudder>
126+
</autoland>
127+
</config>
128+
<settings>
129+
<default-bank-limit>30</default-bank-limit> <!-- Set the Default Bank Limit -->
130+
<enable-cws>0</enable-cws> <!-- Enable/Disable CWS -->
131+
<land-enable>1</land-enable> <!-- Enable/Disable Autoland -->
132+
<land-flap>0.667</land-flap> <!-- Minimum Flap used for Landing -->
133+
<retard-ft>40</retard-ft> <!-- Enable Thrust Retard -->
134+
<retard-enable>1</retard-enable> <!-- AGL to Thrust Retard -->
135+
<togaspd>167</togaspd> <!-- V2 + 10kts -->
136+
<lat-agl-ft>200</lat-agl-ft> <!-- Set to 999999 if you do not want T/O to change automatically to HDG, or LNAV -->
137+
<reduc-agl-ft>1500</reduc-agl-ft> <!-- Set to 999999 if you do not want TOGA to change automatically to FLCH -->
138+
<autoland-without-ap>0</autoland-without-ap> <!-- Engage LAND and FLARE Modes even if the AP is off -->
139+
</settings>
140+
</it-autoflight>
141+
142+
<controls>
143+
<gear>
144+
<brake-parking type="double">1.0</brake-parking>
145+
</gear>
146+
</controls>
147+
148+
<systems include="Systems/init-systems.xml"/>
149+
150+
<instrumentation include="Systems/init-instrumentation.xml"/>
151+
152+
153+
<input>
154+
<keyboard>
155+
<key n="127">
156+
<name>Delete</name>
157+
<desc>Toggle Reversers</desc>
158+
<binding>
159+
<command>property-toggle</command>
160+
<property>controls/engines/engine[0]/reverser</property>
161+
</binding>
162+
<binding>
163+
<command>property-toggle</command>
164+
<property>controls/engines/engine[1]/reverser</property>
165+
</binding>
166+
</key>
167+
</keyboard>
168+
</input>
169+
170+
<nasal>
171+
<BlueYellow>
172+
<file>Aircraft/BlueYellow/Nasal/BlueYellow.nas</file>
173+
</BlueYellow>
174+
<itaf>
175+
<file>Aircraft/BlueYellow/Nasal/it-autoflight.nas</file>
176+
</itaf>
177+
</nasal>
178+
179+
</PropertyList>
180+
181+

BlueYellow.xml

+168
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<!--
4+
Boeing C-32J YaSim Aerodynamics which I used because I don't care enough to make an FDM for a silly joke project.
5+
-->
6+
7+
<airplane version="YASIM_VERSION_32" mass="130875">
8+
<approach speed="145" aoa="3.3" fuel="0.17">
9+
<control-setting axis="/controls/engines/engine[0]/throttle" value="0.5" />
10+
<control-setting axis="/controls/engines/engine[1]/throttle" value="0.5" />
11+
<control-setting axis="/controls/flight/flaps" value="1.0" />
12+
<control-setting axis="/controls/gear/gear-down" value="1.0" />
13+
<solve-weight idx="0" weight="450" />
14+
<solve-weight idx="1" weight="47931" />
15+
</approach>
16+
17+
<cruise speed="503" alt="35000" fuel="0.69">
18+
<control-setting axis="/controls/engines/engine[0]/throttle" value="0.78" />
19+
<control-setting axis="/controls/engines/engine[1]/throttle" value="0.78" />
20+
<control-setting axis="/controls/flight/flaps" value="0.0" />
21+
<control-setting axis="/controls/gear/gear-down" value="0.0" />
22+
<solve-weight idx="0" weight="450" />
23+
<solve-weight idx="1" weight="47931" />
24+
</cruise>
25+
26+
<cockpit x="-2.25" y="0.0" z="1.4" />
27+
28+
<!-- FUSELAGE -->
29+
<!-- Main fuselage -->
30+
<fuselage ax="-5.656" ay="0.0" az="0.991" bx="-36.338" by="0.0" bz="0.991" cx="1.066" cy="1.066" cz="1.0" width="3.760" taper="1.0" midpoint="1.0" />
31+
<!-- Nose cone -->
32+
<fuselage ax="0.112" ay="0.0" az="0.0" bx="-5.656" by="0.0" bz="0.991" cx="1.066" cy="1.066" cz="1.0" width="3.760" taper="0.2" midpoint="1.0" />
33+
<!-- Rear cone -->
34+
<fuselage ax="-36.338" ay="0.0" az="0.991" bx="-46.923" by="0.0" bz="1.656" cx="1.066" cy="1.066" cz="1.0" width="3.760" taper="0.25" midpoint="0.0" />
35+
36+
<!-- WINGS -->
37+
<wing x="-22.009" y="1.880" z="0.076" length="18.122" chord="8.333" sweep="18.9" taper="0.227" dihedral="10.5" camber="0.1" incidence="2.0" twist="-3.0" idrag="1.13">
38+
<stall aoa="9.0" width="3" peak="1.5" />
39+
<flap0 start="0.01" end="0.72" lift="1.4" drag="2.0" />
40+
<flap1 start="0.745" end="0.985" lift="1.6" drag="1.3" />
41+
<slat start="0.02" end="0.985" aoa="3.0" drag="1.4" />
42+
<spoiler start="0.11" end="0.7" lift="0.5" drag="2.0" />
43+
<control-input axis="/controls/flight/flaps" control="FLAP0" />
44+
<control-input axis="/controls/flight/flaps" control="SLAT" src0="0.0" src1="0.177" dst0="0.0" dst1="1.0" />
45+
<control-input axis="/controls/flight/aileron" control="FLAP1" split="true" />
46+
<control-input axis="/controls/flight/aileron-trim" control="FLAP1" split="true" />
47+
<control-input axis="/controls/flight/speedbrake" control="SPOILER" />
48+
<control-output control="FLAP0" prop="/surface-positions/flap-pos-norm" />
49+
<control-output control="FLAP1" side="left" prop="/surface-positions/left-aileron-pos-norm" />
50+
<control-output control="FLAP1" side="right" prop="/surface-positions/right-aileron-pos-norm" />
51+
<control-output control="SLAT" prop="/surface-positions/slats" />
52+
<control-output control="SPOILER" prop="/surface-positions/fdm-speedbrake-pos-norm" />
53+
<control-speed control="FLAP0" transition-time="64.0" />
54+
<control-speed control="SLAT" transition-time="15.0" />
55+
<control-speed control="SPOILER" transition-time="1.5" />
56+
</wing>
57+
58+
<!-- ELEVATORS -->
59+
<hstab x="-42.085" y="1.88" z="1.723" length="6.531" chord="4.242" twist="0.0" taper="0.411" sweep="28.8" camber="0.1">
60+
<stall aoa="20" width="7" peak="1.5" />
61+
<flap0 start="0.0" end="1.0" lift="1.7" drag="1.5" />
62+
<control-input axis="/controls/flight/elevator" control="FLAP0" src0="-1.0" dst0="-0.7" src1="1.0" dst1="0.7" />
63+
<control-input axis="/controls/flight/elevator-trim" control="FLAP0" />
64+
<control-output control="FLAP0" prop="/surface-positions/elevator-pos-norm" />
65+
</hstab>
66+
67+
<!-- TAIL -->
68+
<vstab x="-41.19" y="0.00" z="2.996" chord="6.56" length="8.84" taper="0.475" sweep="35.0" effectiveness="1.5">
69+
<stall aoa="15" width="2" peak="1.3" />
70+
<flap0 start="0.0" end="1.0" lift="1.4" drag="1.3" />
71+
<control-input axis="/controls/flight/rudder" control="FLAP0" invert="true" />
72+
<control-input axis="/controls/flight/rudder-trim" control="FLAP0" invert="true" />
73+
<control-output control="FLAP0" prop="/surface-positions/rudder-pos-norm" min="1" max="-1" />
74+
</vstab>
75+
76+
<!-- ENGINES -->
77+
<!-- Fuselage objects for nacelles -->
78+
<fuselage ax="-16.628" ay="6.48" az="-0.985" bx="-19.059" by="6.48" bz="-0.97" cx="0.2" width="2.46" taper="0.9" midpoint="1.0" />
79+
<fuselage ax="-19.059" ay="6.48" az="-0.97" bx="-21.522" by="6.48" bz="-0.801" cx="0.2" width="2.46" taper="0.65" midpoint="0.0" />
80+
<fuselage ax="-16.628" ay="-6.48" az="-0.985" bx="-19.059" by="-6.48" bz="-0.97" cx="0.2" width="2.46" taper="0.9" midpoint="1.0" />
81+
<fuselage ax="-19.059" ay="-6.48" az="-0.97" bx="-21.522" by="-6.48" bz="-0.801" cx="0.2" width="2.46" taper="0.65" midpoint="0.0" />
82+
83+
<!-- Actual engine definitions -->
84+
<jet x="-18.391" y="6.48" z="-0.801" mass="7264.0" thrust="44800.0" afterburner="0.0" rotate="0.0" n1-idle="23.1" n1-max="109.4" n2-idle="62.2" n2-max="114.2" tsfc="0.358" egt="810.0" exhaust-speed="1255.0" spool-time="3.0" epr="2.00">
85+
<control-input axis="/controls/engines/engine[0]/throttle" control="THROTTLE" />
86+
<control-input axis="/controls/engines/engine[0]/reverser" control="REVERSE_THRUST" />
87+
<control-output control="REVERSE_THRUST" prop="/surface-positions/left-reverser-pos-norm" />
88+
<control-speed control="REVERSE_THRUST" transition-time="1.0" />
89+
<actionpt x="-22.038" y="6.48" z="-0.801" />
90+
</jet>
91+
<jet x="-18.391" y="-6.48" z="-0.801" mass="7264.0" thrust="44800.0" afterburner="0.0" rotate="0.0" n1-idle="23.1" n1-max="109.4" n2-idle="62.2" n2-max="114.2" tsfc="0.358" egt="810.0" exhaust-speed="1255.0" spool-time="3.0" epr="2.00">
92+
<control-input axis="/controls/engines/engine[1]/throttle" control="THROTTLE" />
93+
<control-input axis="/controls/engines/engine[1]/reverser" control="REVERSE_THRUST" />
94+
<control-output control="REVERSE_THRUST" prop="/surface-positions/right-reverser-pos-norm" />
95+
<control-speed control="REVERSE_THRUST" transition-time="1.0" />
96+
<actionpt x="-22.038" y="-6.48" z="-0.801" />
97+
</jet>
98+
99+
<!-- LANDING GEARS -->
100+
<!-- Pushback -->
101+
<thruster x="-5.778" y="0.0" z="-3.3" vx="1" vy="0" vz="0" thrust="42000">
102+
<control-input axis="/sim/model/pushback/force" control="THROTTLE" src0="-1" src1="1" dst0="-1" dst1="1" />
103+
</thruster>
104+
105+
<!-- Nosegear -->
106+
<gear x="-5.778" y="0.0" z="-3.37" compression="0.25" spring="0.7" damp="4.0" sfric="0.99">
107+
<control-input axis="/controls/flight/rudder" control="STEER" square="true" />
108+
<control-input axis="/controls/gear/gear-down" control="EXTEND" />
109+
<control-output control="EXTEND" prop="/gear/gear[0]/position-norm" />
110+
<control-output control="STEER" prop="/gear/gear[0]/steering-norm" />
111+
<control-speed control="EXTEND" transition-time="8.0" />
112+
</gear>
113+
<!-- Left main gear forward -->
114+
<gear x="-23.484" y="3.768" z="-3.37" compression="0.6">
115+
<control-input axis="/autopilot/autobrake/left-brake-output" control="BRAKE" />
116+
<control-input axis="/controls/gear/brake-parking" control="BRAKE" />
117+
<control-input axis="/controls/gear/gear-down" control="EXTEND" />
118+
<control-output control="EXTEND" prop="/gear/gear[1]/position-norm" />
119+
<control-speed control="EXTEND" transition-time="8.0" />
120+
</gear>
121+
<!-- Left main gear aft -->
122+
<gear x="-24.653" y="3.768" z="-3.37" compression="0.6">
123+
<control-input axis="/autopilot/autobrake/left-brake-output" control="BRAKE" />
124+
<control-input axis="/controls/gear/brake-parking" control="BRAKE" />
125+
<control-input axis="/controls/gear/gear-down" control="EXTEND" />
126+
<control-output control="EXTEND" prop="/gear/gear[2]/position-norm" />
127+
<control-speed control="EXTEND" transition-time="8.0" />
128+
</gear>
129+
<!-- Right main gear forward -->
130+
<gear x="-23.484" y="-3.768" z="-3.37" compression="0.6">
131+
<control-input axis="/autopilot/autobrake/right-brake-output" control="BRAKE" />
132+
<control-input axis="/controls/gear/brake-parking" control="BRAKE" />
133+
<control-input axis="/controls/gear/gear-down" control="EXTEND" />
134+
<control-output control="EXTEND" prop="/gear/gear[3]/position-norm" />
135+
<control-speed control="EXTEND" transition-time="8.0" />
136+
</gear>
137+
<!-- Right main gear aft -->
138+
<gear x="-24.653" y="-3.768" z="-3.37" compression="0.6">
139+
<control-input axis="/autopilot/autobrake/right-brake-output" control="BRAKE" />
140+
<control-input axis="/controls/gear/brake-parking" control="BRAKE" />
141+
<control-input axis="/controls/gear/gear-down" control="EXTEND" />
142+
<control-output control="EXTEND" prop="/gear/gear[4]/position-norm" />
143+
<control-speed control="EXTEND" transition-time="8.0" />
144+
</gear>
145+
146+
<!-- FUEL AND PAYLOAD -->
147+
<!-- Total fuel capacity: 105,170 pounds (This is an extended range plane) -->
148+
<!-- Left wing fuel tank -->
149+
<tank x="-24.3" y="8.25" z="0.8" jet="true" capacity="16680" />
150+
<!-- Right wing fuel tank -->
151+
<tank x="-24.3" y="-8.25" z="0.8" jet="true" capacity="16680" />
152+
<!-- Center fuel tank -->
153+
<tank x="-22.0" y="0.0" z="-0.75" jet="true" capacity="54590" />
154+
<!-- Aux fuel tanks -->
155+
<!-- Step up to 8610, was 8310 -->
156+
<tank x="-20.0" y="0.0" z="-0.75" jet="true" capacity="8610" />
157+
<tank x="-24.0" y="0.0" z="-0.75" jet="true" capacity="8610" />
158+
159+
<!-- Crew -->
160+
<weight x="-2.5" y="0.0" z="1.0" mass-prop="/sim/weight[0]/weight-lb" size="0.0" solve-weight="0.0" idx="0" weight="600.0" />
161+
<!-- PAX/Cargo -->
162+
<weight x="-21.741" y="0.0" z="1.0" mass-prop="/sim/weight[1]/weight-lb" />
163+
164+
<!-- Ballast to adjust center of gravity -->
165+
<ballast x="-11.0" y="0.0" z="1.0" mass="40000" />
166+
<ballast x="-10.0" y="0.0" z="1.0" mass="700" />
167+
168+
</airplane>

0 commit comments

Comments
 (0)