Jump to content

AXE with Redux 3D Lights


Omar Al-Safi

Recommended Posts

Keep in mind that if you do you will loose the advanced lighting that actually lights up objects and not just the ground polygon. Your choice of course but it seems a step backwards.

Thanks Mathijs for your replay, I was just thinking about adding some light effects to rock this sweet baby but never mind then, I LOVE THE NEW LIGHT SYSTEM BTW :D.

Just in the side note, is there any plans to add night textures to the engines in order to reflect the landing light illumination on the engine body . That would be great in my opinion :)

Thanks a lot !

Omar

Link to comment
Share on other sites

A320

light.16=5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )

light.17=5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )

light.18=6, 35, 0.20, -8.53, fx_Shockwave_landing_light_narrow_down_22 // Shockwave light ( NOSE )

A321

light.16=5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )

light.17=5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )

light.18=6, 50, 0.20, -8.53, fx_Shockwave_landing_light_a321_nose // Shockwave light ( NOSE )

Link to comment
Share on other sites

A320

light.16=5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )

light.17=5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )

light.18=6, 35, 0.20, -8.53, fx_Shockwave_landing_light_narrow_down_22 // Shockwave light ( NOSE )

A321

light.16=5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )

light.17=5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )

light.18=6, 50, 0.20, -8.53, fx_Shockwave_landing_light_a321_nose // Shockwave light ( NOSE )

That works perfectly :D, but for the nose (taxi light) is not showing, any hint ? :)

Thanks a lot!

Link to comment
Share on other sites

That works perfectly :D, but for the nose (taxi light) is not showing, any hint ? :)

Thanks a lot!

Check the version of redux you have - or just search for all of the landing lights and make the approiate change to the file name only. Should be fine.

Link to comment
Share on other sites

Some help please.

can someone paste what lines need changing in the lights sections.

//[LIGHTS] // A321

//light.0 = 3, -15.2, -54.8, -0.80, fx_navredm ,

//light.1 = 3, -15.2, 54.8, -0.80, fx_navgrem ,

//light.2 = 3, -81.00, 0.0, 1.10, fx_navwhih ,

//light.3 = 2, -15.70, -55.0, -0.70, fx_airbusx_strobe ,

//light.4 = 2, -15.70, 55.0, -0.70, fx_airbusx_strobe ,

//light.5 = 2, -81.00, 0.0, 1.10, fx_airbusx_strobe ,

//light.6 = 1, 4.00, 0.00, -9.10, fx_airbusx_beaconbot ,

//light.7 = 1, 2.30, 0.00, 4.9, fx_airbusx_beacontop ,

//light.8 = 10, 56.50, 0.00, -0.50, fx_airbusx_vclight ,

//[LIGHTS] // A320 Sharklet

//light.0 = 3, -14.8, -55.30, -0.80, fx_navredm ,

//light.1 = 3, -15.5, 55.20, -0.80, fx_navgrem ,

//light.2 = 3, -72.0, 0.0, 1.10, fx_navwhih ,

//light.3 = 2, -17.5, -57.9, 0.70, fx_airbusx_strobe ,

//light.4 = 2, -17.5, 57.9, 0.70, fx_airbusx_strobe ,

//light.5 = 2, -71.30, 0.0, 1.10, fx_airbusx_strobe ,

//light.6 = 1, 3.90, 0.00, -9.10, fx_airbusx_beaconbot ,

//light.7 = 1, 2.30, 0.00, 4.85, fx_airbusx_beacontop ,

//light.8 = 10, 42.50, 0.00, -0.50, fx_airbusx_vclight ,

[LIGHTS] // A320

light.0 = 3, -15.0, -54.55, -0.80, fx_AirbusXnew_navred ,

light.1 = 3, -15.0, -54.55, -0.80, fx_AirbusXnew_lightsoverlay_whi ,

light.2 = 3, -15.0, 54.55, -0.80, fx_AirbusXnew_navgre,

light.3 = 3, -15.0, 54.55, -0.80, fx_AirbusXnew_lightsoverlay_whi ,

light.4 = 3, -72.0, 0.0, 1.10, fx_navwhih ,

light.5 = 2, -15.50,-55.15, -0.70, fx_airbusx_strobe ,

light.6 = 2, -15.50, 55.15, -0.70, fx_airbusx_strobe ,

light.7 = 2, -71.30, 0.0, 1.10, fx_airbusx_strobe ,

light.8 = 1, 3.90, 0.00, -9.10, fx_airbusx_beaconbot ,

light.9 = 1, 2.30, 0.00, 4.85, fx_airbusx_beacontop ,

light.10 = 10, 42.50, 0.00, -0.50, fx_airbusx_vclight ,

Link to comment
Share on other sites

I modified it slightly to add the illumination on the body and the engines:


light.11=5, 1, 7, -7.1, fx_shockwave_landing_light_narrow// Shockwave light

light.12=5, 1, -7, -7.1, fx_shockwave_landing_light_narrow// Shockwave light

light.13=5, 35, 0.20, -8.53, fx_Shockwave_landing_light_light// Shockwave light

light.18=6, 35, 0.20, -8.53, fx_Shockwave_landing_light_narrow_down_22 // Shockwave light ( NOSE )

Link to comment
Share on other sites

  • 5 months later...

i hav installed shockwave lights app..and added lines in [lights] and [VC1] sections as follows..but still its not working..pls help i love this lights... :)

[vcockpit01]

gauge59=../SimObjects/Airplanes/Aerosoft Airbus X Extended Base/Panel_Fallback/AB_Systems!Checklist_Reset,0,0,1,1
gauge60=../SimObjects/Airplanes/Aerosoft Airbus X Extended Base/Panel_Fallback/AB_AP!FPA,0,0,1,1
gauge61=../SimObjects/Airplanes/Aerosoft Airbus X Extended Base/Panel_Fallback/AB_Systems!Pushback,0,0,1,1
gauge62=shockwave_lights!SW Lights, 1,1,1,1 //shockwave light
gauge63=shockwave_lights!SW Lights_gear, 1,1,1,1 //shockwave light
[LIGHTS] // A320
light.0 = 3, -15.0, -54.55, -0.80, fx_AirbusXnew_navred ,
light.1 = 3, -15.0, -54.55, -0.80, fx_AirbusXnew_lightsoverlay_whi ,
light.2 = 3, -15.0, 54.55, -0.80, fx_AirbusXnew_navgre,
light.3 = 3, -15.0, 54.55, -0.80, fx_AirbusXnew_lightsoverlay_whi ,
light.4 = 3, -72.0, 0.0, 1.10, fx_navwhih ,
light.5 = 2, -15.50,-55.15, -0.70, fx_airbusx_strobe ,
light.6 = 2, -15.50, 55.15, -0.70, fx_airbusx_strobe ,
light.7 = 2, -71.30, 0.0, 1.10, fx_airbusx_strobe ,
light.8 = 1, 3.90, 0.00, -9.10, fx_airbusx_beaconbot ,
light.9 = 1, 2.30, 0.00, 4.85, fx_airbusx_beacontop ,
light.10 = 10, 42.50, 0.00, -0.50, fx_airbusx_vclight ,
light.11 = 5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )
light.12 = 5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )
light.13 = 6, 35, 0.20, -8.53, fx_Shockwave_landing_light_narrow_down_22 // Shockwave light ( NOSE )
Link to comment
Share on other sites

I believe you should not be adding the lines to VC remove then also paste these lines exactly as you see them don't change the numbers 11 - 12 - 13, I would usually do that myself but it works out of order paste these exact, it works just tried it.

A320

light.16=5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )
light.17=5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )
light.18=6, 35, 0.20, -8.53, fx_Shockwave_landing_light_narrow_down_22 // Shockwave light ( NOSE )

A321

light.16=5, 1, -7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( RIGHT WING )
light.17=5, 1, 7, -7.1, fx_Shockwave_landing_light_narrow // Shockwave light ( LEFT WING )
light.18=6, 50, 0.20, -8.53, fx_Shockwave_landing_light_a321_nose // Shockwave light ( NOSE )

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use