* Curtis Olson -- Monday 29 January 2007:
> I don't have any problems with you proceeding, but if you don't
> mind, could you let me know when the change is made so I can
> double check the ATC-710M aircraft and make sure nothing got broke.

Thanks. That's done now. annunciator.[ch]xx removed from both
branches, and $FG_ROOT/Aircraft/Generic/annunciator.nas added.

When I reported that an "c172p-fullscreen" aircraft still uses
this, I had missed that this was a local file, and not in CVS. :-)

So, please add this to your ATC-710M simulator *-set.xml file:

 <nasal>
  <annunciator>
   <file>Aircraft/Generic/annunciator.nas</file>
  </annunciator>
 </nasal>

For those interested in the very nice high-res fullscreen-panel,
I attached my *-set.xml file. It's belongs to $FG_ROOT/Aircraft/c172p/

m.
<?xml version="1.0"?>
<!--
************************************************************************
JSBSim Cessna 172P with 2D panel.

Started October 23 2001 by John Check, [EMAIL PROTECTED]
************************************************************************
-->

<PropertyList include="c172p-set.xml">

 <sim>

  <description>Cessna 172P Skyhawk (1981 model), 2D panel</description>

  <!-- Use a 2D instrument panel -->
 
  <panel>
   <path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
   <visibility archive="y">true</visibility>
  </panel>
  <panel_2>
   <path>Aircraft/c172p/Panels/c172-trans-mini-panel.xml</path>
  </panel_2>

  <!-- Look down a bit over the top of the panel -->

  <view>
   <internal archive="y">false</internal>
   <config>
     <pitch-offset-deg>-8</pitch-offset-deg>
   </config>
  </view>

 </sim>

 <nasal>
  <annunciator>
   <file>Aircraft/Generic/annunciator.nas</file>
  </annunciator>
 </nasal>

</PropertyList>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to