|
Hello,
I found these settings for the Aeroworx B200, The problem I have, is that the PANEL.CFG does not contain a section for Vcockpit01. I added the gauge to the Vcockpit01 section in all other panels that have the section. Now, when I switch taxi or landing light on, They will not stay on. They go back to off....
The B200 has a lot of panels... Which ones do I need to modify?
Thanks
Add to your Aircraft.cfg file:
[lights]
light.0 = 3, 0.54, -27.34, 3.21, fx_shockwave_navred light.1 = 1, -5.35, 0, -0.31, fx_shockwave_beaconb light.2 = 3, 0.54, 27.34, 3.21, fx_shockwave_navgre light.3 = 2, 0.84, -27.01, 3.19, fx_shockwave_strobe light.4 = 2, 0.84, 27.01, 3.19, fx_shockwave_strobe_3 light.5 = 1, -24.23, -0.14, 12.53, fx_shockwave_navwhi light.6 = 4, 5.520, 1.200, 4.495, fx_awxb200_cp light.7 = 4, 5.520, -1.200, 4.495, fx_awxb200_pic light.8 = 10, -1.60, 0, 4.49, fx_awxb200_cabf light.9 = 10, 2.15, 0, 4.49, fx_awxb200_cabm light.10 = 10, -4.10, 0, 4.49, fx_awxb200_cabb light.11 = 9, -23.55, -1.0, 6.55, fx_awxb200_logo light.12 = 9, -23.55, 1.0, 6.55, fx_awxb200_logo light.13 = 5, 14.90, 0.00, 0.10, fx_shockwave_landing_light_double_small // Double Landing Light light.14 = 6, 14.90, 0.00, -0.40, fx_shockwave_landing_light_small // Taxi Light
Add to your Panel.cfg file:
[VCockpit01] gauge01=shockwave_lights!SW Lights_gear, 1,1,1,1 //shockwave light
|