I try to place taxi lights. I want that the effect is visible at dawn, dusk and night. I tried many méthods to program this, as show below. I have made a xml for lacing all the light to compils it wiht bglcomp.exe
Note that the is no error when i compile the file, whatever the syntax.
<Effect effectName="mhg_navblueh"
effectParams="NIGHT=1;DUSK=1;DAWN=1"/> (light never works)
<Effect effectName="mhg_navblueh" effectParams="NIGHT=1;DUSK=1;DAWN=1;"/> (light never works)
<Effect effectName="mhg_navblueh" (light work everytimes)
effectParams="DAY=0"/>
<Effect effectName="mhg_navblueh" effectParams="DAY=0;"/> (light work everytimes)
<Effect effectName="mhg_navblueh" effectParams="DAY=0;NIGHT=1;DUSK=1;DAWN=1;"/> (light never works)
So the light is working all everytimes or never, but not what i want.
What's wrong in my syntax. I use FsX Sp2 and the corresponding SDK.
Note that the is no error when i compile the file, whatever the syntax.
<Effect effectName="mhg_navblueh"
effectParams="NIGHT=1;DUSK=1;DAWN=1"/> (light never works)
<Effect effectName="mhg_navblueh" effectParams="NIGHT=1;DUSK=1;DAWN=1;"/> (light never works)
<Effect effectName="mhg_navblueh" (light work everytimes)
effectParams="DAY=0"/>
<Effect effectName="mhg_navblueh" effectParams="DAY=0;"/> (light work everytimes)
<Effect effectName="mhg_navblueh" effectParams="DAY=0;NIGHT=1;DUSK=1;DAWN=1;"/> (light never works)
So the light is working all everytimes or never, but not what i want.
What's wrong in my syntax. I use FsX Sp2 and the corresponding SDK.





