Modding:Creating mods: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Removed Folder Structure and Meta.lsx after converting them to their own pages)
(→‎Tools: More author/creator additions)
Line 57: Line 57:
== Tools ==
== Tools ==
Some extremely useful tools that will make your BG3 modding life so much easier.
Some extremely useful tools that will make your BG3 modding life so much easier.
* [https://github.com/Norbyte/lslib Lslib]
* [https://github.com/Norbyte/lslib Lslib] by Norbyte
** Needed for many types of conversations necessary for modding.
** Needed for many types of conversations necessary for modding.
* [https://github.com/ShinyHobo/BG3-Modders-Multitool BG3 Multi-Tool]
* [https://github.com/ShinyHobo/BG3-Modders-Multitool BG3 Multi-Tool] by ShinyHobo
** Allows you to pack and unpack mods, search the game’s asset files, and more!
** Allows you to pack and unpack mods, search the game’s asset files, and more!
* [https://www.nexusmods.com/baldursgate3/mods/502 BG3 Mini tool]
* [https://www.nexusmods.com/baldursgate3/mods/502 BG3 Mini tool] by Padme4000
** Has a variety of helpful functions including creating your Meta.lsx file for you.
** Has a variety of helpful functions including creating your Meta.lsx file for you.
* [https://www.nexusmods.com/baldursgate3/mods/1808 BG3 Creator's Cauldron]
* [https://www.nexusmods.com/baldursgate3/mods/1808 BG3 Creator's Cauldron] by Keefr
** Dive into the world of BG3 homebrewing with Creator's Cauldron! From custom magical armor to powerful spells, this tool makes creating your own BG3 content a breeze.
** Dive into the world of BG3 homebrewing with Creator's Cauldron! From custom magical armor to powerful spells, this tool makes creating your own BG3 content a breeze.


*[https://www.nexusmods.com/baldursgate3/mods/1325 Dice Sprite Generator]
*[https://www.nexusmods.com/baldursgate3/mods/1325 Dice Sprite Generator] by Anecx
**These tools allow you to generate 25 ANIMATED dice sprites needed for your dice in one click!
**These tools allow you to generate 25 ANIMATED dice sprites needed for your dice in one click!


=== Blender Plugins ===
=== Blender Plugins ===


* [https://github.com/Norbyte/dos2de_collada_exporter Mesh import/export plugin]
* [https://github.com/Norbyte/dos2de_collada_exporter Mesh import/export plugin] by Norbyte
** You’ll need this if you want to work with .GR2 files (that’s what BG3 uses) in Blender.
** You’ll need this if you want to work with .GR2 files (that’s what BG3 uses) in Blender.


* [https://www.nexusmods.com/baldursgate3/mods/346 Padme’s Addons]
* [https://www.nexusmods.com/baldursgate3/mods/346 Padme’s Addons] by Padme4000
** Includes addons for Head Export Order, Easy LOD Creation, Normal Map Transfer, Quick UV Buttons and Reset Transforms.
** Includes addons for Head Export Order, Easy LOD Creation, Normal Map Transfer, Quick UV Buttons and Reset Transforms.
* [https://www.nexusmods.com/baldursgate3/mods/464 Armature Plugin]
* [https://www.nexusmods.com/baldursgate3/mods/464 Armature Plugin] by Aloija
** Blender addon which helps to edit the skeleton for BG3 models.
** Blender addon which helps to edit the skeleton for BG3 models.
* [https://www.nexusmods.com/baldursgate3/mods/3683 Outfit Builder]
* [https://www.nexusmods.com/baldursgate3/mods/3683 Outfit Builder] by LazyIcarus
** Given armor in a base body (e.g. HUM_F) and body variants of HUM_F (e.g. HUM_FS, or some body mod here), generate meshes of the armor for those body variants.
** Given armor in a base body (e.g. HUM_F) and body variants of HUM_F (e.g. HUM_FS, or some body mod here), generate meshes of the armor for those body variants.
* [https://www.nexusmods.com/baldursgate3/mods/4310 Volnos Texture Toolbox]
* [https://www.nexusmods.com/baldursgate3/mods/4310 Volnos Texture Toolbox] by Volno
** A modding resource containing a collection of tools for modifying BG3'ss skin textures, as well as a recreation of Baldur’s Gate 3’s skin shader.
** A modding resource containing a collection of tools for modifying BG3'ss skin textures, as well as a recreation of Baldur’s Gate 3’s skin shader.



Revision as of 02:23, 29 November 2023

Bgwiii.png CommunityGuidesModding

Modding guides
Modding resources

Basic Tutorials

Tutorials for basic components of BG3 Modding. You will likely need to understand all of these before you start modding.

General Tutorials

General tutorials for modding BG3, or tutorials that encompass multiple categories.

Mesh-Related Tutorials

Mesh encompasses visible assets like clothing, armor, weapons, hair, heads, etc. Most of these tutorials use Blender as their program of choice.

Learning Blender

These tutorials are not directly BG3-related, but are a great stepping stone into using Blender and working with meshes.

Texture-Related Tutorials

Texturing is usually applied on top of a mesh to make it appear a certain way.

VFX-Related Tutorials

Creating Custom Visual Effects in-depth guide by ImmortalRDI

Scripting Tutorials

Tools

Some extremely useful tools that will make your BG3 modding life so much easier.

  • Lslib by Norbyte
    • Needed for many types of conversations necessary for modding.
  • BG3 Multi-Tool by ShinyHobo
    • Allows you to pack and unpack mods, search the game’s asset files, and more!
  • BG3 Mini tool by Padme4000
    • Has a variety of helpful functions including creating your Meta.lsx file for you.
  • BG3 Creator's Cauldron by Keefr
    • Dive into the world of BG3 homebrewing with Creator's Cauldron! From custom magical armor to powerful spells, this tool makes creating your own BG3 content a breeze.
  • Dice Sprite Generator by Anecx
    • These tools allow you to generate 25 ANIMATED dice sprites needed for your dice in one click!

Blender Plugins

  • Mesh import/export plugin by Norbyte
    • You’ll need this if you want to work with .GR2 files (that’s what BG3 uses) in Blender.
  • Padme’s Addons by Padme4000
    • Includes addons for Head Export Order, Easy LOD Creation, Normal Map Transfer, Quick UV Buttons and Reset Transforms.
  • Armature Plugin by Aloija
    • Blender addon which helps to edit the skeleton for BG3 models.
  • Outfit Builder by LazyIcarus
    • Given armor in a base body (e.g. HUM_F) and body variants of HUM_F (e.g. HUM_FS, or some body mod here), generate meshes of the armor for those body variants.
  • Volnos Texture Toolbox by Volno
    • A modding resource containing a collection of tools for modifying BG3'ss skin textures, as well as a recreation of Baldur’s Gate 3’s skin shader.

References

Baldur’s Gate 3 has a LOT of files. It can be very difficult to find the specific asset you’re looking for. The pages in this section should help you find the files you’re looking for as you’re modding!

Code Snippets

Code snippets and IDs that are often used, collected here to make your life easier.

Sample Mods

One of the most helpful things you can do when you’re starting out with modding is to take a look at sample mods that actually work and start from there. Here are a collection of Sample Mods designed to help you create a finished product.

Other Resources

Colour

Gallery