Ad placeholder
Understanding Mod Folder Structure: Difference between revisions
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> <- | **** <code>meta.lsx</code> <- See [[Modding:Creating meta.lsx|Creating meta.lsx]] | ||
** Public <- use one of the Sample Mods | ** 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 01: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
- Mod Name
- Public
- Localization
- Language <- usually English
Mod_Name.loca.xml
<- text for items and spells
- Language <- usually English
- Mods
- Mod Name
meta.lsx
<- See Creating meta.lsx
- Mod Name
- 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
- Generated