How to let the 767 Logo-lights always on?

Post here if you have any general questions.
Post Reply
Message
Author
skyjunkie
Posts: 4
Joined: Mon Nov 13, 2017 2:05 am

How to let the 767 Logo-lights always on?

#1 Post by skyjunkie »

Hi Erez,

thank you very much for another suberb aircraft-model!
Todays AI-aircraft look even better than user-planes some
years ago!

Trying to let the logo and cabin lights on at night (in FSX)
I followed your advice in the readme and put 1 gallon in center tank 2 and 3
-but without success.

Could you please post how the fuel section of the aircraft cfg. should look
like to have logo and cabin lights always on?

Kind regards,Jens P.

ewerber
Site Admin
Posts: 949
Joined: Sat Mar 03, 2012 7:48 pm

Re: How to let the 767 Logo-lights always on?

#2 Post by ewerber »

Replace the fuel section in your aircraft.cfg with the following and test again.

Code: Select all

[fuel]
// Remove Center1 fuel tank to disable dynamic lights and enable custom light splashes
//Center1   =  -41.4,   0.0, -1.5, 1.0, 0.0     
// Uncomment Center2 to enable always on logo lights
Center2   =  -41.4,   0.0, -1.5, 1.0, 0.0 
// Uncomment Center3 to enable always on cabin lights    
Center3   =  -41.4,   0.0, -1.5, 1.0, 0.0    
// Uncomment External1 to enable always on navigation lights  
//External1   =  -41.4,   0.0, -1.5, 1.0, 0.0     
LeftMain  = -17.0, -30.0, 1.0, 150, 0          //Longitudinal (feet), Lateral (feet), Vertical (feet), Usable(gallons), Unusable (gallons)
RightMain = -17.0,  30.0, 1.0, 150, 0          //Longitudinal (feet), Lateral (feet), Vertical (feet), Usable(gallons), Unusable (gallons)
fuel_type = 2                                   //Fuel type: 1 = Avgas, 2 = JetA
number_of_tank_selectors = 1                    
electric_pump=1
fuel_dump_rate = 0.0167                        //Percent of max quantity per second, i.e. about 1 minute for full fuel

skyjunkie
Posts: 4
Joined: Mon Nov 13, 2017 2:05 am

Re: How to let the 767 Logo-lights always on?

#3 Post by skyjunkie »

Aaaah I see!

Now I understand what you mean with the order
'UNCOMMENT' in the aircraft.cfg!

Just remove the two dashes in front of the word center2
or center3...

Yes,that worked!

Now I have a lot of lighted Delta 767 at KATL at night.
Looks very nice!

Thank you for your help and for giving us the option
to have your planes illuminated at night!

Very much appreciated!!!

Best regards,Jens P.

Post Reply