- Messages
- 6,512
- Country

In MSFS2024 we now should be using Package Order Hints. It tells the compiler what we are making so it can guess the package order the Sim should use. These are the allowed hints:
Package Order Hints
Code:
BESPOKE_AIRPORT_PATCH These are 3rd party packages that override changes in BESPOKE_AIRPORT packages.
CUSTOM_AIRPORT These are 3rd party packages that override one or more generic airports or that add in new ones to the simulation.
CUSTOM_AIRPORT_LIFE These are 3rd party packages that change airport life (ie: apron services or navigation services).
CUSTOM_AIRPORT_PATCH These are 3rd party packages that override changes in CUSTOM_AIRPORT packages.
CUSTOM_LOCAL_SCENERY These are 3rd party packages that contain scenery from a specific region.
CUSTOM_MISC These are 3rd party packages that do not match any other hint category available.
CUSTOM_MODELLIB These are 3rd party packages that contain models.
CUSTOM_MODELLIB_PATCH These are 3rd party packages that override models from CUSTOM_MODELLIB packages.
CUSTOM_NAVDATA These are 3rd party packages that replace all the navigation data for the world.
CUSTOM_NAVDATA_PATCH These are 3rd party packages that override navigation data from CUSTOM_NAVDATA packages.
CUSTOM_POI These are 3rd party packages that contain POI scenery elements.
CUSTOM_SCENERY_PATCH These are 3rd party packages that override CUSTOM_WORLD_SCENERY or CUSTOM_LOCAL_SCENERY packages.
CUSTOM_TEXTURELIB These are 3rd party packages that contain textures.
CUSTOM_TEXTURELIB_PATCH These are 3rd party packages that override textures from CUSTOM_TEXTURELIB packages.
CUSTOM_WORLD_SCENERY These are 3rd party packages that contain scenery from around the world.
GENERIC_AIRPORT These are core simulation packages that contain all the airports of the world.
GENERIC_AIRPORT_PATCH These are 3rd party packages that override one or more airports from GENERIC_AIRPORT packages.
GENERIC_MODELLIB_PATCH These are 3rd party packages that override some models of the GENERIC_MODELLIB packages.
GENERIC_NAVDATA_PATCH These are 3rd party packages that override the navigation data from GENERIC_NAVDATA package.
GENERIC_SCENERY_PATCH These are 3rd party packages that override scenery from GENERIC_SCENERY packages.
GENERIC_TEXTURELIB_PATCH These are 3rd party packages that override some textures of GENERIC_TEXTURELIB packages.
INSTRUMENT_PATCH These are 3rd party packages that override INSTRUMENT packages.
INPUT These can be either core simulation packages or 3rd party packages that are related to input configurations.
PANEL_PATCH These are 3rd party packages that override PANEL packages.
POI_PATCH These are 3rd party packages that override POI packages.
SERVICES These are core simulation packages that describe airport services.
SIMOBJECTS_PATCH These are 3rd party packages that modify or enhance SIMOBJECTS packages.
UI PATCH These are 3rd party packages that override UI packages.