I’m not sure where this belongs, so I’ll start here. I use Orbx KHVN airport (made for MSFS 2020) in MSFS 2024. The RNAV20 approach does not work in my Citation X jet. The waypoints appear in the flight plan, but are not displayed in the PFD.
If I remove Orbx KHVN, and simply use the Asobo KHVN, then all works correctly and the Citation X jet follows the RNAV20 approach all the way to landing.
In researching this issue, I found this post in the Orbx forum for the exact same issue, but at a different airport. The ‘solution’ was to modify the manifest.json files. Now, the Orbx KHVN works correctly in my Citation X jet.
Here is a partial copy of the post/solution:
"with the default settings, most if not all custom airports will have a higher priority in MSFS2024 than the Navigraph data.
This appears to mean that you will see the Navigation procedures data provided by the scenery rather than those provided by Navigraph (which seems to me to take away part of the point of Navigraph!).
I was therefore interested to find out from any Navigraph users out there what you have been doing about this situation.
I managed to find a bit of correspondence from early 2025 suggesting using the package re-order tool but that was all.
There’s probably a lot that I failed to find.
My ‘unofficial’ solution is to change the package_order_hint entries in the manifest.json files from NAVDATA to POI.
This gives the Navigraph data a much higher priority.
As far as I can tell it works but have only just tried it.
So for ‘navigraph-nav-base’ I now have
“package_order_hint”: “CUSTOM_POI”,
and for ‘navigraph-nav-jepp’ I now have
“package_order_hint”: “CUSTOM_POI_PATCH”,"
If interested, here is the link to the original post: https://forum.orbxdirect.com/topic/227328-a-question-about-using-navigraph-data-in-msfs2024/
My question, is this a known issue using Navigraph, and is there another official solution?
If not, can some sort of setting be added to Navigraph, which adds the manifest.json modification shown above?
That way, I do not have to manually edit them every time a new Navigraph airac file is installed.