Tool stack

The complete Baldur's Gate 3 modding toolkit

The six tools used together to mod BG3 on PC stably: manager, mod hub, base frameworks, and the documentation that keeps it all from crashing.

6 toolsLast verified: June 10, 2026

Modding Baldur's Gate 3 on PC isn't install-a-file-and-done: it's an ecosystem of pieces that depend on one another. This stack gathers the six tools that cover the full workflow, from download to stable game, in the order they come into play. They aren't the "best" standalone tools, but the ones that complement each other so the setup works.

The flow

It all starts at Nexus Mods, the hub nearly every mod you install comes from, with versions, requirements, and comments that flag if something broke with the latest patch. From there, BG3 Mod Manager is the core: it imports .pak mods, lets you sort the load order with fine control, and exports the result to the file the game reads at launch.

When a mod needs more than data changes, Baldur's Gate 3 Script Extender comes in: the runtime hook that enables advanced mods' real logic, installable from BG3 Mod Manager itself. If your mods add races or classes, ImpUI stabilizes the interface so those options appear without breaking the UI, and Mod Configuration Menu gathers all your compatible mods' settings into a single in-game panel.

Running through the whole process is the BG3 Modding Community Wiki: the load order guide and installation tutorials that prevent rookie silent crashes. It's the reference worth keeping open while you build the setup.

Why these six

  • Management and source → BG3 Mod Manager + Nexus Mods: where to get the mods and how to order them.
  • Base frameworks → Script Extender + ImpUI + Mod Configuration Menu: the infrastructure advanced mods depend on.
  • Documentation → BG3 Modding Community Wiki: the manual that explains the why behind each step.

Closing

The key to the stack is complementarity: each piece covers a different layer of the workflow, and together they turn BG3 modding from a fragile process into a stable, maintainable setup. Start with the manager and the hub, add the frameworks only when a mod asks for them, and lean on the wiki for any order question. Each tool has its full analysis in the codex.

What's in this stack

  1. BG3 Mod ManagerFree

    The core of the stack: installs, sorts, and exports the .pak load order, and downloads the Script Extender in one click.

    The reference PC mod manager — sorts load order, exports to modsettings.lsx, and installs the Script Extender

  2. Nexus Mods (Baldur's Gate 3)Free

    The mod source: nearly everything you install comes from here, with versions, requirements, and comments flagging compatibility.

    The main PC BG3 mod hub — thousands of mods with ratings, comments, versions, and clear dependencies

  3. Baldur's Gate 3 Script ExtenderFree

    The foundation of advanced mods: the runtime hook that mods with real logic need to run.

    Norbyte's runtime hook exposing the game's internal functions — the base dependency of advanced mods

  4. ImpUI (ImprovedUI)Free

    The UI framework: stabilizes the interface so race and class mods show their options without breaking.

    The UI framework that stabilizes and extends the interface — required by most race and class mods

  5. Mod Configuration MenuFree

    The in-game configuration panel: gathers the settings of all your compatible mods into one menu.

    The centralized in-game menu to configure mods — a library dozens of configurable mods depend on

  6. BG3 Modding Community WikiFree

    The reference manual: the load order guide and tutorials that keep the setup from crashing silently.

    The canonical reference for modding BG3 — load order, Script Extender install, and framework tutorials

Other Baldur's Gate 3 stacks