Modding:Creating mods: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
*** 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
== Example meta.lsx ==
<pre>
SOON
</pre>
== Mod Tutorials ==
== Mod Tutorials ==
* [[Guide:Fixing_Neck_Seams|Fixing neck seams]]
* [[Guide:Fixing_Neck_Seams|Fixing neck seams]]

Revision as of 18:27, 31 July 2023

Main page: Modding Resources

Mods Needed

As of Patch 9, the following mod is needed: Patch 3 Modfixer
Either load this alongside created mods, or incorporate into a new 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 below as a template for this folder
      • Game <- icons and other UI elements
      • Mod Name <- mod files in plain-text or XML

Example meta.lsx

SOON

Mod Tutorials

Code Snippets

General Tutorials

Sample Mods

Other Resources

Colour

AI Resources

Gallery