• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Redux lights for Duke?

W

Wing Nut

Guest
Anyone have the coordinates for Redux lights for the RealAir Duke? They dont seem to be in the data base.
 
Hi

I have only worked on the landing and taxi lights - this is the best I have got at the moment.


Put this in the panel config in the [VCockpit01]
gauge13=shockwave_lights!SW Lights_gear, 1,1,1,1 //shockwave light

Put these in your Aircraft config - add after/below the existing in the [LIGHTS]
light.10 = 5, 2.50, -0.5, -2.0, Fx_shockwave_landing_light // Shockwave light
light.11 = 5, -6.4, 4.8, -1.5, Fx_shockwave_landing_light // Shockwave light
light.12 = 5, -6.4, -4.8, -1.5, Fx_shockwave_landing_light // Shockwave light

This is Ok but someone might be able to work out why in some angles you dont see all the lights - I tried other lights as options but they did not appear at all.

To make the front light go off when the gear is retracted i had to call it a Landing - not a taxi light.

Cheers
 
You are welcome to try my settings for the A2A lights.....
[LIGHTS]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing, 6=Taxi, 7=Recognition, 8=wing, 9=logo, 10=cabin
light.0 = 3, -6.40, -19.70, 1.01, fx_shockwave_navred
light.1 = 3, -6.40, 19.70, 1.01, fx_shockwave_navgre
light.2 = 3, -26.50, 0.00, 2.20, RASDuke_NavWh
light.3 = 2, -6.20, -19.66, 1.01, fx_shockwave_strobe
light.4 = 2, -6.20, 19.66, 1.01, fx_shockwave_strobe_2
light.5 = 1, -27.68, -0.01, 8.70, fx_shockwave_beaconh_l
light.6 = 7, -7.42, 1.944, -1.49, fx_shockwave_beaconb_nl
light.7 = 10, -7.80, 0.00, 1.50, RASDuke_vclight
light.8 = 8, -6.20, -13.20, 1.03, RASDuke_wing //de-icing Boots left wing
light.9 = 8, -6.20, 13.20, 1.03, RASDuke_wing //de-icing boots right wing
light.10 = 6, 1.25, -0.27, -1.85, fx_shockwave_landing_light_narrow
light.11 = 5, -7.20, 4.85, -1.40, fx_shockwave_landing_light_narrow
light.12 = 5, -7.20, -4.85, -1.40, fx_shockwave_landing_light_narrow
To make the lights go out when the gear is raised you need to add the following lines to the end of the [VCockpit01] section of the panel.cfg file.....
gauge13=shockwave_lights!SW Lights_taxi_gear, 1,1,1,1 //shockwave light
gauge14=shockwave_lights!SW Lights_gear, 1,1,1,1 //shockwave light
 
Back
Top