StringBean
07-10-2010, 12:40 PM
With a little deeper digging I discovered the switches are there in the 2D panel, but don't work correctly.
With a little work they can be made to function, just takes a panel.cfg edit.
Here is what I did, with my changes in red.
[Window00]
file=C-141B_Pnl.bmp
size_mm=1024,768
position=7
visible=1
ident=MAIN_PANEL
sizeable=1
render_3d_window=1
window_size= 1.000, 1.000
window_pos= 0.000, 0.000
gauge00=f111_altimeter, 658,582,61,129
gauge01=f111_airspeed, 461,587,63,126
gauge02=B1B_Power, 901,596,34,114
gauge03=B1B_Fan, 944,596,34,113
gauge04=VC10_Flap, 262,714,36,36
gauge05=F111_altwarn, 420,534,31,32
gauge06=F105_Spoiler_Lamp, 392,559,15,14
gauge07=c130sw!cargo-close_sw, 550,466,20,20
gauge08=c130sw!cargo-open_sw, 578,466,20,20
...and here is what it looks like...
http://www.flightsim.com/vbfs/attachment.php?attachmentid=70588&stc=1&d=1278779223
The indicator lights do not function properly due to (I suspect) incorrect XML coding. That is, the close switch is always lit and the open switch is never lit regardless of the door position.
Here is the code for one of the switches, cargo-open_sw.xml...
<Gauge Name="cargo-tail-door_sw" >
<Element>
<Select>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Value>(A:CONCORDE VISOR POSITION PERCENT,more_than_a_half)</Value>
<Case Value="0">
<Image Name="open_off.bmp" ImageSizes="1,1,1,1"/>
</Case>
<Case Value="1">
<Image Name="open_on.bmp" Bright="Yes" ImageSizes="1,1,1,1"/>
</Case>
</Select>
</Element>
<Mouse>
<Cursor Type="Hand"/>
<Click Event="INCREASE_CONCORDE_NOSE_VISOR_FULLY"/>
</Mouse>
</Gauge>
If someone sees an edit to be made that would fix the indicator light, I would like to see it.
peace,
the Bean
jfwhiten
03-29-2013, 01:13 PM
Hello Mr. Bean,
(I like your name...grin)
I am having the same issues you discussed and seemed to have fixed. Is there any chance you could send me a copy of your panel? Also, if you are interested, I have a very good looking C-141A that Dave Sweetman did for me in the livery of the 63rd MAW (circa 1970's) I would be happy to share with you.
I have attached my panel as I thought looking at it might give you a clue as to what I am doing wrong. As you will see, it looks nothing like yours.
Thank you very much in advance
Jim
// P WALLAERT 11:23 13/09/2009
//
// LOCKHEED C5 GALAXY
//
//
[Window Titles]
Window00=Main Panel
Window01=Radio
Window02=GPS
Window03=DOORS
[VIEWS]
VIEW_FORWARD_WINDOWS=Main_Panel,RADIO_STACK_PANEL,GPS_PANEL
VIEW_FORWARD_DIR=0.1, 0.0, 0.0
//--------------------------------------------------------
[Window00]
file=Panel.bmp
size_mm=1050,840
window_size_ratio=1.000
position=7
visible=1
ident=Main_Panel
window_size= 1.000, 1.000
window_pos= 0.000, 0.000
Gauge00=C5!RMI_Round, 65,623, 62, 62
gauge01=C5!AirSpeed, 130,623, 67,149
Gauge02=C5!Attitude, 200,623, 94,100
Gauge03=C5!HSI_Old, 200,725, 94,100
Gauge04=C5!Radar_Altimeter, 297,552, 62, 62
Gauge05=C5!Altimeter, 297,617, 67,148
Gauge06=C5!Radar_Green, 411,691, 80, 60
Gauge07=C5!Std_By_Att, 560,605, 48, 45
Gauge08=C5!N1_12_Vert, 551,696, 25, 72
Gauge09=C5!N1_34_Vert, 576,696, 25, 72
Gauge10=C5!EGT_12_Vert, 612,678, 17, 93
Gauge11=C5!EGT_34_Vert, 629,678, 17, 93
Gauge12=C5!EPR_12_Vert, 653,678, 17, 93
Gauge13=C5!EPR_34_Vert, 670,678, 17, 93
Gauge14=C5!FF_12_Vert, 692,678, 17, 93
Gauge15=C5!FF_34_Vert, 709,678, 17, 93
Gauge16=C5!Elevator, 619,570, 47, 47
Gauge17=C5!Ailerons, 669,570, 47, 47
Gauge18=C5!Flaps, 719,570, 47, 47
Gauge19=C5!Trim, 817,597, 64, 64
Gauge20=C5!Rudder, 819,664, 63, 63
Gauge21=C5!Std_By_Att, 993,557, 48, 48
gauge22=C5!AirSpeed, 986,616, 67,152
Gauge23=C5!DIG_N1_E1, 545,679, 30, 13
Gauge24=C5!DIG_N1_E2, 577,679, 30, 13
Gauge25=C5!Gear_Light_L, 886,600, 20, 16
Gauge26=C5!Gear_Light_L, 886,618, 20, 16
Gauge27=C5!Gear_Light_C, 906,583, 20, 16
Gauge28=C5!Gear_Light_R, 927,601, 20, 16
Gauge29=C5!Gear_Light_R, 927,619, 20, 16
Gauge30=C5!Gear Lever, 908,629, 24, 67
Gauge31=C5!Gear_In_Trans, 893,697, 15, 15
Gauge32=C5!Gear_Door, 934,697, 15, 15
Gauge33=C5!Annun_1, 632,621,133, 42
Gauge34=C5!Annun_2, 200,592, 94, 30
Gauge35=C5!AutoSpoiler, 419, 21, 22, 34
gauge36=C5!Clock, 65,690, 62, 62
gauge37=C5!Fuel_Status, 1,755,100, 72
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.