FAQ - MSFS2024 Missing terminal procedures in 3rd party sceneries

When you identify any issues with missing or wrong/outdated terminal procedures on an installed 3rd party scenery, try following:

  • Backup your content.xml file first
  • Open your content.xml file via any text editor

  • Look for: communityfs24-navigraph-nav-base
  • Add priority=-999 (minus 999) in this line

  • Look for: communityfs24-navigraph-nav-jepp
  • Add priority=999 (plus 999) in this line

  • save the file - be sure that you save the file as a UTF8 file (NOT! as a UTF8-BOM file)

You can also copy & replace these two lines instead of adding the attribute manually:

<Package name="communityfs24-navigraph-nav-base" active="Activated" priority=-999/>
<Package name="communityfs24-navigraph-nav-jepp" active="Activated"  priority=999/>

With this solution, all 3rd-party sceneries (installed and new ones in the future) will be loaded correctly, and you should see all data correctly.