Hello again all.
Now I've disposed of the troublesome trees, tinkered with taxiways and bunged up a load of buildings, I decided to try and add an NDB to my second test scenery. After putting an NDB structure in place using F1's Instant Scenery, I marked the exact location and hand-coded the NDB into the XML file providing the general airport layout. It compiles perfectly, shows up on the FSX map function, but the needle on an ADF won't swing to point at it.
Has anyone encountered this before or have any idea what I'm doing wrong this time?
The code I am using is as follows - comments are added here, not in the XML...:
As I said, it shows up fine in the map, with the correct identity and frequency, but setting 0349.0 on the ADF in any aircraft I have tried so far results in nothing being picked up at all.
I'm
- does anyone have any suggestions?
Cheers,
Ian P.
Now I've disposed of the troublesome trees, tinkered with taxiways and bunged up a load of buildings, I decided to try and add an NDB to my second test scenery. After putting an NDB structure in place using F1's Instant Scenery, I marked the exact location and hand-coded the NDB into the XML file providing the general airport layout. It compiles perfectly, shows up on the FSX map function, but the needle on an ADF won't swing to point at it.
Has anyone encountered this before or have any idea what I'm doing wrong this time?
The code I am using is as follows - comments are added here, not in the XML...:
Code:
<Ndb
lat="48.9175335690379"
lon="-119.642931818962"
alt="1162.6F" //(have also tried this in metres as per the SDK)
type="H" //(have tried several options here)
frequency="0349.00" //(no local beacons on this)
range="65.0M"
magvar="0" //(need to check and change this)
region="K1" //(checked and correct)
ident="PBB"
name="Bigger Base">
</Ndb>
As I said, it shows up fine in the map, with the correct identity and frequency, but setting 0349.0 on the ADF in any aircraft I have tried so far results in nothing being picked up at all.
I'm
Cheers,
Ian P.


