Page 1 of 1

Night Lighting

Posted: 01 Feb 2013, 18:20
by bismarck
Hello, I'd like to add some night lighting on the aprons.
I added the effect with ADE9, the file is Apron_Flood_10.fx. The problem is that I have the light also during day.
Looking at the file, in the properties section I can read Night=1 Day=0 that seems to be ok as far as I understand.
Any suggestion?

Thanks, Giorgio

EDIT: Ops! :oops: Wrong forum...

Re: Night Lighting

Posted: 01 Feb 2013, 21:03
by A25777
U need to add the same effect twice into ADE.
One with parameter: NIGHT=1;DAY=0;
the other with parameter: DUSK=1;DAWN=1;

now it should work..

Re: Night Lighting

Posted: 01 Feb 2013, 21:08
by MIKE JG
A25777 wrote:U need to add the same effect twice into ADE.
One with parameter: NIGHT=1;DAY=0;
the other with parameter: DUSK=1;DAWN=1;

now it should work..
This is correct.

If you get the FS9 Effects SDK, it explains this and a whole lot more like adding specific time intervals to your effects, days of the week, etc. All sorts of fun things you can do with effects.

Re: Night Lighting

Posted: 01 Feb 2013, 21:22
by bismarck
Thanks a lot. :D
It works :mrgreen:

Giorgio