Make it impossible to spawn on runway in Live mode

NB: I’ve posted this follow up in another forum and I believe this information is further documenting the context, the problem and explains easy to implement solutions using what is already there in the game.

Context

We can expect lots of new simmers and newcomers alike. Some might not be willing or comfortable to start playing with a cold and dark aircraft and the only way to be “ready to fly” is to spawn on the runway.

There is also a long standing wishlist item about “making it impossible to spawn on the runway”. It has lots of votes and is opened since August 2020: Make it impossible to spawn on runway in Live mode - Self-Service / Wishlist - Microsoft Flight Simulator Forums

There is a lot of good suggestions in my opinions there but in the end this would be imposing a limit of some sort to the users.

Problem

How to make it easier for new comers while preventing the runway encumbrance which will be annoying more seasoned players?

Solution

It didn’t occur to me before but in fact there is a very simple solution, which the game code is already supporting. It “just” requires adding a UI option for it:

  • At a minimum it is letting the user choosing Apron or Taxi presets when starting outside the runway
  • At most it is also adding the capability to spawn on taxiways, or at least in at the runway threshold.

Please note both of the above (user choice and runway threshold) are not coupled and therefore could be added at different time. The first one, which is offering the choice to use the Apron or the Taxi presets, seems easy to implement quickly because the game code is already supporting loading presets, but it is hard-coded to always use “Apron” only.


2 Likes