• 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 KDSM - Edge Lighting and Taxiway Centerline Lighting

Messages
6
Country
us-illinois
Hello all,

I'm getting confused. I'm using ADE to fix the non-functional night lighting at the stock KDSM airport in MSFS. I edited the XML file under the PackageSources\data folder to change all of the PaintedLine type to "EDGE_LINE_SOLID_LIGHTED", which worked when I tested it. I then edited the same file to change all the TaxiwayPath nodes where centerLineLighted="FALSE" to TRUE when centerLine was also equal to TRUE. Again, that worked by itself to turn on all the taxiway centerline lighting.

The problem is that when I modify the XML file to make both changes, then load the project into ADE and build it, neither change takes place, even though before building I verify that when selecting a random edge line or taxiway path I see the changes I made in the XML file.

Basically, I'm trying to avoid having to click on and manually change each and every segment in the program. What am I doing wrong here?

Thanks in advance!

Mark
 
Did You use the "<delete...deletealltaxiways=TRUE />" option inside your <airport>-tag? That would exactly explaint the difference that you describe.
 
So you are modifying the XML source outside of ADE? If you want to do that then you need to make sure you have two way editing turned on for the project. If it is on then ADE should read the XML as source. If it is turned off then ADE reads its own internal project format and not the XML.
 
So you are modifying the XML source outside of ADE? If you want to do that then you need to make sure you have two way editing turned on for the project. If it is on then ADE should read the XML as source. If it is turned off then ADE reads its own internal project format and not the XML.
Thanks Scruffy - that was indeed it! Turned that on and it worked like a charm - thank you!
 
Back
Top