- Messages
- 8,893
tangjuice81
The problem has nothing to do with ADE or SbuilderX.
You raised the airport to 18.0 Meter. The original airport is 4.57200 Meter.
This is leaving holes in your cvx so we have to fix it. FSX always reads the APX airport altitude so we have to force the Airport elevation hard floor up to your new 18.0 Meter setting.
The way we do that is build a new airport hard floor preload header that will load 18.0 Meter before the original 4.57200 elevation.
I am attaching a zip that has the preload bgl and a text file so you can see what I compiled.
Place the SABA_alt.bgl into the ....FSX\Scenery\World\Scenery folder. Make sure you place the bgl into this folder reagardless of what you may have read elsewhere. We must load the airport header at the correct scenery priority level.
One more thing I noticed. You have your windsocks set to Feet. Out of all the SDK values Feet is not understood as a attribute for windsocks and only Meter is understood.
By setting the Windsock to
<Windsock
poleHeight="18.04F"
sockLength="11.48F"
the actual size is Meters. Again a windsock does not understand the "F".
Set the windsock to
poleHeight="5.5M"
sockLength="3.5M"
so it will show at the correct size
The problem has nothing to do with ADE or SbuilderX.
You raised the airport to 18.0 Meter. The original airport is 4.57200 Meter.
This is leaving holes in your cvx so we have to fix it. FSX always reads the APX airport altitude so we have to force the Airport elevation hard floor up to your new 18.0 Meter setting.
The way we do that is build a new airport hard floor preload header that will load 18.0 Meter before the original 4.57200 elevation.
I am attaching a zip that has the preload bgl and a text file so you can see what I compiled.
Place the SABA_alt.bgl into the ....FSX\Scenery\World\Scenery folder. Make sure you place the bgl into this folder reagardless of what you may have read elsewhere. We must load the airport header at the correct scenery priority level.
One more thing I noticed. You have your windsocks set to Feet. Out of all the SDK values Feet is not understood as a attribute for windsocks and only Meter is understood.
By setting the Windsock to
<Windsock
poleHeight="18.04F"
sockLength="11.48F"
the actual size is Meters. Again a windsock does not understand the "F".
Set the windsock to
poleHeight="5.5M"
sockLength="3.5M"
so it will show at the correct size
Last edited: