Hi All

How does one go about adding features to a model

EG Citation-Bravo   I wish to "activate or add":
(a) cockpit lights that come on and off
(b) cabin lights when viewing from the chase or outside viewpoint
(c) Landing Lights that light up the runway if landing at night
(d) Nav lights  (blinking red) and the port and starboard
(e) Beacon lights top and bottom.

I have found the    controls/lighting/nav-lights/  property
And other such properties from the File Menu

In the Citation Bravo the RGB graphic (/panels/panel1.rgb)
For the switch panel with the DC Power, Engine Start, AntiIce, etc.. has
empty black circles.

Yet when you load the aircraft you see that it has toggle switches that
don't work I wish to make them work.

(a) How did the switches get added?    I don't see them in the
Citation-Bravo-Panel.xml  which is where I guessing they need to be added.


Also what is odd is the graphic has the DC Volt meter , Blank and DC Amps
meter.  Yet when loaded they appear as holes in the flight deck?


Also If you add a switch
<action>
  <name>Nav Lights</name>
  <switch>1</switch>
  <x>-360</x>  ANYthing less than 360  goes behind the panel not on top
  <y>-345</y>
  <w>10</w>
  <h>10</h>
  <binding>
      <command>property-adjust</command>
      <property>controls/lighting/nav-lights</property>
      <button>0</button>
  </binding>
</action>



I have read the Creating instruments for FG and the 747 and Bravo XML files
I follow but I'm not quite sure how to put it all together.


I would love some advice, if possible
All changes will be submitted back to the community


Thanks All

Barry  a.k.a   TheBear

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to