Ad placeholder
Understanding Mod Folder Structure
Jump to navigation
Jump to search
Here is an example of the structure of a BG3 mod.
You may wish to compare and contrast to one of the Sample Mods.
Folder Structure for an armour mod with new meshes and textures
Your mod is MySweetMod
- MySweetMod
- Generated
- Public
- MySweetMod
- Assets <- models and textures
- MySweetMod
- Public
- Localization
- Language <- usually English
MySweetMod.loca
<- text for items and spells
- Language <- usually English
- Mods
- MySweetMod
meta.lsx
<- See Creating meta.lsx
- MySweetMod
- Public
- Game
- Assets
- ControllerItems
- items_png <--- 144 x 144 .DDS icon files for outfits and weapons
- skills_png <--- 144 x 144 .DDS icon files for spells and passives
- Tooltips
- ItemIcons <--- 380 x 380 .DDS icon files for outfits and weapons
- Icons <--- 380 x 380 .DDS icon files for spells and passives
- ControllerItems
- Assets
- MySweetMod
- Assets
- Textures
- Icons <--- .dds Texture Atlas for Icons
- Textures
- Content
- Assets
- Characters
- [PAK]_Armor <-- material and mesh LSX for custom outfits and weapons.
- Characters
- Assets
- UI
- [PAK]_UI <--- Contains '_merged.lsx'. This tells the game what the texture atlas dds is called and where it is.
- GUI <--- Icons_Items.lsx. This sets the positions for the icon texture atlas.
- RootTemplates <--- Your Roottemplate lsx goes here. MySweetMod.Lsx
- Stats
- Generated <--- TreasureTable.txt - This tells the game where the item will spawn.
- Data <--- Armor.txt, Object.txt, Passive.txt, Weapon.txt and other TXT files. These contain stats.
- Generated <--- TreasureTable.txt - This tells the game where the item will spawn.
- Assets
- Game
- Generated
Folder Structure for a General Mod
- 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