Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
l0k1 committed Sep 24, 2016
0 parents commit 73800cb
Show file tree
Hide file tree
Showing 364 changed files with 470,996 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added AI/.DS_Store
Binary file not shown.
66 changes: 66 additions & 0 deletions AI/IncomingMiGs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0"?>
<PropertyList>
<scenario>
<description>
This scenario put 2X MiG-21bis 60 degs 8000ft Inbound for EGOD
They are 5:30mins out so scramble quick or reloading the parkign posision will reset them.
</description>

<!-- Jaguar -->

<entry>
<type>aircraft</type>
<callsign>RED-1</callsign>
<name>MiG-1</name>
<model type="string">Aircraft/MiG-21bis/Models/MiG-21bis.xml</model>
<latitude type="double">53.104643</latitude>
<longitude type="double">-3.208808</longitude>
<altitude type="double">8000</altitude>
<speed>550</speed>
<heading type="double">241</heading>
<bank type="double">20</bank>
</entry>

<entry>
<type>aircraft</type>
<callsign>RED-2</callsign>
<name>MiG-2</name>
<model type="string">Aircraft/MiG-21bis/Models/MiG-21bis.xml</model>
<latitude type="double">53.104543</latitude>
<longitude type="double">-3.208608</longitude>
<altitude type="double">8015</altitude>
<speed>550</speed>
<heading type="double">241</heading>
<bank type="double">20</bank>
</entry>

<!--entry>
<type>aircraft</type>
<callsign>ANGEL-3</callsign>
<name>>Hawk3</name>
<model type="string">AI/Aircraft/AI-BAE-Hawk/Models/Hawk_T2_S151-Bombable.xml</model>
<latitude type="double">53.104443</latitude>
<longitude type="double">-3.208408</longitude>
<altitude type="double">8030</altitude>
<speed>350</speed>
<heading type="double">241</heading>
<bank type="double">20</bank>
</entry>
<entry>
<type>aircraft</type>
<callsign>ANGEL-4</callsign>
<name>>Hawk4</name>
<model type="string">AI/Aircraft/AI-BAE-Hawk/Models/Hawk_T2_S151-Bombable.xml</model>
<latitude type="double">53.104343</latitude>
<longitude type="double">-3.208208</longitude>
<altitude type="double">8045</altitude>
<speed>350</speed>
<heading type="double">241</heading>
<bank type="double">20</bank>
</entry-->



</scenario>
</PropertyList>
69 changes: 69 additions & 0 deletions AI/MiG-Wingmen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0"?>

<PropertyList>

<name>MiG-21bis Wingmen</name>


<scenario>

<description>

Diamond 4 - Non-tactical formation

This scenario formates 2 MiG-21 to the
parent ac at the position designated by
the x,y,z ofsets.

Use in conjunction with wingman.demo to give a Diamond 4

Note:

1. Setting life = -1 indicates that this
ballistic object will not die
2. The default value for aero-stabilzed
is false, so this must be explictly set.
3. Yaw offset should not be used for now

Vivian Meazza
</description>

<entry>
<name>Red-Leader</name>
<type>wingman</type>
<model>Aircraft/MiG-21bis/Models/MiG-21bis-Wingman.xml</model>
<x-offset>-75</x-offset>
<y-offset>75</y-offset>
<z-offset>0</z-offset>
<formate>true</formate>
<max-speed-kts>500</max-speed-kts>
<coefficients>
<heading>5.0</heading>
<pitch>4.0</pitch>
<bank>4.0</bank>
<speed>2.5</speed>
</coefficients>
</entry>

<entry>
<name>Red-2</name>
<type>wingman</type>
<model>Aircraft/MiG-21bis/Models/MiG-21bis-Wingman.xml</model>
<x-offset>-75</x-offset>
<y-offset>75</y-offset>
<z-offset>0</z-offset>
<ground-offset>1.5</ground-offset>
<formate>true</formate>
<max-speed-kts>500</max-speed-kts>
<coefficients>
<heading>5.0</heading>
<pitch>4.0</pitch>
<bank>4.0</bank>
<speed>2.5</speed>
</coefficients>
<parent>Red-Leader</parent>
</entry>

</scenario>

</PropertyList>
87 changes: 87 additions & 0 deletions Engines/Tumansky.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?xml version="1.0"?>

<turbine_engine name="Tumansky">
<milthrust> 9050.0 </milthrust>
<maxthrust> 15650.0 </maxthrust>
<bypassratio> 1.0 </bypassratio>
<tsfc> 0.96</tsfc>
<atsfc> 2.21</atsfc>
<bleed> 0.03</bleed>
<idlen1> 30.0 </idlen1>
<idlen2> 65.0 </idlen2>
<maxn1> 100.0 </maxn1>
<maxn2> 105.0 </maxn2>
<augmented> 1 </augmented>
<augmethod> 1 </augmethod>
<injected> 1 </injected>
<injection-time> 180.0 </injection-time>

<function name="IdleThrust">
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
<tableData>
-10000 0 10000 20000 30000 40000 50000
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
</tableData>
</table>
</function>

<function name="MilThrust">
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
<tableData>
-10000 0 10000 20000 30000 40000 50000 60000
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490 0
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430 0
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450 0
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540 0
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700 0
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950 0
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250 0
1.4 1.0000 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630 0
</tableData>
</table>
</function>

<function name="AugThrust">
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
<tableData>
-10000 0 10000 20000 30000 40000 50000 60000
0.0 1.1816 1.0000 0.8184 0.6627 0.5280 0.3756 0.2327 0
0.2 1.1308 0.9599 0.7890 0.6406 0.5116 0.3645 0.2258 0
0.4 1.1150 0.9474 0.7798 0.6340 0.5070 0.3615 0.2240 0
0.6 1.1284 0.9589 0.7894 0.6420 0.5134 0.3661 0.2268 0
0.8 1.1707 0.9942 0.8177 0.6647 0.5309 0.3784 0.2345 0
1.0 1.2411 1.0529 0.8648 0.7017 0.5596 0.3983 0.2467 0
1.2 1.3287 1.1254 0.9221 0.7462 0.6236 0.4219 0.2614 0
1.4 1.4365 1.2149 0.9933 0.8021 0.7360 0.4509 0.2794 0
1.6 0 0 1.0809 0.8700 0.8874 0.4860 0.3011 0
1.8 0 0 0 0.7600 0.7500 0.5300 0.3300 0
2.0 0 0 0 0 0 0.6400 0.5700 0
2.2 0 0 0 0 0 0 0.5740 0
</tableData>
</table>
</function>

<function name="Injection">
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
<tableData>
0 10000 15000
0.0 1.41 1.41 1.0
1.0 1.41 1.41 1.0
</tableData>
</table>
</function>

</turbine_engine>
4 changes: 4 additions & 0 deletions Engines/direct.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0"?>

<direct name="Direct">
</direct>
Loading

0 comments on commit 73800cb

Please sign in to comment.