Sure, a simple Effect swap. I'm really not sure how much Airbus's strobe's differ from Boeing Aircraft, they should be relatively the same.
EXAMPLE :B727[lights]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing
light.0 = 3, -81.00, 0.00, 24.60, fx_navwhi ,
light.1 = 2, -81.00, 0.00, 24.60,
fx_strobe , <---- paste new name over previous FX strobe name
light.2 = 4, 72.60, -1.80, 6.35, fx_vclight ,
light.3 = 4, 72.60, 1.80, 6.35, fx_vclight ,
light.4 = 1, 8.00, 0.00, -3.50, fx_beaconb ,
light.5 = 1, 37.70, 0.00, 11.80, fx_beaconh ,
-----------------------------------------------------------------------------------------------------------------
The final result should look like this "light.1 = 2, -81.00, 0.00, 24.60,
fx_strobeh ,"
-----------------------------------------------------------------------------------------------------------------
Too replace simply copy the new effect name under the type of lights,
Default 747[LIGHTS]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing
light.0 = 3, -150.30, -102.56, 3.22, fx_navredh ,
light.1 = 3, -150.30, 102.56, 3.22, fx_navgreh ,
light.2 = 3, -223.85, 0.00, 8.85, fx_navwhih ,
light.3 = 2, -150.30, -102.56, 3.22, fx_strobeh ,
light.4 = 2, -150.30, 102.56, 3.22,
fx_strobeh ,
<--- copy the name onlylight.5 = 2, -228.97, 0.00, 44.62, fx_strobeh ,
light.6 = 1, -45.05, 0.00, 14.65, fx_beaconh ,
light.7 = 1, -80.22, 0.00, -12.05, fx_beaconb ,
light.8 = 4, -16.24, 0.00, 9.19, fx_vclighth,
The more difficultly you will come by is making sure your swapping the right effect, you don't want to have a Landing light as a strobe etc. That's why it's always great to read the effect name first.
Hope this helps, -SN
