PDA

View Full Version : Panel problems



The_Editor
August 13th, 2009, 02:35
Anybody know how to fix this:

The screenshots are from the P-51D by Warwick Carter.

I am running the sim at 1074 x 768.

The top panel window is misaligned and when I drag it over to the centre, you can see it is not in proportion to the other parts.

The panel entries:

[Window Titles]
Window00=%window_title_00%
Window01=%window_title_01%
window02=%window_title_03%

[Window00]
file=P-51d_CC.bmp
size_mm=640,480
window_pos=0.0,0.0
window_size=1.000,1.000
render_3d_window=1
position=7
sizeable=1
visible=1
ident=0

gauge00=P51d!Airspeed,167,356,60
gauge01=P51d!Altimeter,166,420,56
gauge02=p51D!Attitude,290,346,70
gauge03=P51d!Boost_Pressure,357,420,60
gauge04=P51d!Clock,408,302,44
gauge05=P51d!Engine_Temperature,365,322,44
//gauge06=P51d!Flaps,126,422,28
gauge06=P38F_Lightning!Fuel-Selector,123,432,30
gauge07=P51d!Fuel,365,373,44
gauge08=P51dX!Fuel_Selector,523,441
gauge09=P51d!Gear,422,466,42
gauge10=P51d!Heading_Indicator,232,352,54
gauge11=P51dX!Magneto,88,411
gauge12=P51d!Oil_Pressure,420,409,56
gauge13=P51d!Starter,394,290,12
gauge14=P51d!Tachometer,410,348,60
gauge15=P51d!Turn_Indicator,226,420,60,58
gauge16=P51d!Vertical_Speed,290,420,60,58
gauge17=p38f_lightning!Magnetic-Compass,194,292,55

[Window02]
file=K-14A.bmp
size_mm=640,480
window_size_ratio=1.0
position=7
visible=1
ident=50


[Window01]
file=
position=6
size_mm=640,480
window_size_ratio=1.0
position=7
sizeable=1
visible=0
ident=70

gauge00=P51d!thrust_controls,56,16,48,64
gauge01=P51d!Fuel_Selector,510,44,40
gauge02=P47d!Magneto,550,42,40

[VCockpit01]
Background_color=0,0,0
position=7
size_mm=512,512
pixel_size=512,512
texture=$P51D-L
visible=0
ident=

gauge00=p38f_lightning!Magnetic-Compass,153,0,120
gauge01=P51d!Airspeed,97,137,120
gauge02=P51d!Heading_Indicator,227,137,120
gauge03=P51d!Attitude,357,137,140,FORCE_TRANS
gauge04=P51d!Altimeter,97,277,120
gauge05=P51d!Turn_Indicator,227,277,120
gauge06=P51d!Vertical_Speed,357,277,120
gauge08=P51d!Gear,370,420,117

[VCockpit02]
Background_color=0,0,0
position=7
size_mm=512,512
pixel_size=512,512
texture=$P51D-R
visible=0
ident=

gauge00=P51d!Starter,165,0,30
gauge01=P51d!Clock,220,0,90
gauge02=P51d!Engine_Temperature,150,75,90
gauge03=P51d!Tachometer,240,110,130
gauge04=P51d!Fuel,150,175,90
gauge05=P51d!Boost_Pressure,135,277,120
gauge06=P51d!Oil_Pressure,258,255,120
//gauge07=P51d!Magneto,300,100,80

[Default View]
X=0
Y=0
SIZE_X=8191
SIZE_Y=5240

[Strings]
"window_title_00"=P40B -- Main Panel
"window_title_01"=P40B --Throttle gunsight

bearcat241
August 13th, 2009, 11:51
Add the text in red to Win02:

[Window02]
file=K-14A.bmp
size_mm=640,480
window_size_ratio=1.000
position=7
visible=1
ident=50
window_size= 1.000, 1.000
window_pos= 0.000, 0.000


****************************



Window01 and 02 are out of format sequence. You have 02 before 01 in the body format, but 01 correctly before 02 in the windows list at the top. Also, Window02 has no bmp or background for the engine mgmt gauges...do they appear OK in the sim? This panel layout is based on the CFS2 P-51D Mustang panel by Sergey "Araks" Golovachev, which i use in almost all of my Delta's regardless of the model designer, so i recognized it instanly. Here's my Window 01 layout for the ECU. Its a bit more complex but i wanted you to note the use of a background bmp for the ECU gauges.


[Window01]
file=Engine Controls.bmp
file_1024=Engine Controls.bmp
size_mm=712,278
window_size_ratio=0.810
position=7
visible=0
ident=THROTTLE_PANEL
sizeable=1
window_size= 0.981, 0.419
window_pos= 0.010, 0.560

gauge00=p51d!thrust_controls, 6,64,87,186
gauge01=p51d!Magneto, 246,65,63,67
gauge02=p51d!Starter, 408,13,17,42
gauge03=FDG_P51fuel!Fuel Master Switch, 317,69,37,83
gauge04=FDG_P51fuel!Fuel Selector Valve, 287,203,72,80
gauge05=mooney_bravo!Fuel Flow, 96,185,84,43
gauge06=b26!RLC_Hydraulic_Gauge, 364,216,53,62
gauge07=f4u1a_corsair!Icon_Engine_Controls, 235,26,18,20
gauge08=Cfo_Gauges_Tek!Refuel_Dump, 109,132,68,50
gauge09=P38FGG!Fuel-Tank-Content, 112,67,57,64
gauge10=F86_OXXY, 259,133,49,54
gauge11=f4u1a_corsair!Master_Switch, 377,12,24,45
gauge12=F86_PBRAKE, 113,226,57,52
gauge13=p38f_lightning!Hydraulic-Warning-Light, 418,217,10,11
gauge14=zk747271.switches, 371, 65 ,162,42
gauge15=p47d_clean!Fuel_Warning, 163,67,14,14
gauge16=mooney_bravo!Cowl Flap Display, 412,157,25,49
gauge17=mooney_bravo!Cowl Flap Switch, 442,114,21,40
gauge18=kingair!CrossFeed_Switch, 317,154,38,51
gauge19=cessna182rg!Carb_Heat, 311,16,19,49
gauge20=cessna182rg!Engine_Primer, 332,16,23,47

The_Editor
August 13th, 2009, 16:35
Thanks. :ernae:

I'll try that.