• 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.

MSFS24 Runway start ...

Messages
29
Country
france
Hi,
I'm facing a weird issue with runway starts :
My runway n° 9 is heading 93.3 degrees. The primary start is heading 93.3 and the secondary start Rwy 27 is heading 273.29 (see code below). Primary takeoff is TRUE.
When I start the game, I choose the 09 start, and whatever I do, it always bring me to the 27 ... I don't get it ... ?
Do you face the same issue ?
Thanks


<Runway displayName="Runway 09 - 27" [...] heading="93.30000305175781" [...] number="09" designator="NONE" primaryLanding="TRUE" primaryTakeoff="TRUE" primaryPattern="LEFT" secondaryLanding="TRUE" secondaryTakeoff="TRUE" secondaryPattern="LEFT" >

[...]

<RunwayStart end="PRIMARY" [...]" heading="93.30000305175781"/>
<RunwayStart end="SECONDARY" [...] heading="273.29998779296875"/>
</Runway>
 
Last edited:
Hello:

Which version of MSFS are we discussing ? ;)


I am tempted to shout "MAGVAR GONE WILD" or "WELCOME TO THE BERMUDA TRIANGLE". :D


But more likely one must check / fix the airport XML.

IIRC, RWY Start Locations are separate objects from each RWY, and are set independently within the airport XML ...near the end of each RWY Axis.

Are you using ADE or DevMode GUI Scenery Editor ?

GaryGB
 
Last edited:
Hi Gary, sorry I put a MSFS24 tag. I use msfs 2024 dev mode. I posted an extract of the xml which looks correct to me but I must be wrong because that is not working 😁
 
Hi Gary, sorry I put a MSFS24 tag. I use msfs 2024 dev mode. I posted an extract of the xml which looks correct to me but I must be wrong because that is not working 😁
In Developer Mode, where are the runway starts positioned on the runway? The symbol for runway start often defaults to the midpoint of the runway and is difficult to see. Try deleting the primary start and recreating it. Then move it to the end of the primary runway. Repeat for the secondary start.
 
Hi, I eventually found out what was going on : whatever airport I choose (even those that are not mine) I have the same issue. It has nothing to do with dev mode ... Actually the wind direction is forcing which runway start you're gonna have.
When customizing wind direction to 270°, I'm able to start from the Rwy 9 ...
Thank you anyway ;)
 
Back
Top