Loading order of packages

Hi there, just wanted to share my findings about the loading order of packages.

I read the tips on several topics like this one:

And still had some problems (after deleting the cache, editing the manifest.json files etc)…

Then I played with the scenery package order tool in dev mode. Set the order of the navigraph packages and that created a modified content.xml:

	<Package name="communityfs24-!!!navigraph-nav-base" active="Activated" priority="-9999"/>
[...]
	<Package name="communityfs24-}}}navigraph-nav-jepp" active="Activated" priority="9999"/>

I edited the priority values. The priority has an ascending order, so the values should ensure loading the first package first and the second one last…

So far it looks primissing. Will have to test after a PC reboot, but it still worked after several sim restarts…

Hope this helps anyone.

Edit: I’m in the SU1 beta

Update: After PC reboot it did not work again… Could load the flight plans again only after a sim restart… Very strange.

I guess it has something todo with the locked packages, for which the priority cannot be changed. I have no idea why the results are random though…

Hello!

Your findings align with our expectations, as Asobo has stated that the priority tag is no longer the preferred way of defining the order. We brought this up in our support ticket here:

We are working on a new release based on the new correspondence a couple of days ago, and we hope that this will work better!

Kind Regards,
Malte

1 Like

Thank you! Hope you find or found a stable solution with predictable loading order.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

With the release of SU2 today I can still confirm that the navigraph navdata not always replaces the in-sim-navdata when installed.

For me it only works reliable when I add the deprecated priority attributes.

See also this:

Edit: as I cannot reply to this topic I would like to add the following here:

The order hint does not work reliable. Only by adding the priority attributes I am able to use navigraph navdata every sim start. Otherwise I end up with the in-sim-navdata sometimes…

Thanks for sharing your solution.

The loading order with SU2 and the new package order hint tag is working correctly, and as ASOBO wrote in his answer, you can use the priority attribute as a fallback.

Thanks for this confirmation
Richard