Skip to content

Frequently Asked Questions (FAQ)

A diligent cat edited this page Jun 27, 2026 · 2 revisions

Table of Contents

Where do I report issues?

Preferably here on GitHub if you have an account: Issues

Or on NexusMods, you can write a comment or create a bug post.

If you are writing about a bug on NexusMods, please specify the version of the app and provide log files. You can use the "Open the log file" button in the settings:
Screenshot of the 'Open the log file' button

If the app doesn't start or you cannot find a way to open the log file, see below to see where log files are stored.

Where does the app store it's config, log, and language files?

The app stores it's configuration and log files under:

  • Windows: C:\Users\<your name>\AppData\Local\Fallout 76 Quick Configuration
  • Linux: /home/<your name>/.config/Fallout 76 Quick Configuration

You can access this folder from the app by clicking "Explore" → "App configuration folder".

  • The configuration file is called config.json.
  • The language files are stored in the languages sub-folder.
  • The log files are called Fallout 76 Quick Configuration.log and Fallout 76 Quick Configuration_2026-06-08_17-34-50.log (with a timestamp).

Mod files are stored in the game's directory under Mods by default.

Does this app work on 🐧 Linux and SteamOS? Is it possible to use this on the Steam Deck?

Yes, you can download the AppImage and run it natively. It has full feature parity with the Windows build.

If you want to use Archive2 to work with *.ba2 files (create, extract, etc.), you need to install wine using your distro's package manager.

Does this app work on older Windows versions such as Windows 7 or 10?

No. Windows 10 might work, but older Windows versions are no longer supported.

If you cannot upgrade your Windows version to Windows 11, you could use version 1 of the app instead.

Mod manager

Where is the Fallout76.exe located?

For Steam, look under

  • C:\Program Files (x86)\Steam\steamapps\common\Fallout76\
  • or X:\SteamLibrary\steamapps\common\Fallout76\

(X:\ being whatever drive you added to Steam)

or on Linux:

  • ~/.steam/steam/steamapps/common/Fallout76 (usually points to ~/.local/share/Steam/steamapps/common/Fallout76)
  • or ~/.var/app/com.valvesoftware.Steam/data/Steam (for Flatpak)
  • or ~/snap/steam (for Snap, e.g. on Ubuntu)

If you can't find it, you can also open the folder via Steam:

  • Right-click the game in the Steam library and select "Manage" → "Browse local files".
Screenshot of Steam

For Microsoft Store / Xbox Game Pass, look under

  • X:\XboxGames\Fallout 76\Content
  • or X:\Program Files\ModifiableWindowsApps\Fallout 76\

(X:\ being the drive you installed the game to)

How to completely disable mods?

Click "Disable mods" in the mod manager's tool row to toggle it and then click on "Deploy mods". All mods will be removed.

Screenshot

What happens to mods I've installed manually?

The app shouldn't touch these mods. You can change the load order from the "Resource List" tab in the mod manager.

If you want to manage *.ba2 archives as a mod, you can also import them: More → Import installed archives

Screenshot

Does the mod manager work with other mod managers?

The app is designed to be used standalone. Using it in combination with other mod managers might not work well.

You can import existing archives into the mod manager. See also: What happens to mods I've installed manually?

Clone this wiki locally