|
Here are two for the iFDG 320... first one is the IAE engine variety, the second is for CFM engine version... make sure you check which one you have before applying the sections below.
iFDG A320 IAE version
[lights]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing, 6=taxi
//Tail Lights
light.0 = 3, -72.26, 0, 5.08, iFDG_A320_whitenav
light.1 = 2, -72.26, 0, 5.08, fx_shockwave_strobe
//Wing strobes
light.2 = 2, -17.00, -55.44, 3.13, fx_shockwave_strobe_2
light.3 = 2, -17.00, 55.44, 3.13, fx_shockwave_strobe_3
//Beacon lights
light.4 = 1, 3.070, 0, 9.00, fx_shockwave_beaconh
light.5 = 1, 6.381, 0, -4.862, fx_shockwave_beaconb
//Logo lights
light.6 = 4, -64.257, 11.41, 5.866, iFDG_A320_logo
light.7 = 4, -64.257, -11.41, 5.866, iFDG_A320_logo
//Inspection lights
light.8 = 6, 21.777, 6.463, 1.791, iFDG_A320_inspection
light.9 = 6, 21.777, -6.463, 1.791, iFDG_A320_inspection
//Landing lights
light.10 = 5, -2.240, -7.6, -3.00, fx_Shockwave_landing_light // Shockwave light
light.11 = 5, -2.240, 7.6, -3.00, fx_Shockwave_landing_light // Shockwave light
light.12 = 6, 34.000, 0.00, -5.0, fx_shockwave_landing_light_small.fx
iFDG A320 CFM version
[lights]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing, 6=taxi
//Navigation lights
light.0 = 3, -16.115, -54.50, 3.11, iFDG_A320_rednav
light.1 = 3, -15.888, -54.32, 3.11, iFDG_A320_rednav
light.2 = 3, -16.115, 54.50, 3.11, iFDG_A320_greennav
light.3 = 3, -15.888, 54.32, 3.11, iFDG_A320_greennav
//Tail Lights
light.4 = 3, -72.16, 0, 5.08, iFDG_A320_whitenav
light.5 = 2, -72.18, 0, 5.08, fx_shockwave_strobe
//Wing strobes
light.6 = 2, -16.41, -54.68, 3.15, fx_shockwave_strobe_2
light.7 = 2, -16.41, 54.68, 3.15, fx_shockwave_strobe_3
//Beacon lights
light.8 = 1, 3.070, 0, 9.00, fx_shockwave_beaconh
light.9 = 1, 6.381, 0, -4.862, fx_shockwave_beaconb
//Logo lights
light.10 = 4, -64.257, 11.41, 5.866, iFDG_A320_logo
light.11 = 4, -64.257, -11.41, 5.866, iFDG_A320_logo
//Inspection lights
light.12 = 6, 21.777, 6.463, 1.791, iFDG_A320_inspection
light.13 = 6, 21.777, -6.463, 1.791, iFDG_A320_inspection
//Landing lights
light.14 = 5, -2.240, -7.6, -3.00, fx_Shockwave_landing_light // Shockwave light
light.15 = 5, -2.240, 7.6, -3.00, fx_Shockwave_landing_light // Shockwave light
light.16 = 6, 34.000, 0.00, -5.0, fx_shockwave_landing_light_small.fx
|