Hi Chris,
If you genuinely don’t have a Packages / Community folder anywhere, that’s almost always because MSFS isn’t actually installed in the normal way (or it hasn’t completed the initial “Packages” setup), or you’re looking in the wrong Windows profile/location.
One important point first: I can’t help troubleshoot pirated/cracked copies or “portable” installs. Aside from the legal side, those builds often break the package structure, Content Manager, and the folder paths we rely on, so any advice becomes guesswork.
That said, if you’re on a legitimate install (including Game Pass / Microsoft Store / Steam), here’s the proper way to find the real folders.
1) Don’t create Community/Packages manually
MSFS expects a specific “Packages” location that it wrote during the first setup. If you just create a random folder called Community, the sim will ignore it because it’s not the active packages path.
2) Find the active “InstalledPackagesPath”
MSFS stores the real Packages path in a config file. Check these two common locations:
- Microsoft Store / Game Pass version (most common):
C:\Users\YOUR_USERNAME\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\UserCfg.opt
- Steam version:
C:\Users\YOUR_USERNAME\AppData\Roaming\Microsoft Flight Simulator\UserCfg.opt
Open UserCfg.opt with Notepad and scroll near the bottom. You should see a line like:
InstalledPackagesPath "D:\MSFS\Packages"
Whatever folder that line points to is the one MSFS is actually using. Inside it you should have:
If those folders don’t exist under the InstalledPackagesPath, then MSFS hasn’t completed the packages install properly.
3) Confirm the mod folder structure (common gotcha)
Inside Community, each add-on must be one folder deep, like:
...\Community\some-airport\manifest.json
...\Community\some-airport\layout.json
If you have something like:
...\Community\some-airport\some-airport\manifest.json
…then it won’t load. In that case, move the inner folder up one level.
4) Test with a clean Community
Sometimes a bad add-on prevents others from loading cleanly. Quick test:
- Close MSFS.
- Rename Community to:
Community.OFF
- Create a new empty folder named:
Community
- Put just one known-good add-on in it and test.
A couple of targeted questions so I don’t send you in circles:
- Which version are you on (Steam / Microsoft Store / Game Pass)?
- What does your
InstalledPackagesPath line say (copy/paste it here)?
- Does MSFS launch normally and can you download official content/updates, or is it an “offline” install?
- What’s the exact folder name of one of the add-ons you’re trying, and what files do you see inside it (do you see
manifest.json and layout.json)?
Answer those and I’ll tell you exactly where your real Community folder is and why MSFS isn’t seeing the add-ons.