- Messages
- 31
- Country
Hello,
I have added an instrument panel window to the panel.cfg of an aircraft but it's not showing up in the sim. The window entry has both the
Panel.cfg window entry:
Regards
I have added an instrument panel window to the panel.cfg of an aircraft but it's not showing up in the sim. The window entry has both the
visible=1
and the always_visible=1
flags but still not showing up. I tried restarting, reloading the scenario, reloading the aircraft and it's still not showing up. Does anyone know why it might not show up?Panel.cfg window entry:
Code:
[Window01]
Background_color=0,0,0
size_mm=100,50
visible=1
window_size_ratio=0.10
always_visible=1
ident=RADIO_RIGHT
position=8
gauge00=comm-gauge!comm-gauge,0,0,100,50
3DP_CAMERA_TRANSFORM_REFERENCE=ORIGIN
3DP_SIZE=0.18,0.12 //x (width), y(height) **USE THIS TO CHANGE PANEL SIZE**
3DP_WORLDSPACE_POS_OFFSET=0.42,1.269,5.45 //x/y/z, x (left/right), y(up/down), z(forward/back)
3DP_PBH_OFFSET=0,0,0
Regards