SBJH Duplicated runway

Hi again,
I have bought the Geardown SBJH from SimMarket now and it works as expected - no double runways:

As I have written before since SU10 the package-loading order was changed and you must set 3rd party sceneries manually. That has nothing todo with us, thats the new logic since SU10. Normally, no package will be added automatically (as in the past).

So you must add the the package to your content.xml file, like in the following example:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Priorities>
  <Package name="fs-base-nav" priority="1"/>
  <Package name="navigraph-navdata-base" priority="2"/>
  <Package name="geardownsimulations-sbjh-airport" priority="3"/>  
  <Package name="navigraph-navdata" priority="4"/>
</Priorities>

That means, the navigraph-navdata-base will be loaded before the geardownsimulations-sbjh-airport. In the navigraph-navdata-base package are the runways, so this package must always be loaded before all other 3rd party scenery packages. The navigraph-navdata package contains “only” the terminal procedures and a few other things but no runways, therefore this package should be loaded ALWAYS at last.

The loading order from the packages goes from prio 1 to prio X. 1 will be loaded first, X will be loaded at last.

Again, this system works ONLY with sceneries which are bought from any webshop outside of the MSFS, not via the MSFS MarketPlace. Only with this 3rd party sceneries, you have the possibility to change to loading order. MSFS MarketPlace sceneries will be automatically loaded BEFORE any other 3rd party package in the community folder will be loaded - so no chance to overrule such sceneries, sorry.

Therefore it´s highly recommended to buy sceneries NOT via the MSFS MarketPlace to be more flexible and to avoid such issues. But that´s not a navdata issue, it´s a “feature” from the sim itself.

But as you see, with none MarketPlace sceneries its working … also with the Geardown SBJH scenery.
Hope that helps
Richard