- Messages
- 4
- Country

Hi, all. I'm not sure this have been mentioned or not in this forum...I made ramp light by using effect and located it by using XML code like below.
It works fine in FS9(light only dawn,dusk and night) but in FSX it turns on during whole day...Parameter DAWN=1;DUSK=1; and DAY=0;NIGHT=1; doesn't work at all. Another problem is at certain distance the light begins disappearing.(See attached picture) From about 600~700m to 0m distance I can not see the light effect. FSX effect SDK said all fs9 effect is compatible with FSX. What is the problem?
PHP:
<?xml version="1.0"?>
<FSData
version = "9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<SceneryObject
lat = "37.4625344166667"
lon = "126.44061915"
alt = "0.0"
altitudeIsAgl = "TRUE"
pitch = "0.0"
bank = "0.0"
heading = "0.0"
imageComplexity = "NORMAL">
<Effect
effectName = "RKSI_ramp_light.fx" effectParams = "DAY=0;NIGHT=1;"/>
</SceneryObject>
<SceneryObject
lat = "37.4625344166667"
lon = "126.44061915"
alt = "0.0"
altitudeIsAgl = "TRUE"
pitch = "0.0"
bank = "0.0"
heading = "0.0"
imageComplexity = "NORMAL">
<Effect
effectName = "RKSI_ramp_light.fx" effectParams = "DAWN=1;DUSK=1;"/>
</SceneryObject>
</FSData>
It works fine in FS9(light only dawn,dusk and night) but in FSX it turns on during whole day...Parameter DAWN=1;DUSK=1; and DAY=0;NIGHT=1; doesn't work at all. Another problem is at certain distance the light begins disappearing.(See attached picture) From about 600~700m to 0m distance I can not see the light effect. FSX effect SDK said all fs9 effect is compatible with FSX. What is the problem?