Sat1 wrote:Hi.
I am having some issues with the FSX A380 craft's nighttime panels. (by Stephen Browning)
The glass cockpit panels works fine at daytime, but when nighttime, all the glass panel goes white. Displaying nothing. just pure white. (it disappears)
I am having this problem with all the crafts by Stephen Browing.
Can somebody help me?

The problem here is more than likely the wrong light is being used for the cockpit this can only be fixed in the aircraft.cfg file and than you have to make sure you have the light in the effects folder
Some downloads do not include effects so if this is the case you will have to either make some or scrap the aircraft for a different model.
The problem you will have if you have to make a effects file is the placement of the lights.
Below is a copy of a aircraft cfg file this is where you will need to look to find out what light is being used for the panel. Odds are it is the wrong light. You may have to copy one from another aircraft and just replace the line and the light
you should find the lights in the effects folder of the aircraft
Notice that all lights start with fx_xxxx this is the light that is being used in the below case you do not see a light for the panel so I am not sure what it is using but the number after the = is what the light is being used for
You have to be careful here as the numbers after the light number are the location of the light and they are relative to a certain aircraft so you have to make sure the models are the same or the light will be in the wrong location
Hopefully all you will have to do is to replace the light being used and you will not have to worry about placement
a example In the first line below you could replace fx_strobeh with fx_beaconb and that would change the light without changing the position
[LIGHTS]
//Types: 1=beacon, 2=strobe, 3=navigation, 4=cockpit, 5=landing, 8=wing, 9=logo
light.1 = 2, -57.20, -120.60, 19.00, fx_strobeh,
light.2 = 2, -57.40, 118.60, 19.00, fx_strobeh,
light.3 = 1, 29.40, -0.00, 23.10, fx_beaconb, //nav top
light.4 = 1, 23.36, 0.00, -1.05, fx_beaconh, //nav bot
light.5 = 3, -49.00, -120.60, 19.00, fx_navredm,
light.6 = 3, -49.00, 118.60, 19.00, fx_navgrem,
This is a different file notice the number 4 after the = this is what is being used for the cockpit in this case this file might not be in the effects folder as it is 787_taxi
ignore the // as this means anything after them is a comment
light.12= 4, -49.50, 6.20, 5.7, 787_taxi, //cargo light
light.13= 4, 53.50, 6.20, 5.7, 787_taxi, //cargo light
light.14= 4, -53.0, 6.20, 5.7, 787_taxi, //cargo light
light.15= 4, 76.5, 6.45, 5.7, 787_taxi, //cargo light
I hope this helps you out
