Modding:Creating mods: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
|image=Modding_resources.webp
|image=Modding_resources.webp
}}{{NavModding}}
}}{{NavModding}}
== Basic Tutorials ==
Tutorials for basic components of BG3 modding. We recommend at least glancing over all of these concepts before you start modding.
* [[Getting Started with BG3 Modding]]
* [[Understanding Mod Folder Structure]]
* [[Modding:Creating meta.lsx|Creating your Meta.lsx]] by Padme4000
* [[Guide:Unpacking_and_Converting_Files|Unpacking and Converting Files]]
* [[Modding:Dependencies|Dependencies]]
* [[Guide:Packaging_Mods|Packaging Mods]] for [[Guide:Installing_Mods|install]]
* [[Guide:Working with lsx files|Working with LSX files ( example with Progressions.lsx )]]
== General Tutorials ==
General tutorials for modding BG3, or tutorials that encompass multiple categories.


*[[Guide:Custom_Polymorph|Custom Polymorphing]]
= Introduction =
*[https://docs.google.com/document/d/1iR-q2sTqxLuk3xXG8W6dbk3QeqQw_jdGkI1WAu45OoU/edit Custom Dye Mod Guide] by AstralSprout
* [https://docs.google.com/document/d/1s0I2zLZXPzmW6DMRXBkLbHjKzOUOhxPWwfz05Y0Bv2g/edit Add your custom hair to BG3 in 10 minutes or less] by EmeraldTechno
* [https://youtu.be/WB0Cx4igByY?si=CIJVAM_Gq3y_6Hex Adding New Colours to Character Creation] by Padme4000
* [[Guide:Hair_Creation|Adding Custom/Edited Hairs to Character Creation as new assets not replacements]] by Padme4000
* [https://github.com/BG3-Community-Library-Team/BG3-Community-Library/wiki BG3 Community Library]


== Mesh-Related Tutorials ==
This page is the starting point for resources, tutorials, references and more that you need for modding.
Mesh encompasses visible assets like clothing, armor, weapons, hair, heads, etc. Most of these tutorials use Blender as their program of choice.
* [[Guide:Fixing_Neck_Seams|Fixing neck seams]]
* [[Guide:Fixing_UV_Errors|Fixing UV errors]]
* [[Guide:Fixing_Bone_Errors|Fixing bone errors]]
* [[Guide:Head_Conversion|Head Conversion]]
* [https://www.youtube.com/playlist?list=PLe0NwkOacl_jFoRnGT8iU29WriucyN1mj Padme4000's YouTube tutorials]
** [https://youtu.be/siC6fak9zDM?si=r1nezgGOs9OWqOOr Creating Hairs Post Patch 9]
** [https://youtu.be/gxmgZ_X1kbI?si=wj7OFqyKkGS3BV2V Joining Different Meshes Into One]
** [https://youtu.be/RMPivc5qunw?si=2orGjIsCvQHWp31O Editing Heads]
* [https://drive.google.com/file/d/1FsC1fwRwF0FKvAuPL-Md7WFbCiL0Psvp/view Hair Thinning Begone] by mocia
* [https://www.youtube.com/watch?v=IbivHL2lPrc&list=PLe0NwkOacl_jFoRnGT8iU29WriucyN1mj&index=12 Making Custom Armor - Part 1] by Druundev
* [[Guide:Custom_Hair_Highlight|Custom Hair Highlight/Ombre]]
* [https://www.nexusmods.com/baldursgate3/mods/2571 Tiefling Horn Replacement Tips] by Nathahniel


===== [https://www.youtube.com/playlist?list=PLYJ1Y7lY33WQOho8it-mTq6cIrH8dUeLP Learning Blender] =====
== Tutorials ==
These tutorials are not directly BG3-related, but are a great stepping stone into using Blender and working with meshes.
* [https://youtube.com/playlist?list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD&si=85qV8vXb9vMYzq7C Donut Tutorial (Blender 3.0)] by Blender Guru
* [https://www.youtube.com/playlist?list=PLjEaoINr3zgEPv5y--4MKpciLaoQYZB1Z Donut Tutorial (Blender 4.0)] by Blender Guru
* [https://www.youtube.com/watch?v=B11XBZmIIZc Learn Shape Keys In Under 5 Mins] by PIXXO 3D
* [https://www.youtube.com/watch?v=qTgSLYY9uew Fix your SHAPE KEYS! - Blender 2.8 tutorial] by Danny Mac 3D


== Texture-Related Tutorials ==
A new page has been made as to not overcrowd this page too much as the community continues to share and make great tutorials but also give a place to go into more depth on tutorial descriptions.
Texturing is usually applied on top of a mesh to make it appear a certain way.
* [[Guide:Texture_Formatting|Texture Formatting]]
* [https://www.youtube.com/watch?v=o_zgNI9nhns&list=PLe0NwkOacl_jFoRnGT8iU29WriucyN1mj&index=13 Making Custom Armor - Part 2] by Druundev


== VFX-Related Tutorials ==
* [[Modding:Tutorials|Tutorial List]]
Visual Effects-related tutorials.


[https://github.com/ImmortalRDI/BG3-Community-Library/wiki Creating Custom Visual Effects in-depth guide] by ImmortalRDI
== Sample Mods ==


== Scripting Tutorials ==
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.
* [[Guide:Getting_Started_with_Scripts|Getting Started with Scripting]]
* [https://www.nexusmods.com/baldursgate3/mods/132 Padme's BG3 Tutorials and Modding Resources] by Padme4000
** Includes Eye Color Template, Hair Color Template, New Head Template, Tattoo and Makeup Template, and Localization Template.
* [https://www.nexusmods.com/baldursgate3/mods/400 Sample 3D Edited Equipment Mod] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/278 Sample Magic Ring Mod] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/249 Sample Equipment Mod] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/294 Add Scars to Your Character] by labotor
* [https://www.nexusmods.com/baldursgate3/mods/1280 Dye Template as Optional File] by Padme4000
* [https://www.nexusmods.com/baldursgate3/mods/4515 Custom Race Template] by Tripsadin
* [https://www.nexusmods.com/baldursgate3/mods/437 Hair Template] by Padme4000
* [https://www.nexusmods.com/baldursgate3/mods/4148 Kay's CC Icon Template] by perseidipity
* [https://www.nexusmods.com/baldursgate3/mods/4200 Sample VFX Mod] by Shivero


== Tools ==
== Tools ==
Line 111: Line 83:
* [https://www.nexusmods.com/baldursgate3/mods/2534 Treasure Table Spreadsheet]
* [https://www.nexusmods.com/baldursgate3/mods/2534 Treasure Table Spreadsheet]
* [https://github.com/TripsLetash/WotF-Changelings/blob/main/Resources/ParentIDs.xml All Player RootTemplate IDs] by Tripsadin
* [https://github.com/TripsLetash/WotF-Changelings/blob/main/Resources/ParentIDs.xml All Player RootTemplate IDs] by Tripsadin
== 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.
* [https://www.nexusmods.com/baldursgate3/mods/132 Padme's BG3 Tutorials and Modding Resources] by Padme4000
** Includes Eye Color Template, Hair Color Template, New Head Template, Tattoo and Makeup Template, and Localization Template.
* [https://www.nexusmods.com/baldursgate3/mods/400 Sample 3D Edited Equipment Mod] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/278 Sample Magic Ring Mod] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/249 Sample Equipment Mod] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/294 Add Scars to Your Character] by labotor
* [https://www.nexusmods.com/baldursgate3/mods/1280 Dye Template as Optional File] by Padme4000
* [https://www.nexusmods.com/baldursgate3/mods/4515 Custom Race Template] by Tripsadin
* [https://www.nexusmods.com/baldursgate3/mods/437 Hair Template] by Padme4000
* [https://www.nexusmods.com/baldursgate3/mods/4148 Kay's CC Icon Template] by perseidipity
* [https://www.nexusmods.com/baldursgate3/mods/4200 Sample VFX Mod] by Shivero


== Other Resources ==
== Other Resources ==

Revision as of 17:57, 29 November 2023

Bgwiii.png CommunityGuidesModding

Modding guides
Modding resources


Introduction

This page is the starting point for resources, tutorials, references and more that you need for modding.

Tutorials

A new page has been made as to not overcrowd this page too much as the community continues to share and make great tutorials but also give a place to go into more depth on tutorial descriptions.

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.

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.

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's 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.

Other Resources

Colour

Gallery