Modding:Tutorials: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:
== Mesh-Related Tutorials ==
== 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.
Mesh encompasses visible assets like clothing, armor, weapons, hair, heads, etc. Most of these tutorials use Blender as their program of choice.
Step One: [https://youtu.be/yQSqRF7dLB8?si=dbmIX2UpsK5XtDFR Install GR2 plugin then Import and Export example]
* this example does show importing a head mesh but is the steps used to import any mesh into blender.
* [[Guide:Fixing_Neck_Seams|Fixing neck seams]]
* [[Guide:Fixing_Neck_Seams|Fixing neck seams]]
* [[Guide:Fixing_UV_Errors|Fixing UV errors]]
* [[Guide:Fixing_UV_Errors|Fixing UV errors]]
Line 35: Line 39:
** [https://youtu.be/siC6fak9zDM?si=r1nezgGOs9OWqOOr Creating Hairs Post Patch 9]
** [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/gxmgZ_X1kbI?si=wj7OFqyKkGS3BV2V Joining Different Meshes Into One]
** [https://youtu.be/RMPivc5qunw?si=2orGjIsCvQHWp31O Editing Heads]
** [https://youtu.be/RMPivc5qunw?si=2orGjIsCvQHWp31O Editing Head Meshes]
*** A video tutorial on editing Ears, Neck, Teeth, Forehead, Scalp on Head Meshes
* [https://drive.google.com/file/d/1FsC1fwRwF0FKvAuPL-Md7WFbCiL0Psvp/view Hair Thinning Begone] by mocia
* [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
* [https://www.youtube.com/watch?v=IbivHL2lPrc&list=PLe0NwkOacl_jFoRnGT8iU29WriucyN1mj&index=12 Making Custom Armor - Part 1] by Druundev

Revision as of 18:24, 21 December 2023

Bgwiii.png CommunityGuidesModding

Modding guides
Modding resources

Basic Tutorials

Tutorials for basic components of BG3 modding. We recommend at least glancing over all of these concepts 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.

Step One: Install GR2 plugin then Import and Export example

  • this example does show importing a head mesh but is the steps used to import any mesh into blender.
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

Visual Effects-related tutorials.

Creating Custom Visual Effects in-depth guide by ImmortalRDI

Scripting Tutorials