Simple airport with multiple runways

  • I've just started making my own simple airports (without 3D etc). I'm using the sample TSC file that I downloaded from the forum but, as far as I can see, the sample only allows for one runway. This is the relevant section of code .....

    <[list_tmsimulator_runway][runways][]

    <[tmsimulator_runway][element][0]

    <[vector2_float64][endpoint1][0.1534116 50.8807293]>

    <[vector2_float64][endpoint2][0.1585507 50.8827194]>

    <[vector2_float64][threshold1][0.1534116 50.8807293]>

    <[vector2_float64][threshold2][0.1585507 50.8827194]>

    <[float64][width][25]>

    <[string8][name1][06]>

    <[string8][name2][24]>

    <[string8][appltsys1][malsr]>

    <[string8][appltsys2][malsr]>

    <[string8][papi1][left]>

    <[string8][papi2][left]>

    <[string8][reil1][none]>

    <[string8][reil2][none]>

    >

    >

    Which bit of this do I need to duplicate to get a second runway?

    [Sorry - I can't figure out how to indent the lines to make it clearer. My original formating was lost when I posted it.]

    Cheers

    Ian

  • This is the code for another runway. Just duplicate the section, but take account for the group headline and the closing arrows.