Understanding Mod Folder Structure

From Baldur's Gate 3 Wiki
Revision as of 02:14, 29 November 2023 by EmeraldTechno (talk | contribs) (Created page with "Here is an example of the structure of a BG3 mod. == Folder Structure == * Mod Name (root folder) ** Generated *** Public **** Mod Name ***** [PAK]_Mod_Name <- models and textures ** Localization *** Language <- usually ''English'' **** <code>Mod_Name.xml</code> <- text for items and spells ** Mods *** Mod Name **** <code>meta.lsx</code> <- Created manually or automatically with the BG3 Mini Tool ** Public <- use one of the Sample Mods above as a template for this fold...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here is an example of the structure of a BG3 mod.

Folder Structure

  • Mod Name (root folder)
    • Generated
      • Public
        • Mod Name
          • [PAK]_Mod_Name <- models and textures
    • Localization
      • Language <- usually English
        • Mod_Name.xml <- text for items and spells
    • Mods
      • Mod Name
        • meta.lsx <- Created manually or automatically with the BG3 Mini Tool
    • Public <- use one of the Sample Mods above as a template for this folder
      • Game <- icons and other UI elements
      • Mod Name <- mod files in plain-text or XML