June 28, 200421 yr Hey Guys And Ladies The other day I was flying my Kitty Hawk 737-800 (American Airlines)and I noticed that my beacon light is not working. Can anyone help me find the line in the CFG that will make it work.Thanks,AAL244
June 28, 200421 yr This is from the default 737-400 aircraft.cfg:{LIGHTS} //Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landinglight.0 = 3, -19.14, -47.24, 1.38, fx_navredm ,light.1 = 3, -19.14, 47.24, 1.38, fx_navgrem ,light.2 = 3, -64.32, 0.00, 4.92, fx_navwhih ,light.3 = 2, -18.22, -47.08, 1.38, fx_strobeh ,light.4 = 2, -18.22, 47.08, 1.38, fx_strobeh ,light.5 = 2, -2.65, 0.00, -4.60, fx_beaconb ,light.6 = 1, 2.20, 0.00, 8.30, fx_beaconh ,light.7 = 4, 44.41, 0.00, 3.50, fx_vclighth ,Look at the line light.6 above (doesn't have to be 6 in all files) which is for the beacon light. If you add a further line in the next numbering sequence making x the next number from the previous last line:light.x = 1, 2.20, 0.00, 8.30, fx_beaconh ,and play around with the numbers (distances in feet) by trial and error you will eventually be able to accurately place the light and compare with the existing line in your file. Then you could modify or replace it. Remove the extra line when done, unless it does not already exist, but it should be there.
Create an account or sign in to comment