Page 1 of 1

Wanted: Formation Lights

PostPosted: Mon May 09, 2011 10:53 pm
by Capt._Viper
I am modifing a Default DC3 to represent a D-Day C-47 and I would like to add the formation lights that ran on top of the wings and fuselage.  They were blue and in sets of three on each wing and in front of the dorsal fin.   Thanks in advance.    :( :-/

Re: Wanted: Formation Lights

PostPosted: Mon May 09, 2011 11:34 pm
by Capt.Propwash
you mean the green "slime lights" as in the following picture.....

look just below the 105 and to the left... the 4 rectangles are the slime lights for night time formations.

of my 6 years flying flight sim, i have never found a texture set of those lights that you can install to a craft.  every craft that I have seen them on, they were modeled in to the craft at the designing stage.

now, that does not mean that someone did not make them to where you can put them on a craft, ... it means that "I" have never seen them for download.

Image

Re: Wanted: Formation Lights

PostPosted: Tue May 10, 2011 8:16 am
by Capt._Viper
Thanks, I have found the fx that will work (apron light.fx3),
The lights used on the C-47 were like small nav lights let into the tops of the wings and fuselage.
What I need to find out now is how to pair-up a switch with the lights.

Re: Wanted: Formation Lights

PostPosted: Wed May 11, 2011 12:06 am
by rich1959
Hi
this is a copy of the Recognition lights from the CONSOLIDATED C-87 Liberator Express

[lights]

//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing, 6=Taxi, 7=Recognition, 8=wing, 9=logo, 10=cabin

light.0=1,  -10.21, 0.00, 2.8,  fx_beacon ,

light.1=3,  -2.103, -55.18, 3.240, fx_navred ,
light.2=3,  -2.103,  55.00, 3.240, fx_navgre ,
light.3=3, -44.3, 0.00, -1.00,  fx_navwhi ,
light.4=3,  1.25, -40.0, 2.50, fx_navred ,

light.5=4,   13.0, -1.00, 0.4,   fx_vclight ,
light.6=7,  -2.00, 0.0, 2.60, fx_navwhi ,
-------------------------------------------------------
light.7=7,  -1.25, 0.0, -7.60, fx_navred ,
light.8=7,  -2.50, 0.0, -7.60, fx_navgre ,             Recognition               
light.9=7,  -3.75, 0.0, -7.60, fx_navwhi ,
-------------------------------------------------------

try this

            ( Aircraft.cfg )

[lights]


light.x=8,  -1.25, 0.0, -7.60, fx_navred ,
light.x=8,  -2.50, 0.0, -7.60, fx_navgre ,
light.x=8,  -3.75, 0.0, -7.60, fx_navwhi ,


(light.X=X,   -3.75,         0.0,       -7.60, fx_navwhi,)
          front to back   right left    up down
    

      ( Panel.CFG )

for your switch
cptts12.zip  By Jorge Salas (fs2002), used the switch of your choice  + WingLights

gaugexx=cpt.toggles.steel!WingLights,  x,x,x,x

     Enjoy