PDA

View Full Version : Section8 F86 Nav Lights



Aircanuck
February 6th, 2021, 15:10
When I turn on the a/c's lights , I have cockpit lighting and landing lights but no navigation lights ???

Anybody able to provide a possible tweak to bring them back to life ?


Regards

MrZippy
February 6th, 2021, 15:19
Does your [lights] section of the aircraft.cfg look similar to mine?

[lights]
//#1=beacon #2=strobe #3=nav #4=cockpit #5=landing
//#6=taxi #7=recog #8=wing #9=logo #10=cabin
//index,type, long, lat, vert, fx_filename
//-------------------------------------------------

light.0= 3, -12.43, 18.7, -0.82, fx_SF86_steadyg
light.1= 3, -25.55, 0.10, 1.81, fx_SF86_steadyw
light.2= 3, -12.43, -18.7, -0.82, fx_SF86_steadyr
light.3= 2, -12.43, 18.7, -0.82, fx_SF86_flashg
light.4= 2, -25.55, 0.10, 1.81, fx_SF86_flashw
light.5= 2, -12.43, -18.7, -0.82, fx_SF86_flashr
light.6= 5, 8.60, -0.55, -2.10, fx_SF86_landing
light.7= 5, 8.60, 0.55, -2.10, fx_SF86_landing

light.8= 6, -19.10, 0.068, -0.02, fx_eng_exhaust_gry // JR 60% N2 flame and smoke
light.9= 8, -18.50, 0.068, -0.02, fx_eng_exhaust_gry // JR 77% N2 flame and smoke
light.10=9, -17.90, 0.068, -0.02, fx_eng_exhaust_gry // JR 90% N2 flame and smoke

//light.8= 6, -19.10, 0.068, -0.02, fx_SF86_TotalXaust_max_Orange // JR 60% N2 flame and smoke
//light.9= 8, -18.50, 0.068, -0.02, fx_SF86_TotalXaust_max_Blue_B // JR 77% N2 flame and smoke
//light.10=9, -17.90, 0.068, -0.02, fx_SF86_TotalXaust_low_Orange // JR 90% N2 flame and smoke
// alternate
// light.8= 6, -17.90, 0.068, -0.02, fx_SF86_TotalXaust_low_Orange // JR 60% N2 flame and smoke
// light.9= 8, -18.50, 0.068, -0.02, fx_SF86_TotalXaust_max_Orange // JR 77% N2 flame and smoke
// light.10=9, -19.10, 0.068, -0.02, fx_SF86_TotalXaust_max_Blue_B // JR 90% N2 flame and smoke

light.11=2, 0.00, 0.00, -0.10, fx_Wing_Guns.fx,
light.12=2, 0.00, 0.00, -0.10, fx_SF86_Firepower3, // JR gun flashes
light.13=7, -15.0, -18.40, -1.00, fx_SF86_Wingtip8 // JR wing vortices
light.14=7, -15.0, 18.40, -1.00, fx_SF86_Wingtip8 // JR wing vortices
light.15=10, -4.00, -4.70, 0.70, fx_SF86_Wingcloud_2port // JR wing clouds
light.16=10, -4.00, 4.70, 0.70, fx_SF86_Wingcloud_2star // JR wing clouds

light.17= 4, 1.92, -0.07, 1.48, fx_vclight
light.18= 4, 1.0, 0.5, 1.6, fx_vclight

Aircanuck
February 6th, 2021, 15:29
I'II have a look ....

Cheers

Aircanuck
February 6th, 2021, 16:24
Noticed my light config was missing "light 18-4,1.0,0.5,1.6,fx_vclight" so I copied your light config as presented with no success, appreciate your help though.

Regards