Ad placeholder

Understanding Mod Folder Structure: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
Line 3: Line 3:
== Folder Structure ==
== Folder Structure ==


* Mod Name (root folder)
* Mod Name (root/workspace folder)
** Generated
** Generated
*** Public
*** Public
Line 13: Line 13:
** Mods
** Mods
*** Mod Name
*** Mod Name
**** <code>meta.lsx</code> <- Created manually or automatically with the BG3 Mini Tool
**** <code>meta.lsx</code> <- See [[Modding:Creating meta.lsx|Creating meta.lsx]]
** Public <- use one of the Sample Mods above as a template for this folder
** Public <- use one of the [https://bg3.wiki/wiki/Modding:Creating_mods#Sample_Mods Sample Mods] as a template for this folder
*** Game <- icons and other UI elements
*** Game <- icons and other UI elements
*** Mod Name <- mod files in plain-text or XML
*** Mod Name <- mod files in plain-text or XML

Revision as of 02:18, 29 November 2023

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

Folder Structure

  • Mod Name (root/workspace folder)
    • Generated
      • Public
        • Mod Name
          • [PAK]_Mod_Name <- models and textures
    • Localization
      • Language <- usually English
        • Mod_Name.loca.xml <- text for items and spells
    • Mods
    • Public <- use one of the Sample Mods as a template for this folder
      • Game <- icons and other UI elements
      • Mod Name <- mod files in plain-text or XML