• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS20 Help please with VOR (TACAN) Syntax

SPerx

Moderator
Staff member
Messages
79
Country
unitedkingdom
I have two sceneries where I have added VOR (TACAN) - Bitburg and Bentwaters.

I am now beginning to work on Alconbury and cannot get the VOR (TACAN) to appear. Screenshot below shows no VOR (TACAN)

Can anybody see what my error is with this code please?

< Vor lat="52.377778" lon="-00.226667" alt=“49.38” type=“LOW” frequency=“109.00” magvar"4.50" range=“150000.0M” region=“eg” ident=“ALC” name=“ALCONBURY” nav="TRUE" dmeOnly=“FALSE” dme=“TRUE” >
< Dme lat="52.377778" lon="0.226667" alt=“49.38” range=“150000.0M” />
< /Vor>

1759326575156.png


For comparison, here is the Bentwaters code which works fine, with a screenshot showing the VOR (TACAN) appears as expected.


<Vor lat="52.128056" lon="1.435278" alt="26.0" type="LOW" frequency="108.600" magvar="352" range="200000.0M" region="eg" ident="BTW" name="BENTWATERS" nav="TRUE" dmeOnly="FALSE" dme="TRUE">
<Dme lat="52.128056" lon="1.435278" alt="26.0" range="180000.0M"/>
</Vor>


1759326623114.png
 
FIXED - but how?

I finally managed to get the VOR(TACAN) at Alconbury to compile and work. I ended up using Notepad++ to edit the .xml file, and then saved as .xml from that. It solved the recurring problem of the VOR(TACAN) code not building. There were other anomalies too, such as if I used a scenery package with the VOR(TACAN) code in it, although it had built in the SDK, when I then tried to edit the scenery within the sim, everything disappeared.

Anyway, it seems that a true .xml editor which has .xml as a save option makes the text properly .xml. The code appears at the very end of the scenery source file after the </Airport> object has closed and before the closure of </FSData>

Below is the working code.

1759583546662.png
 
Back
Top