• 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 Coloured taxi lines in ADE?

I think most of the lines like that are made with painted lines
 
The color of a painted line is based on the line type

1659207438306.png


this can be accessed by the property grid.
 
The color of a painted line is based on the line type

View attachment 83202

this can be accessed by the property grid.
Thanks. I would have wanted blue and yellow for the airports that apply three different taxi lanes, like EDDM, EDDF, LFPG and probably a couple of others. I understand from this that colours can not be applied randomly/customly.
 
You probably need to use the DevMode and 2-way editing. You can define a material to be used as a surface for a Painted Line:
XML:
            <PaintedLine parentGroupID="1" groupIndex="4435" type="SLIM_RED" trueAngle="NONE" surface="{2B809652-F4C3-4622-A698-9DEBD0B8A0A7}">
                <Vertex lat="51.40655346214770" lon="12.23342567682270"/>
                <Vertex lat="51.40656620264050" lon="12.23370999097820"/>
            </PaintedLine>

This was a type of grass material.
Untitled.png
 
You probably need to use the DevMode and 2-way editing. You can define a material to be used as a surface for a Painted Line:
XML:
            <PaintedLine parentGroupID="1" groupIndex="4435" type="SLIM_RED" trueAngle="NONE" surface="{2B809652-F4C3-4622-A698-9DEBD0B8A0A7}">
                <Vertex lat="51.40655346214770" lon="12.23342567682270"/>
                <Vertex lat="51.40656620264050" lon="12.23370999097820"/>
            </PaintedLine>

This was a type of grass material.
View attachment 83204
Thank you!
 
Back
Top