|
From: Flightgear-commitlogs <ma...@hy...> - 2010-11-29 19:20:08
|
The branch, master has been updated
- Log -----------------------------------------------------------------
commit 3ed937f0c8eed551ef2de22c5ac5c89c33ad40a5
Author: Detlef Faber
Date: Mon Nov 29 19:32:43 2010 +0100
Typhoon: added basic Situation Analysis MFD
commit 09b374aa71c42436b8c8326d3d22d9e723d8a700
Merge: f388d5e5c86dd9a0cdcc4c07f751fd62e006e3a8 da45c736349769341185c5168a232191a28c7c34
Author: Detlef Faber
Date: Mon Nov 29 19:17:59 2010 +0100
Merge branch 'master' of git://gitorious.org/fg/fgdata
commit f388d5e5c86dd9a0cdcc4c07f751fd62e006e3a8
Merge: c5272cc347fde2a16a3d9dc84608ed689a7a0022 115032a7c5828c7e82462ca8e57ab0be444d4120
Author: Detlef Faber
Date: Sun Nov 28 19:17:31 2010 +0100
Merge branch 'master' of git://gitorious.org/fg/fgdata
commit c5272cc347fde2a16a3d9dc84608ed689a7a0022
Merge: 344e4809d14f4abc6c87a295cca319de6448c5ed 51b2b59b4772ad1d5b66c2edeeb66cfea53fbb20
Author: Detlef Faber
Date: Fri Nov 26 19:55:58 2010 +0100
Merge branch 'master' of git://gitorious.org/fg/fgdata
commit 344e4809d14f4abc6c87a295cca319de6448c5ed
Merge: b93975d19c27388a0b8f8b59e9ef553d87ffd257 fc63ea8dbb4b1d8e91455763b9a4eaf832e39ea9
Author: Detlef Faber
Date: Tue Nov 23 20:29:22 2010 +0100
Merge branch 'master' of git://gitorious.org/fg/fgdata
commit b93975d19c27388a0b8f8b59e9ef553d87ffd257
Author: Detlef Faber
Date: Mon Nov 22 21:22:09 2010 +0100
typhoon: correct MFDs with all -set versions
- Summary -------------------------------------------------------------
.../eurofighter/Models/Instruments/enav0-btn.xml | 21 +-
Aircraft/eurofighter/Models/Instruments/grid0.png | Bin 0 -> 767 bytes
.../Models/Instruments/instrumentation.xml | 8 +
Aircraft/eurofighter/Models/Instruments/map.jpg | Bin 0 -> 122245 bytes
Aircraft/eurofighter/Models/Instruments/mfd1.xml | 33 +
Aircraft/eurofighter/Models/Instruments/situana.ac | 1121 ++++++++++++++++++++
.../eurofighter/Models/Instruments/situana.xml | 362 +++++++
.../Models/Instruments/situana0-btn.xml | 98 ++
Aircraft/eurofighter/typhoon-2-set.xml | 57 +-
Aircraft/eurofighter/typhoon-set.xml | 4 +-
Aircraft/eurofighter/typhoonb-set.xml | 53 +-
11 files changed, 1648 insertions(+), 109 deletions(-)
create mode 100644 Aircraft/eurofighter/Models/Instruments/grid0.png
create mode 100755 Aircraft/eurofighter/Models/Instruments/map.jpg
create mode 100644 Aircraft/eurofighter/Models/Instruments/situana.ac
create mode 100644 Aircraft/eurofighter/Models/Instruments/situana.xml
create mode 100644 Aircraft/eurofighter/Models/Instruments/situana0-btn.xml
- Diff ----------------------------------------------------------------
diff --git a/Aircraft/eurofighter/Models/Instruments/enav0-btn.xml b/Aircraft/eurofighter/Models/Instruments/enav0-btn.xml
index 591a900..8f73bc1 100644
--- a/Aircraft/eurofighter/Models/Instruments/enav0-btn.xml
+++ b/Aircraft/eurofighter/Models/Instruments/enav0-btn.xml
@@ -3,6 +3,20 @@
<path>mfd-buttons.ac</path>
+<animation>
+ <type>pick</type>
+ <object-name>L3</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-assign</command>
+ <property>instrumentation/enav[0]/selected</property>
+ <value>1</value>
+ </binding>
+ </action>
+</animation>
+
<animation>
<type>pick</type>
@@ -46,16 +60,15 @@
<animation>
<type>pick</type>
- <object-name>L3</object-name>
+ <object-name>R1</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
- <property>instrumentation/enav[0]/selected</property>
- <value>1</value>
+ <property>instrumentation/MFD[0]/page-selected</property>
+ <value>situana</value>
</binding>
</action>
</animation>
-
</PropertyList>
diff --git a/Aircraft/eurofighter/Models/Instruments/grid0.png b/Aircraft/eurofighter/Models/Instruments/grid0.png
new file mode 100644
index 0000000..e73c06a
Binary files /dev/null and b/Aircraft/eurofighter/Models/Instruments/grid0.png differ
diff --git a/Aircraft/eurofighter/Models/Instruments/instrumentation.xml b/Aircraft/eurofighter/Models/Instruments/instrumentation.xml
index e522cec..883252b 100644
--- a/Aircraft/eurofighter/Models/Instruments/instrumentation.xml
+++ b/Aircraft/eurofighter/Models/Instruments/instrumentation.xml
@@ -3,12 +3,20 @@
<PropertyList>
<MFD>
<page-selected type="string">enav</page-selected>
+ <menu-selected type="string">norm</menu-selected>
+ <situana>
+ <grid-scale type="int">0</grid-scale>
+ <map-selected type="bool">false</map-selected>
+ <tracking type="bool">1</tracking>
+ </situana>
</MFD>
<MFD>
<page-selected type="string">engman</page-selected>
+ <menu-selected type="string">norm</menu-selected>
</MFD>
<MFD>
<page-selected type="string">radar</page-selected>
+ <menu-selected type="string">norm</menu-selected>
</MFD>
<enav n="0">
diff --git a/Aircraft/eurofighter/Models/Instruments/map.jpg b/Aircraft/eurofighter/Models/Instruments/map.jpg
new file mode 100755
index 0000000..3d32c44
Binary files /dev/null and b/Aircraft/eurofighter/Models/Instruments/map.jpg differ
diff --git a/Aircraft/eurofighter/Models/Instruments/mfd1.xml b/Aircraft/eurofighter/Models/Instruments/mfd1.xml
index 04ce45b..1f999c8 100755
--- a/Aircraft/eurofighter/Models/Instruments/mfd1.xml
+++ b/Aircraft/eurofighter/Models/Instruments/mfd1.xml
@@ -183,4 +183,37 @@
</action>
</animation>
-->
+
+<!-- Situational Analysis page -->
+ <model>
+ <name>Situana</name>
+ <path>Aircraft/eurofighter/Models/Instruments/situana.xml</path>
+ <offsets>
+ <x-m>0.002</x-m>
+ <y-m>0.0</y-m>
+ <z-m>0.0</z-m>
+ </offsets>
+ </model>
+ <model>
+ <name>Situana Buttons</name>
+ <path>Aircraft/eurofighter/Models/Instruments/situana0-btn.xml</path>
+ <offsets>
+ <x-m>0.0</x-m>
+ <y-m>0.0</y-m>
+ <z-m>0.0</z-m>
+ </offsets>
+ </model>
+
+ <animation>
+ <type>select</type>
+ <object-name>Situana</object-name>
+ <object-name>Situana Buttons</object-name>
+ <condition>
+ <equals>
+ <property>instrumentation/MFD[0]/page-selected</property>
+ <value>situana</value>
+ </equals>
+ </condition>
+ </animation>
+
</PropertyList>
diff --git a/Aircraft/eurofighter/Models/Instruments/situana.ac b/Aircraft/eurofighter/Models/Instruments/situana.ac
new file mode 100644
index 0000000..ff6bda1
--- /dev/null
+++ b/Aircraft/eurofighter/Models/Instruments/situana.ac
@@ -0,0 +1,1121 @@
+AC3Db
+MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
+MATERIAL "lightgrey" rgb 0.9 0.9 0.9 amb 1 1 1 emis 0 0 0 spec 0.9 0.9 0.9 shi 0 trans 0
+MATERIAL "green" rgb 0 0.538175 0.063868 amb 1 1 1 emis 0.309476 0.309476 0.309476 spec 0 0.473468 0.063868 shi 0 trans 0
+MATERIAL "black" rgb 0.201168 0.188686 0.188686 amb 1 1 1 emis 0.309476 0.309476 0.309476 spec 0.213649 0.226131 0.188686 shi 32 trans 0
+OBJECT world
+kids 9
+OBJECT poly
+name "radarrange"
+data 10
+Circle.040
+texture "symbols.png"
+texrep 1 1
+crease 30
+numvert 28
+0.014392 0.043062 -0.035937
+0.014392 0.035361 -0.042257
+0.014392 0.029135 -0.045229
+0.014392 0.006481 -2e-06
+0.014392 0.029135 0.045225
+0.014392 0.035361 0.042253
+0.014392 0.043062 0.035933
+0.014392 0.049382 0.028232
+0.014392 0.054078 0.019446
+0.014392 0.05697 0.009912
+0.014392 0.057947 -2e-06
+0.014392 0.05697 -0.009916
+0.014392 0.054078 -0.01945
+0.014392 0.049382 -0.028236
+0.014392 0.042364 -0.035504
+0.014392 0.034597 -0.041748
+0.014392 0.029657 -0.044244
+0.014392 0.007059 -2e-06
+0.014392 0.029657 0.04424
+0.014392 0.034597 0.041745
+0.014392 0.042364 0.035501
+0.014392 0.048739 0.027892
+0.014392 0.053475 0.019212
+0.014392 0.056284 0.009793
+0.014392 0.057269 -2e-06
+0.014392 0.056284 -0.009797
+0.014392 0.053475 -0.019216
+0.014392 0.048739 -0.027896
+numsurf 14
+SURF 0x00
+mat 1
+refs 4
+1 0.986159026623 0.7311424613
+0 0.981458604336 0.736869931221
+14 0.981137037277 0.736350893974
+15 0.985780894756 0.730574131012
+SURF 0x00
+mat 1
+refs 4
+2 0.98836940527 0.726512134075
+1 0.986159026623 0.7311424613
+15 0.985780894756 0.730574131012
+16 0.987636983395 0.726899802685
+SURF 0x00
+mat 1
+refs 4
+3 0.954732716084 0.709663450718
+2 0.98836940527 0.726512134075
+16 0.987636983395 0.726899802685
+17 0.954732716084 0.710092902184
+SURF 0x00
+mat 1
+refs 4
+4 0.921096146107 0.72651219368
+3 0.954732716084 0.709663450718
+17 0.954732716084 0.710092902184
+18 0.921828567982 0.726899862289
+SURF 0x00
+mat 1
+refs 4
+5 0.923306524754 0.7311424613
+4 0.921096146107 0.72651219368
+18 0.921828567982 0.726899862289
+19 0.923684597015 0.730574131012
+SURF 0x00
+mat 1
+refs 4
+6 0.928006947041 0.736869990826
+5 0.923306524754 0.7311424613
+19 0.923684597015 0.730574131012
+20 0.928328454494 0.736350953579
+SURF 0x00
+mat 1
+refs 4
+7 0.933734476566 0.741570413113
+6 0.928006947041 0.736869990826
+20 0.928328454494 0.736350953579
+21 0.933987081051 0.741091787815
+SURF 0x00
+mat 1
+refs 4
+8 0.940268874168 0.745063126087
+7 0.933734476566 0.741570413113
+21 0.933987081051 0.741091787815
+22 0.940442860126 0.744614541531
+SURF 0x00
+mat 1
+refs 4
+9 0.947359144688 0.747213900089
+8 0.940268874168 0.745063126087
+22 0.940442860126 0.744614541531
+23 0.947447896004 0.746703445911
+SURF 0x00
+mat 1
+refs 4
+10 0.954732835293 0.747940182686
+9 0.947359144688 0.747213900089
+23 0.947447896004 0.746703445911
+24 0.954732835293 0.747435927391
+SURF 0x00
+mat 1
+refs 4
+11 0.962106466293 0.747213900089
+10 0.954732835293 0.747940182686
+24 0.954732835293 0.747435927391
+25 0.962017774582 0.746703445911
+SURF 0x00
+mat 1
+refs 4
+12 0.969196736813 0.745063066483
+11 0.962106466293 0.747213900089
+25 0.962017774582 0.746703445911
+26 0.96902269125 0.744614541531
+SURF 0x00
+mat 1
+refs 4
+13 0.975731194019 0.741570293903
+12 0.969196736813 0.745063066483
+26 0.96902269125 0.744614541531
+27 0.975478589535 0.74109172821
+SURF 0x00
+mat 1
+refs 4
+0 0.981458604336 0.736869931221
+13 0.975731194019 0.741570293903
+27 0.975478589535 0.74109172821
+14 0.981137037277 0.736350893974
+kids 0
+OBJECT poly
+name "radarrangefix"
+data 10
+Circle.047
+texture "symbols.png"
+texrep 1 1
+crease 30
+numvert 28
+0.014392 0.043062 -0.035937
+0.014392 0.035361 -0.042257
+0.014392 0.029135 -0.045229
+0.014392 0.006481 -2e-06
+0.014392 0.029135 0.045225
+0.014392 0.035361 0.042253
+0.014392 0.043062 0.035933
+0.014392 0.049382 0.028232
+0.014392 0.054078 0.019446
+0.014392 0.05697 0.009912
+0.014392 0.057947 -2e-06
+0.014392 0.05697 -0.009916
+0.014392 0.054078 -0.01945
+0.014392 0.049382 -0.028236
+0.014392 0.042364 -0.035504
+0.014392 0.034597 -0.041748
+0.014392 0.029657 -0.044244
+0.014392 0.007059 -2e-06
+0.014392 0.029657 0.04424
+0.014392 0.034597 0.041745
+0.014392 0.042364 0.035501
+0.014392 0.048739 0.027892
+0.014392 0.053475 0.019212
+0.014392 0.056284 0.009793
+0.014392 0.057269 -2e-06
+0.014392 0.056284 -0.009797
+0.014392 0.053475 -0.019216
+0.014392 0.048739 -0.027896
+numsurf 14
+SURF 0x00
+mat 1
+refs 4
+1 0.986159026623 0.7311424613
+0 0.981458604336 0.736869931221
+14 0.981137037277 0.736350893974
+15 0.985780894756 0.730574131012
+SURF 0x00
+mat 1
+refs 4
+2 0.98836940527 0.726512134075
+1 0.986159026623 0.7311424613
+15 0.985780894756 0.730574131012
+16 0.987636983395 0.726899802685
+SURF 0x00
+mat 1
+refs 4
+3 0.954732716084 0.709663450718
+2 0.98836940527 0.726512134075
+16 0.987636983395 0.726899802685
+17 0.954732716084 0.710092902184
+SURF 0x00
+mat 1
+refs 4
+4 0.921096146107 0.72651219368
+3 0.954732716084 0.709663450718
+17 0.954732716084 0.710092902184
+18 0.921828567982 0.726899862289
+SURF 0x00
+mat 1
+refs 4
+5 0.923306524754 0.7311424613
+4 0.921096146107 0.72651219368
+18 0.921828567982 0.726899862289
+19 0.923684597015 0.730574131012
+SURF 0x00
+mat 1
+refs 4
+6 0.928006947041 0.736869990826
+5 0.923306524754 0.7311424613
+19 0.923684597015 0.730574131012
+20 0.928328454494 0.736350953579
+SURF 0x00
+mat 1
+refs 4
+7 0.933734476566 0.741570413113
+6 0.928006947041 0.736869990826
+20 0.928328454494 0.736350953579
+21 0.933987081051 0.741091787815
+SURF 0x00
+mat 1
+refs 4
+8 0.940268874168 0.745063126087
+7 0.933734476566 0.741570413113
+21 0.933987081051 0.741091787815
+22 0.940442860126 0.744614541531
+SURF 0x00
+mat 1
+refs 4
+9 0.947359144688 0.747213900089
+8 0.940268874168 0.745063126087
+22 0.940442860126 0.744614541531
+23 0.947447896004 0.746703445911
+SURF 0x00
+mat 1
+refs 4
+10 0.954732835293 0.747940182686
+9 0.947359144688 0.747213900089
+23 0.947447896004 0.746703445911
+24 0.954732835293 0.747435927391
+SURF 0x00
+mat 1
+refs 4
+11 0.962106466293 0.747213900089
+10 0.954732835293 0.747940182686
+24 0.954732835293 0.747435927391
+25 0.962017774582 0.746703445911
+SURF 0x00
+mat 1
+refs 4
+12 0.969196736813 0.745063066483
+11 0.962106466293 0.747213900089
+25 0.962017774582 0.746703445911
+26 0.96902269125 0.744614541531
+SURF 0x00
+mat 1
+refs 4
+13 0.975731194019 0.741570293903
+12 0.969196736813 0.745063066483
+26 0.96902269125 0.744614541531
+27 0.975478589535 0.74109172821
+SURF 0x00
+mat 1
+refs 4
+0 0.981458604336 0.736869931221
+13 0.975731194019 0.741570293903
+27 0.975478589535 0.74109172821
+14 0.981137037277 0.736350893974
+kids 0
+OBJECT poly
+name "ownac"
+data 10
+Circle.042
+texture "content.png"
+texrep 1 1
+crease 30
+numvert 4
+0.014596 0.005675 -2e-06
+0.014596 0.013403 -2e-06
+0.014596 0.001669 0.003704
+0.014596 0.001669 -0.003708
+numsurf 2
+SURF 0x00
+mat 2
+refs 3
+0 0.744164347649 0.139079347253
+3 0.795610189438 0.083478808403
+1 0.744164228439 0.24634462595
+SURF 0x00
+mat 2
+refs 3
+2 0.692718446255 0.083478808403
+0 0.744164347649 0.139079347253
+1 0.744164228439 0.24634462595
+kids 0
+OBJECT poly
+name "maplayerfix"
+data 10
+Circle.048
+texture "map.jpg"
+texrep 1 1
+crease 30
+numvert 25
+0.014096 0.078144 -0.07165
+0.014096 0.071762 -0.074333
+0.014096 -0.05975 0.074333
+0.014096 -0.066132 0.07165
+0.014096 -0.068327 0.064808
+0.014096 0.078144 0.07165
+0.014096 0.071762 0.074333
+0.014096 -0.068327 -0.064808
+0.014096 -0.066132 -0.07165
+0.014096 -0.05975 -0.074333
+0.014096 0.08034 -0.064808
+0.014096 0.080339 0.064808
+-0.040505 -0.069124 0.065536
+-0.040505 -0.069124 -0.065536
+-0.040505 0.072539 -0.075168
+-0.040505 -0.060451 -0.075168
+-0.040505 -0.060451 0.075169
+-0.040505 0.072539 0.075169
+-0.040505 0.078993 -0.072455
+-0.040505 0.081213 -0.065536
+-0.040505 -0.066904 0.072455
+-0.040505 0.078993 0.072455
+-0.040505 0.081213 0.065536
+-0.040505 -0.066904 -0.072455
+0.014096 0.006006 0
+numsurf 24
+SURF 0x00
+mat 3
+refs 3
+7 0.569855868816 0.418679714203
+8 0.577184081078 0.421030759811
+4 0.431029081345 0.418679714203
+SURF 0x00
+mat 3
+refs 3
+8 0.577184081078 0.421030759811
+3 0.423700928688 0.421030819416
+4 0.431029081345 0.418679714203
+SURF 0x00
+mat 3
+refs 3
+8 0.577184081078 0.421030759811
+9 0.580057859421 0.427866488695
+3 0.423700928688 0.421030819416
+SURF 0x00
+mat 3
+refs 3
+9 0.580057859421 0.427866488695
+2 0.420827031136 0.4278665483
+3 0.423700928688 0.421030819416
+SURF 0x00
+mat 3
+refs 3
+1 0.580057859421 0.568723857403
+5 0.423700928688 0.57555949688
+6 0.420827031136 0.568723857403
+SURF 0x00
+mat 3
+refs 3
+1 0.580057859421 0.568723857403
+0 0.577184021473 0.57555949688
+5 0.423700928688 0.57555949688
+SURF 0x00
+mat 3
+refs 3
+0 0.577184021473 0.57555949688
+11 0.431029081345 0.577910542488
+5 0.423700928688 0.57555949688
+SURF 0x00
+mat 3
+refs 3
+11 0.431029081345 0.577910542488
+0 0.577184021473 0.57555949688
+10 0.569855809212 0.577910542488
+SURF 0x00
+mat 3
+refs 4
+7 0.569855868816 0.418679714203
+4 0.431029081345 0.418679714203
+12 0.374839484692 0.357172191143
+13 0.626042127609 0.357172191143
+SURF 0x00
+mat 3
+refs 4
+1 0.580057859421 0.568723857403
+9 0.580057859421 0.427866488695
+15 0.644502401352 0.373795330524
+14 0.644502401352 0.628672361374
+SURF 0x00
+mat 3
+refs 4
+2 0.420827031136 0.4278665483
+6 0.420827031136 0.568723857403
+17 0.356379151344 0.628672361374
+16 0.356379151344 0.373795509338
+SURF 0x00
+mat 3
+refs 4
+10 0.569855809212 0.577910542488
+0 0.577184021473 0.57555949688
+18 0.639302253723 0.641041398048
+19 0.626042068005 0.64529556036
+SURF 0x00
+mat 3
+refs 4
+0 0.577184021473 0.57555949688
+1 0.580057859421 0.568723857403
+14 0.644502401352 0.628672361374
+18 0.639302253723 0.641041398048
+SURF 0x00
+mat 3
+refs 4
+3 0.423700928688 0.421030819416
+2 0.420827031136 0.4278665483
+16 0.356379151344 0.373795509338
+20 0.361579269171 0.361426353455
+SURF 0x00
+mat 3
+refs 4
+4 0.431029081345 0.418679714203
+3 0.423700928688 0.421030819416
+20 0.361579269171 0.361426353455
+12 0.374839484692 0.357172191143
+SURF 0x00
+mat 3
+refs 4
+5 0.423700928688 0.57555949688
+11 0.431029081345 0.577910542488
+22 0.374839484692 0.645295500755
+21 0.361579269171 0.641041398048
+SURF 0x00
+mat 3
+refs 4
+6 0.420827031136 0.568723857403
+5 0.423700928688 0.57555949688
+21 0.361579269171 0.641041398048
+17 0.356379151344 0.628672361374
+SURF 0x00
+mat 3
+refs 4
+8 0.577184081078 0.421030759811
+7 0.569855868816 0.418679714203
+13 0.626042127609 0.357172191143
+23 0.639302313328 0.361426353455
+SURF 0x00
+mat 3
+refs 4
+9 0.580057859421 0.427866488695
+8 0.577184081078 0.421030759811
+23 0.639302313328 0.361426353455
+15 0.644502401352 0.373795330524
+SURF 0x00
+mat 3
+refs 4
+11 0.431029081345 0.577910542488
+10 0.569855809212 0.577910542488
+19 0.626042068005 0.64529556036
+22 0.374839484692 0.645295500755
+SURF 0x00
+mat 3
+refs 3
+1 0.580057859421 0.568723857403
+24 0.500442504883 0.49829518795
+9 0.580057859421 0.427866488695
+SURF 0x00
+mat 3
+refs 3
+24 0.500442504883 0.49829518795
+2 0.420827031136 0.4278665483
+9 0.580057859421 0.427866488695
+SURF 0x00
+mat 3
+refs 3
+2 0.420827031136 0.4278665483
+24 0.500442504883 0.49829518795
+6 0.420827031136 0.568723857403
+SURF 0x00
+mat 3
+refs 3
+24 0.500442504883 0.49829518795
+1 0.580057859421 0.568723857403
+6 0.420827031136 0.568723857403
+kids 0
+OBJECT poly
+name "blacklayer"
+data 10
+Circle.044
+texture "content.png"
+texrep 1 1
+crease 30
+numvert 25
+0.014096 0.078144 -0.07165
+0.014096 0.071762 -0.074333
+0.014096 -0.05975 0.074333
+0.014096 -0.066132 0.07165
+0.014096 -0.068327 0.064808
+0.014096 0.078144 0.07165
+0.014096 0.071762 0.074333
+0.014096 -0.068327 -0.064808
+0.014096 -0.066132 -0.07165
+0.014096 -0.05975 -0.074333
+0.014096 0.08034 -0.064808
+0.014096 0.080339 0.064808
+-0.040505 -0.069124 0.065536
+-0.040505 -0.069124 -0.065536
+-0.040505 0.072539 -0.075168
+-0.040505 -0.060451 -0.075168
+-0.040505 -0.060451 0.075169
+-0.040505 0.072539 0.075169
+-0.040505 0.078993 -0.072455
+-0.040505 0.081213 -0.065536
+-0.040505 -0.066904 0.072455
+-0.040505 0.078993 0.072455
+-0.040505 0.081213 0.065536
+-0.040505 -0.066904 -0.072455
+0.014096 0.006006 0
+numsurf 24
+SURF 0x00
+mat 3
+refs 3
+7 0.38174238801 0.641244888306
+8 0.392841368914 0.644805669785
+4 0.171481758356 0.641244888306
+SURF 0x00
+mat 3
+refs 3
+8 0.392841368914 0.644805669785
+3 0.160382837057 0.644805788994
+4 0.171481758356 0.641244888306
+SURF 0x00
+mat 3
+refs 3
+8 0.392841368914 0.644805669785
+9 0.397193938494 0.655158758163
+3 0.160382837057 0.644805788994
+SURF 0x00
+mat 3
+refs 3
+9 0.397193938494 0.655158758163
+2 0.156030207872 0.655158877373
+3 0.160382837057 0.644805788994
+SURF 0x00
+mat 3
+refs 3
+1 0.397193938494 0.868494808674
+5 0.160382837057 0.878847837448
+6 0.156030207872 0.868494808674
+SURF 0x00
+mat 3
+refs 3
+1 0.397193938494 0.868494808674
+0 0.392841309309 0.878847837448
+5 0.160382837057 0.878847837448
+SURF 0x00
+mat 3
+refs 3
+0 0.392841309309 0.878847837448
+11 0.171481758356 0.882408559322
+5 0.160382837057 0.878847837448
+SURF 0x00
+mat 3
+refs 3
+11 0.171481758356 0.882408559322
+0 0.392841309309 0.878847837448
+10 0.381742328405 0.882408559322
+SURF 0x00
+mat 3
+refs 4
+7 0.38174238801 0.641244888306
+4 0.171481758356 0.641244888306
+12 0.086379557848 0.548088431358
+13 0.466839522123 0.548088431358
+SURF 0x00
+mat 3
+refs 4
+1 0.397193938494 0.868494808674
+9 0.397193938494 0.655158758163
+15 0.494798630476 0.573265075684
+14 0.494798630476 0.959290087223
+SURF 0x00
+mat 3
+refs 4
+2 0.156030207872 0.655158877373
+6 0.156030207872 0.868494808674
+17 0.0584203898907 0.959290087223
+16 0.0584203898907 0.573265314102
+SURF 0x00
+mat 3
+refs 4
+10 0.381742328405 0.882408559322
+0 0.392841309309 0.878847837448
+18 0.486922770739 0.978023648262
+19 0.466839462519 0.984466910362
+SURF 0x00
+mat 3
+refs 4
+0 0.392841309309 0.878847837448
+1 0.397193938494 0.868494808674
+14 0.494798630476 0.959290087223
+18 0.486922770739 0.978023648262
+SURF 0x00
+mat 3
+refs 4
+3 0.160382837057 0.644805788994
+2 0.156030207872 0.655158877373
+16 0.0584203898907 0.573265314102
+20 0.0662962496281 0.554531574249
+SURF 0x00
+mat 3
+refs 4
+4 0.171481758356 0.641244888306
+3 0.160382837057 0.644805788994
+20 0.0662962496281 0.554531574249
+12 0.086379557848 0.548088431358
+SURF 0x00
+mat 3
+refs 4
+5 0.160382837057 0.878847837448
+11 0.171481758356 0.882408559322
+22 0.086379557848 0.984466791153
+21 0.0662962496281 0.978023648262
+SURF 0x00
+mat 3
+refs 4
+6 0.156030207872 0.868494808674
+5 0.160382837057 0.878847837448
+21 0.0662962496281 0.978023648262
+17 0.0584203898907 0.959290087223
+SURF 0x00
+mat 3
+refs 4
+8 0.392841368914 0.644805669785
+7 0.38174238801 0.641244888306
+13 0.466839522123 0.548088431358
+23 0.486922830343 0.554531574249
+SURF 0x00
+mat 3
+refs 4
+9 0.397193938494 0.655158758163
+8 0.392841368914 0.644805669785
+23 0.486922830343 0.554531574249
+15 0.494798630476 0.573265075684
+SURF 0x00
+mat 3
+refs 4
+11 0.171481758356 0.882408559322
+10 0.381742328405 0.882408559322
+19 0.466839462519 0.984466910362
+22 0.086379557848 0.984466791153
+SURF 0x00
+mat 3
+refs 3
+1 0.397193938494 0.868494808674
+24 0.276612132788 0.761826813221
+9 0.397193938494 0.655158758163
+SURF 0x00
+mat 3
+refs 3
+24 0.276612132788 0.761826813221
+2 0.156030207872 0.655158877373
+9 0.397193938494 0.655158758163
+SURF 0x00
+mat 3
+refs 3
+2 0.156030207872 0.655158877373
+24 0.276612132788 0.761826813221
+6 0.156030207872 0.868494808674
+SURF 0x00
+mat 3
+refs 3
+24 0.276612132788 0.761826813221
+1 0.397193938494 0.868494808674
+6 0.156030207872 0.868494808674
+kids 0
+OBJECT poly
+name "maplayer"
+data 10
+Circle.049
+texture "map.jpg"
+texrep 1 1
+crease 30
+numvert 25
+0.014096 0.078144 -0.07165
+0.014096 0.071762 -0.074333
+0.014096 -0.05975 0.074333
+0.014096 -0.066132 0.07165
+0.014096 -0.068327 0.064808
+0.014096 0.078144 0.07165
+0.014096 0.071762 0.074333
+0.014096 -0.068327 -0.064808
+0.014096 -0.066132 -0.07165
+0.014096 -0.05975 -0.074333
+0.014096 0.08034 -0.064808
+0.014096 0.080339 0.064808
+-0.040505 -0.069124 0.065536
+-0.040505 -0.069124 -0.065536
+-0.040505 0.072539 -0.075168
+-0.040505 -0.060451 -0.075168
+-0.040505 -0.060451 0.075169
+-0.040505 0.072539 0.075169
+-0.040505 0.078993 -0.072455
+-0.040505 0.081213 -0.065536
+-0.040505 -0.066904 0.072455
+-0.040505 0.078993 0.072455
+-0.040505 0.081213 0.065536
+-0.040505 -0.066904 -0.072455
+0.014096 0.006006 0
+numsurf 24
+SURF 0x00
+mat 3
+refs 3
+7 0.569855868816 0.418679714203
+8 0.577184081078 0.421030759811
+4 0.431029081345 0.418679714203
+SURF 0x00
+mat 3
+refs 3
+8 0.577184081078 0.421030759811
+3 0.423700928688 0.421030819416
+4 0.431029081345 0.418679714203
+SURF 0x00
+mat 3
+refs 3
+8 0.577184081078 0.421030759811
+9 0.580057859421 0.427866488695
+3 0.423700928688 0.421030819416
+SURF 0x00
+mat 3
+refs 3
+9 0.580057859421 0.427866488695
+2 0.420827031136 0.4278665483
+3 0.423700928688 0.421030819416
+SURF 0x00
+mat 3
+refs 3
+1 0.580057859421 0.568723857403
+5 0.423700928688 0.57555949688
+6 0.420827031136 0.568723857403
+SURF 0x00
+mat 3
+refs 3
+1 0.580057859421 0.568723857403
+0 0.577184021473 0.57555949688
+5 0.423700928688 0.57555949688
+SURF 0x00
+mat 3
+refs 3
+0 0.577184021473 0.57555949688
+11 0.431029081345 0.577910542488
+5 0.423700928688 0.57555949688
+SURF 0x00
+mat 3
+refs 3
+11 0.431029081345 0.577910542488
+0 0.577184021473 0.57555949688
+10 0.569855809212 0.577910542488
+SURF 0x00
+mat 3
+refs 4
+7 0.569855868816 0.418679714203
+4 0.431029081345 0.418679714203
+12 0.374839484692 0.357172191143
+13 0.626042127609 0.357172191143
+SURF 0x00
+mat 3
+refs 4
+1 0.580057859421 0.568723857403
+9 0.580057859421 0.427866488695
+15 0.644502401352 0.373795330524
+14 0.644502401352 0.628672361374
+SURF 0x00
+mat 3
+refs 4
+2 0.420827031136 0.4278665483
+6 0.420827031136 0.568723857403
+17 0.356379151344 0.628672361374
+16 0.356379151344 0.373795509338
+SURF 0x00
+mat 3
+refs 4
+10 0.569855809212 0.577910542488
+0 0.577184021473 0.57555949688
+18 0.639302253723 0.641041398048
+19 0.626042068005 0.64529556036
+SURF 0x00
+mat 3
+refs 4
+0 0.577184021473 0.57555949688
+1 0.580057859421 0.568723857403
+14 0.644502401352 0.628672361374
+18 0.639302253723 0.641041398048
+SURF 0x00
+mat 3
+refs 4
+3 0.423700928688 0.421030819416
+2 0.420827031136 0.4278665483
+16 0.356379151344 0.373795509338
+20 0.361579269171 0.361426353455
+SURF 0x00
+mat 3
+refs 4
+4 0.431029081345 0.418679714203
+3 0.423700928688 0.421030819416
+20 0.361579269171 0.361426353455
+12 0.374839484692 0.357172191143
+SURF 0x00
+mat 3
+refs 4
+5 0.423700928688 0.57555949688
+11 0.431029081345 0.577910542488
+22 0.374839484692 0.645295500755
+21 0.361579269171 0.641041398048
+SURF 0x00
+mat 3
+refs 4
+6 0.420827031136 0.568723857403
+5 0.423700928688 0.57555949688
+21 0.361579269171 0.641041398048
+17 0.356379151344 0.628672361374
+SURF 0x00
+mat 3
+refs 4
+8 0.577184081078 0.421030759811
+7 0.569855868816 0.418679714203
+13 0.626042127609 0.357172191143
+23 0.639302313328 0.361426353455
+SURF 0x00
+mat 3
+refs 4
+9 0.580057859421 0.427866488695
+8 0.577184081078 0.421030759811
+23 0.639302313328 0.361426353455
+15 0.644502401352 0.373795330524
+SURF 0x00
+mat 3
+refs 4
+11 0.431029081345 0.577910542488
+10 0.569855809212 0.577910542488
+19 0.626042068005 0.64529556036
+22 0.374839484692 0.645295500755
+SURF 0x00
+mat 3
+refs 3
+1 0.580057859421 0.568723857403
+24 0.500442504883 0.49829518795
+9 0.580057859421 0.427866488695
+SURF 0x00
+mat 3
+refs 3
+24 0.500442504883 0.49829518795
+2 0.420827031136 0.4278665483
+9 0.580057859421 0.427866488695
+SURF 0x00
+mat 3
+refs 3
+2 0.420827031136 0.4278665483
+24 0.500442504883 0.49829518795
+6 0.420827031136 0.568723857403
+SURF 0x00
+mat 3
+refs 3
+24 0.500442504883 0.49829518795
+1 0.580057859421 0.568723857403
+6 0.420827031136 0.568723857403
+kids 0
+OBJECT poly
+name "gridlayer"
+data 10
+Circle.039
+texture "grid0.png"
+texrep 1 1
+crease 30
+numvert 25
+0.01432 0.078144 -0.07165
+0.01432 0.071762 -0.074333
+0.01432 -0.05975 0.074333
+0.01432 -0.066132 0.07165
+0.01432 -0.068327 0.064808
+0.01432 0.078144 0.07165
+0.01432 0.071762 0.074333
+0.01432 -0.068327 -0.064808
+0.01432 -0.066132 -0.07165
+0.01432 -0.05975 -0.074333
+0.01432 0.08034 -0.064808
+0.01432 0.080339 0.064808
+-0.040281 -0.069124 0.065536
+-0.040281 -0.069124 -0.065536
+-0.040281 0.072539 -0.075168
+-0.040281 -0.060451 -0.075168
+-0.040281 -0.060451 0.075169
+-0.040281 0.072539 0.075169
+-0.040281 0.078993 -0.072455
+-0.040281 0.081213 -0.065536
+-0.040281 -0.066904 0.072455
+-0.040281 0.078993 0.072455
+-0.040281 0.081213 0.065536
+-0.040281 -0.066904 -0.072455
+0.01432 0.006006 0
+numsurf 24
+SURF 0x00
+mat 3
+refs 3
+7 1.76055562496 -2.04958176613
+8 1.94577860832 -1.99015855789
+4 -1.74834275246 -2.04958176613
+SURF 0x00
+mat 3
+refs 3
+8 1.94577860832 -1.99015855789
+3 -1.93356633186 -1.99015688896
+4 -1.74834275246 -2.04958176613
+SURF 0x00
+mat 3
+refs 3
+8 1.94577860832 -1.99015855789
+9 2.01841640472 -1.81738364697
+3 -1.93356633186 -1.99015688896
+SURF 0x00
+mat 3
+refs 3
+9 2.01841640472 -1.81738364697
+2 -2.00620388985 -1.81738126278
+3 -1.93356633186 -1.99015688896
+SURF 0x00
+mat 3
+refs 3
+1 2.01841640472 1.74283921719
+5 -1.93356633186 1.91561472416
+6 -2.00620388985 1.74283921719
+SURF 0x00
+mat 3
+refs 3
+1 2.01841640472 1.74283921719
+0 1.94577729702 1.91561472416
+5 -1.93356633186 1.91561472416
+SURF 0x00
+mat 3
+refs 3
+0 1.94577729702 1.91561472416
+11 -1.74834275246 1.97503721714
+5 -1.93356633186 1.91561472416
+SURF 0x00
+mat 3
+refs 3
+11 -1.74834275246 1.97503721714
+0 1.94577729702 1.91561472416
+10 1.76055383682 1.97503721714
+SURF 0x00
+mat 3
+refs 4
+7 1.76055562496 -2.04958176613
+4 -1.74834275246 -2.04958176613
+12 -3.16855764389 -3.60420870781
+13 3.18068480492 -3.60420870781
+SURF 0x00
+mat 3
+refs 4
+1 2.01841640472 1.74283921719
+9 2.01841640472 -1.81738364697
+15 3.64727520943 -3.18405151367
+14 3.64727520943 3.25806045532
+SURF 0x00
+mat 3
+refs 4
+2 -2.00620388985 -1.81738126278
+6 -2.00620388985 1.74283921719
+17 -3.63514924049 3.25806045532
+16 -3.63514924049 -3.18404769897
+SURF 0x00
+mat 3
+refs 4
+10 1.76055383682 1.97503721714
+0 1.94577729702 1.91561472416
+18 3.51583957672 3.57069349289
+19 3.18068265915 3.67822051048
+SURF 0x00
+mat 3
+refs 4
+0 1.94577729702 1.91561472416
+1 2.01841640472 1.74283921719
+14 3.64727520943 3.25806045532
+18 3.51583957672 3.57069349289
+SURF 0x00
+mat 3
+refs 4
+3 -1.93356633186 -1.99015688896
+2 -2.00620388985 -1.81738126278
+16 -3.63514924049 -3.18404769897
+20 -3.50371456146 -3.49668240547
+SURF 0x00
+mat 3
+refs 4
+4 -1.74834275246 -2.04958176613
+3 -1.93356633186 -1.99015688896
+20 -3.50371456146 -3.49668240547
+12 -3.16855764389 -3.60420870781
+SURF 0x00
+mat 3
+refs 4
+5 -1.93356633186 1.91561472416
+11 -1.74834275246 1.97503721714
+22 -3.16855764389 3.67821836472
+21 -3.50371456146 3.57069277763
+SURF 0x00
+mat 3
+refs 4
+6 -2.00620388985 1.74283921719
+5 -1.93356633186 1.91561472416
+21 -3.50371456146 3.57069277763
+17 -3.63514924049 3.25806045532
+SURF 0x00
+mat 3
+refs 4
+8 1.94577860832 -1.99015855789
+7 1.76055562496 -2.04958176613
+13 3.18068480492 -3.60420870781
+23 3.51584172249 -3.49668240547
+SURF 0x00
+mat 3
+refs 4
+9 2.01841640472 -1.81738364697
+8 1.94577860832 -1.99015855789
+23 3.51584172249 -3.49668240547
+15 3.64727520943 -3.18405151367
+SURF 0x00
+mat 3
+refs 4
+11 -1.74834275246 1.97503721714
+10 1.76055383682 1.97503721714
+19 3.18068265915 3.67822051048
+22 -3.16855764389 3.67821836472
+SURF 0x00
+mat 3
+refs 3
+1 2.01841640472 1.74283921719
+24 0.00610657176003 -0.0372713580728
+9 2.01841640472 -1.81738364697
+SURF 0x00
+mat 3
+refs 3
+24 0.00610657176003 -0.0372713580728
+2 -2.00620388985 -1.81738126278
+9 2.01841640472 -1.81738364697
+SURF 0x00
+mat 3
+refs 3
+2 -2.00620388985 -1.81738126278
+24 0.00610628444701 -0.0372712090611
+6 -2.00620388985 1.74283921719
+SURF 0x00
+mat 3
+refs 3
+24 0.00610628444701 -0.0372712090611
+1 2.01841640472 1.74283921719
+6 -2.00620388985 1.74283921719
+kids 0
+OBJECT poly
+name "ownac.001"
+data 10
+Circle.045
+texture "content.png"
+texrep 1 1
+crease 30
+numvert 4
+0.014596 0.005675 -2e-06
+0.014596 0.013403 -2e-06
+0.014596 0.001669 0.003704
+0.014596 0.001669 -0.003708
+numsurf 2
+SURF 0x00
+mat 2
+refs 3
+0 0.744164347649 0.139079347253
+3 0.795610189438 0.083478808403
+1 0.744164228439 0.24634462595
+SURF 0x00
+mat 2
+refs 3
+2 0.692718446255 0.083478808403
+0 0.744164347649 0.139079347253
+1 0.744164228439 0.24634462595
+kids 0
+OBJECT poly
+name "ownacfix"
+data 10
+Circle.046
+texture "content.png"
+texrep 1 1
+crease 30
+numvert 4
+0.014596 0.005675 -2e-06
+0.014596 0.013403 -2e-06
+0.014596 0.001669 0.003704
+0.014596 0.001669 -0.003708
+numsurf 2
+SURF 0x00
+mat 2
+refs 3
+0 0.744164347649 0.139079347253
+3 0.795610189438 0.083478808403
+1 0.744164228439 0.24634462595
+SURF 0x00
+mat 2
+refs 3
+2 0.692718446255 0.083478808403
+0 0.744164347649 0.139079347253
+1 0.744164228439 0.24634462595
+kids 0
diff --git a/Aircraft/eurofighter/Models/Instruments/situana.xml b/Aircraft/eurofighter/Models/Instruments/situana.xml
new file mode 100644
index 0000000..ec36336
--- /dev/null
+++ b/Aircraft/eurofighter/Models/Instruments/situana.xml
@@ -0,0 +1,362 @@
+<?xml version="1.0"?>
+<PropertyList>
+
+ <path>situana.ac</path>
+
+
+ <animation>
+ <type>select</type>
+ <object-name>blacklayer</object-name>
+ <condition>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/map-selected</property>
+ <value>false</value>
+ </equals>
+ </condition>
+ </animation>
+ <animation>
+ <type>select</type>
+ <object-name>maplayer</object-name>
+ <condition>
+ <and>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/map-selected</property>
+ <value>true</value>
+ </equals>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ <value>true</value>
+ </equals>
+ </and>
+ </condition>
+ </animation>
+<animation>
+ <type>texmultiple</type>
+ <object-name>maplayerfix</object-name>
+ <transform>
+ <property>position/latitude-deg</property>
+ <subtype>textranslate</subtype>
+ <factor>0.1</factor>
+ <axis>
+ <x>0</x>
+ <y>1</y>
+ <z>0</z>
+ </axis>
+ </transform>
+ <transform>
+ <property>position/longitude-deg</property>
+ <subtype>textranslate</subtype>
+ <factor>0.1</factor>
+ <axis>
+ <x>1</x>
+ <y>0</y>
+ <z>0</z>
+ </axis>
+ </transform>
+ <transform>
+ <property>orientation/heading-deg</property>
+ <subtype>texrotate</subtype>
+ <center>
+ <x>0.5</x>
+ <y>0.5</y>
+ </center>
+ <axis>
+ <x>0</x>
+ <y>0</y>
+ <z>-1</z>
+ </axis>
+ </transform>
+</animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>maplayerfix</object-name>
+ <condition>
+ <and>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/map-selected</property>
+ <value>true</value>
+ </equals>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ <value>false</value>
+ </equals>
+ </and>
+ </condition>
+ </animation>
+<animation>
+ <type>texmultiple</type>
+ <object-name>maplayer</object-name>
+ <transform>
+ <property>position/latitude-deg</property>
+ <subtype>textranslate</subtype>
+ <factor>0.1</factor>
+ <axis>
+ <x>0</x>
+ <y>1</y>
+ <z>0</z>
+ </axis>
+ </transform>
+ <transform>
+ <property>position/longitude-deg</property>
+ <subtype>textranslate</subtype>
+ <factor>0.1</factor>
+ <axis>
+ <x>1</x>
+ <y>0</y>
+ <z>0</z>
+ </axis>
+ </transform>
+</animation>
+ <animation>
+ <type>select</type>
+ <object-name>ownacfix</object-name>
+ <condition>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ <value>false</value>
+ </equals>
+ </condition>
+ </animation>
+ <animation>
+ <type>select</type>
+ <object-name>ownac</object-name>
+ <condition>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ <value>true</value>
+ </equals>
+ </condition>
+ </animation>
+ <animation>
+ <type>select</type>
+ <object-name>radarrangefix</object-name>
+ <condition>
+ <and>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ <value>false</value>
+ </equals>
+ <equals>
+ <property>controls/radar/on</property>
+ <value>true</value>
+ </equals>
+ </and>
+ </condition>
+ </animation>
+ <animation>
+ <type>select</type>
+ <object-name>radarrange</object-name>
+ <condition>
+ <and>
+ <equals>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ <value>true</value>
+ </equals>
+ <equals>
+ <property>controls/radar/on</property>
+ <value>true</value>
+ </equals>
+ </and>
+ </condition>
+ </animation>
+
+ <animation>
+ <type>rotate</type>
+ <object-name>radarrange</object-name>
+ <object-name>ownac</object-name>
+ <property>orientation/heading-deg</property>
+ <factor>1</factor>
+ <center>
+ <x-m>0.0</x-m>
+ <y-m>0.0</y-m>
+ <z-m>0.0</z-m>
+ </center>
+ <axis>
+ <x>-1</x>
+ <y>0</y>
+ <z>0</z>
+ </axis>
+ </animation>
+
+ <text>
+ <name>headmode</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>-0.098</y-m>
+ <z-m>0.061</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">MAG</text>
+ </text>
+ <text>
+ <name>trackmode</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>-0.098</y-m>
+ <z-m>0.039</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">TRK</text>
+ </text>
+ <text>
+ <name>mapmode</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>-0.098</y-m>
+ <z-m>-0.007</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">MAP</text>
+ </text>
+ <text>
+ <name>norm</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>0.079</y-m>
+ <z-m>0.061</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">NORM</text>
+ </text>
+ <text>
+ <name>fuel</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>-0.056</y-m>
+ <z-m>-0.078</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">FUEL</text>
+ </text>
+ <text>
+ <name>engine</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>-0.034</y-m>
+ <z-m>-0.078</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">ENG</text>
+ <draw-boundingbox type="bool">true</draw-boundingbox>
+ </text>
+ <text>
+ <name>hydraulic</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>-0.01</y-m>
+ <z-m>-0.078</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">HYD</text>
+ </text>
+ <text>
+ <name>waypoint</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>0.015</y-m>
+ <z-m>-0.078</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">WPT</text>
+ </text>
+
+
+ <text>
+ <name>frequency</name>
+ <font>lcd.txf</font>
+ <character-size type="double">0.013</character-size>
+ <offsets>
+ <pitch-deg>90</pitch-deg>
+ <heading-deg>0</heading-deg>
+ <roll-deg>90</roll-deg>
+ <x-m>0.018</x-m>
+ <y-m>.039</y-m>
+ <z-m>-0.078</z-m>
+ </offsets>
+ <type type="string">literal</type>
+ <text type="string">FREQ</text>
+
+ </text>
+
+
+<animation>
+ <type>material</type>
+ <object-name>fuel</object-name>
+ <object-name>engine</object-name>
+ <object-name>hydraulic</object-name>
+ <object-name>waypoint</object-name>
+ <object-name>frequency</object-name>
+ <object-name>norm</object-name>
+ <object-name>headmode</object-name>
+ <object-name>trackmode</object-name>
+ <object-name>mapmode</object-name>
+ <diffuse>
+ <red>1.0</red>
+ <green>1.0</green>
+ <blue>0.0</blue>
+ </diffuse>
+ <emission>
+ <red>1.0</red>
+ <green>1.0</green>
+ <blue>0.0</blue>
+ <factor-prop>/controls/lighting/instruments-norm</factor-prop>
+ </emission>
+</animation>
+<animation>
+ <type>material</type>
+ <object-name>gridlayer</object-name>
+ <object-name>radarrange</object-name>
+ <object-name>ownac</object-name>
+ <diffuse>
+ <red>1.0</red>
+ <green>1.0</green>
+ <blue>1.0</blue>
+ </diffuse>
+ <emission>
+ <red>1.0</red>
+ <green>1.0</green>
+ <blue>1.0</blue>
+ </emission>
+</animation>
+</PropertyList>
diff --git a/Aircraft/eurofighter/Models/Instruments/situana0-btn.xml b/Aircraft/eurofighter/Models/Instruments/situana0-btn.xml
new file mode 100644
index 0000000..f65af75
--- /dev/null
+++ b/Aircraft/eurofighter/Models/Instruments/situana0-btn.xml
@@ -0,0 +1,98 @@
+<?xml version="1.0"?>
+<PropertyList>
+
+ <path>mfd-buttons.ac</path>
+
+<animation>
+ <type>pick</type>
+ <object-name>L1</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-toggle</command>
+ <property>instrumentation/MFD[0]/situana/heading-mag</property>
+ </binding>
+ </action>
+</animation>
+<animation>
+ <type>pick</type>
+ <object-name>L2</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-toggle</command>
+ <property>instrumentation/MFD[0]/situana/tracking</property>
+ </binding>
+ </action>
+</animation>
+<animation>
+ <type>pick</type>
+ <object-name>L4</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-toggle</command>
+ <property>instrumentation/MFD[0]/situana/map-selected</property>
+ </binding>
+ </action>
+</animation>
+
+<animation>
+ <type>pick</type>
+ <object-name>C1</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-assign</command>
+ <property>instrumentation/MFD[0]/page-selected</property>
+ <value>fuel</value>
+ </binding>
+ </action>
+</animation>
+
+<animation>
+ <type>pick</type>
+ <object-name>C4</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-assign</command>
+ <property>instrumentation/MFD[0]/page-selected</property>
+ <value>enav</value>
+ </binding>
+ </action>
+</animation>
+<animation>
+ <type>pick</type>
+ <object-name>C3</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-assign</command>
+ <property>instrumentation/MFD[0]/page-selected</property>
+ <value>hydraulic</value>
+ </binding>
+ </action>
+</animation>
+<!--
+<animation>
+ <type>pick</type>
+ <object-name>R1</object-name>
+ <action>
+ <button>0</button>
+ <repeatable>false</repeatable>
+ <binding>
+ <command>property-assign</command>
+ <property>instrumentation/MFD[0]/menu-selected</property>
+ <value>norm</value>
+ </binding>
+ </action>
+</animation>
+-->
+</PropertyList>
diff --git a/Aircraft/eurofighter/typhoon-2-set.xml b/Aircraft/eurofighter/typhoon-2-set.xml
index 289eb03..9837290 100644
--- a/Aircraft/eurofighter/typhoon-2-set.xml
+++ b/Aircraft/eurofighter/typhoon-2-set.xml
@@ -640,58 +640,8 @@ By MaverickAlex, D. Faber, AlMurSi & Algernon
</engines>
- <!-- set prop for the manual "bookmark" arrow on the remote compas -->
- <instrumentation>
- <enav n="0">
- <selected type="int">3</selected>
- </enav>
- <radar>
- <range type="int" archive="y">20</range>
- <range-factor type="double" archive="n">0.001888</range-factor>
- <minimized type="bool" archive="y">false</minimized>
- <selected type="int">2</selected>
-
- <!-- inicio en pruebas -->
- <enabled type="bool">true</enabled>
- <az-field type="double">120</az-field>
- <range type="double">150</range>
- <range-selected type="double">50</range-selected>
- <radar2-range type="double">150</radar2-range>
- <display-rdr type="bool">true</display-rdr>
- <radar-standby type="int">1</radar-standby>
- <mode>
- <rws type="bool">true</rws>
- <tws-auto type="bool">false</tws-auto>
- </mode>
-
- </radar>
-
- <radar2>
- <sweep-width-m type="double">0.0844</sweep-width-m>
- <range-width-m type="double">0.0846</range-width-m>
- <radius-ppi-display-m type="double">0.0846</radius-ppi-display-m>
- <hud-eye-dist-m type="double">0.6705</hud-eye-dist-m>
- <hud-radius-m type="double">0.071</hud-radius-m>
- </radar2>
-
- <radar-awg-9>
- <ccm-mode-spl type="bool">false</ccm-mode-spl>
- <ccm-mode-alt-dhf type="bool">false</ccm-mode-alt-dhf>
- <ccm-mode-trs type="bool">false</ccm-mode-trs>
- <display-rdr type="bool">true</display-rdr>
- <display-ir type="bool">false</display-ir>
- <display-iff type="bool">false</display-iff>
- <mode type="string">PDS</mode> <!-- PDS, RWS, TWS, PDSTT, PSTT, VSL -->
- <ant-trk-light type="bool">false</ant-trk-light>
- <rd-rot-light type="bool">false</rd-rot-light>
- <jat-light type="bool">false</jat-light>
- <irot-light type="bool">false</irot-light>
- </radar-awg-9>
-<!--en pruebas fin -->
-
- <magnetic-compass>
- <bookmark-heading-deg type="double">43.0</bookmark-heading-deg>
- </magnetic-compass>
+
+<instrumentation include="Models/Instruments/instrumentation.xml">
</instrumentation>
<!-- set up control properties for YASim -->
@@ -798,6 +748,9 @@ By MaverickAlex, D. Faber, AlMurSi & Algernon
<buttons>
<FCS-override type="bool">true</FCS-override>
</buttons>
+ <radar>
+ <on type="bool">true</on>
+ </radar>
<switches>
<voice type="bool">true</voice>
</switches>
diff --git a/Aircraft/eurofighter/typhoon-set.xml b/Aircraft/eurofighter/typhoon-set.xml
index d4a9abf..ae1a790 100755
--- a/Aircraft/eurofighter/typhoon-set.xml
+++ b/Aircraft/eurofighter/typhoon-set.xml
@@ -711,7 +711,9 @@ By MaverickAlex, D. Faber, AlMurSi & Algernon
<roll type="bool">true</roll>
<yaw type="bool">true</yaw>
</SAS-->
-
+ <radar>
+ <on type="bool">true</on>
+ </radar>
</controls>
<yasim>
diff --git a/Aircraft/eurofighter/typhoonb-set.xml b/Aircraft/eurofighter/typhoonb-set.xml
index 5efa5de..435a6f8 100755
--- a/Aircraft/eurofighter/typhoonb-set.xml
+++ b/Aircraft/eurofighter/typhoonb-set.xml
@@ -606,58 +606,7 @@ By MaverickAlex, D. Faber, AlMurSi & Algernon
</engines>
- <!-- set prop for the manual "bookmark" arrow on the remote compas -->
- <instrumentation>
- <enav n="0">
- <selected type="int">3</selected>
- </enav>
- <radar>
- <range type="int" archive="y">20</range>
- <range-factor type="double" archive="n">0.001888</range-factor>
- <minimized type="bool" archive="y">false</minimized>
- <selected type="int">2</selected>
-
- <!-- inicio en pruebas -->
- <enabled type="bool">true</enabled>
- <az-field type="double">120</az-field>
- <range type="double">150</range>
- <range-selected type="double">50</range-selected>
- <radar2-range type="double">150</radar2-range>
- <display-rdr type="bool">true</display-rdr>
- <radar-standby type="int">1</radar-standby>
- <mode>
- <rws type="bool">true</rws>
- <tws-auto type="bool">false</tws-auto>
- </mode>
-
- </radar>
-
- <radar2>
- <sweep-width-m type="double">0.0844</sweep-width-m>
- <range-width-m type="double">0.0846</range-width-m>
- <radius-ppi-display-m type="double">0.0846</radius-ppi-display-m>
- <hud-eye-dist-m type="double">0.6705</hud-eye-dist-m>
- <hud-radius-m type="double">0.071</hud-radius-m>
- </radar2>
-
- <radar-awg-9>
- <ccm-mode-spl type="bool">false</ccm-mode-spl>
- <ccm-mode-alt-dhf type="bool">false</ccm-mode-alt-dhf>
- <ccm-mode-trs type="bool">false</ccm-mode-trs>
- <display-rdr type="bool">true</display-rdr>
- <display-ir type="bool">false</display-ir>
- <display-iff type="bool">false</display-iff>
- <mode type="string">PDS</mode> <!-- PDS, RWS, TWS, PDSTT, PSTT, VSL -->
- <ant-trk-light type="bool">false</ant-trk-light>
- <rd-rot-light type="bool">false</rd-rot-light>
- <jat-light type="bool">false</jat-light>
- <irot-light type="bool">false</irot-light>
- </radar-awg-9>
-<!--en pruebas fin -->
-
- <magnetic-compass>
- <bookmark-heading-deg type="double">43.0</bookmark-heading-deg>
- </magnetic-compass>
+ <instrumentation include="Models/Instruments/instrumentation.xml">
</instrumentation>
<!-- set up control properties for YASim -->
-----------------------------------------------------------------------
FlightGear Base Package
|