
Flying around Gibraltar

Here's my code if anyone has these two addons
add to the panel.cfg under [Vcockpit01]
gauge31=shockwave_lights!SW Lights_gear, 1,1,1,1 //shockwave light
The landing light goes off when the gear are retracted. The default alphasim lihgt can be truned on with the gear up but the shockwave one will not turn on unless the gear are down.
add to the aircraft.cfg under [lights] (replace the current entries or add // in front of their lines like I did below). The last light is an ambient glow from the landing light. It illuminates the aircraft a bit.
[lights]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing
//light.0 = 3, -5.61, -15.65, -0.96, fx_navred
//light.1 = 3, -5.61, 15.65, -0.96, fx_navgre
//light.2 = 3, -19.72, 0.0, 1.51, fx_navwhi
//light.3 = 4, 10.77, 0.0, 2.36, fx_vclight
//light.4 = 9, -18.00, 0.00, 0.0, fx_reheat_Alpha Flanker
//light.5 = 6, -17.00, 0.00, 0.0, fx_engine_Alpha Draken
light.0 = 3, -5.61, -15.65, -0.96, fx_shockwave_navred // Shockwave light
light.1 = 3, -5.61, 15.65, -0.96, fx_shockwave_navgre // Shockwave light
light.2 = 3, -5.63, -15.65, -0.96, fx_shockwave_strobe // Shockwave light
light.3 = 3, -5.63, 15.65, -0.96, fx_shockwave_strobe // Shockwave light
light.4 = 3, -19.72, 0.0, 1.51, fx_shockwave_navwhi // Shockwave light
light.5 = 4, 10.77, 0.0, 2.36, fx_shockwave_vclight // Shockwave light
light.6 = 9, -18.00, 0.00, 0.0, fx_reheat_Alpha Flanker
light.7 = 6, -17.00, 0.00, 0.0, fx_engine_Alpha Draken
light.8 = 5, 19.80, 0.9, -1.2, fx_Shockwave_landing_light // Shockwave light - landing
light.9 = 5, 21.00, 2.6, -6.0, fx_shockwave_landing_light_light // Shockwave light - ambient landing
