Jump to content

Recommended Posts

Posted

Hello i need you help in order to edit /test the external lights of the F-16 , the nav lights

 

wingtip, up & down , back tail white light , intake navlighs on/off timming.

 

in the lua ExtLights.lua i have the below values for Strobe and nav lights

 

********************

 

Strobe tail light

 

-- 1 2 3 4

simplePatterns = {{1,0,0,}, {1,1,0,0},{1,1,1,0,0},{1,1,1,1,0,0}}

 

 

//

ElecConsumerParamsFormationLight = {40, true, -1, -1, 115} -- cockpit

ElecLampParamsFormationLight = {brightnessMinVal = 0.75}

 

ElecConsumerParamsFormationTipLight = {40, true, -1.5, -1.5, 115} - tips

ElecLampParamsFormationTipLight = {brightnessMinVal = 0.75}

 

ElecConsumerParamsPosLightAuxTop = {40, true, -1.5, -1.5, 120} -wings

ElecLampParamsPosLightAuxTop = {brightnessMinVal = 0.95}

 

ElecConsumerParamsPosLightAuxBottom = {40, true, -1.5, -1.5, 120} - wings

ElecLampParamsPosLightAuxBottom = {brightnessMinVal = 0.95}

 

ElecConsumerParamsBeaconLight = {100.0, true, 40.0, 60.0, 115.0} - beacon

ElecLampParamsBeaconLight = {brightnessMinVal = 0.8}

 

ElecConsumerParamsPosLightTail = {40, true, -1, -1, 115} -- tail

ElecLampParamsPosLightTail = {brightnessMinVal = 0.95}

 

ElecConsumerParamsPosLightPrimary = {40, true, -1, -1, 115} -- inlet

ElecLampParamsPosLightPrimary = {brightnessMinVal = 0.95}

 

ElecConsumerParamsLandingLight = {1, true, -1, -1, 115} -- landing

ElecLampParamsLandingLight = {brightnessMinVal = 0.0}

 

ElecConsumerParamsFuselageLight = {40, true, -1, -1, 115} -- under fuselage

ElecLampParamsFuselageLight = {brightnessMinVal = 0.0}

 

ElecConsumerParamsLightActuator = {1, true, -1, -1, 115}

 

 

i need anexplanation what values are e.g

 

ElecConsumerParamsPosLightAuxTop= {40, true, -1.0, -1.0, 115} -wings

ElecLampParamsPosLightAuxTop = {brightnessMinVal = 0.95}

 

what 40 , -1.0 , 1.0, 115 and 0.95 & simplePatterns = {{1,0,0,} are represent

 

 

kind regards

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...