Modding:Tutorials: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
Line 30: Line 30:
* [[Guide:Fixing_Bone_Errors|Fixing bone errors]]
* [[Guide:Fixing_Bone_Errors|Fixing bone errors]]
* [[Guide:Head_Conversion|Head Conversion]]
* [[Guide:Head_Conversion|Head Conversion]]
* [https://docs.google.com/document/d/1eMBz7hbW0yhG0okIRwHL7soEeddvkFVV6rkXpgtRAYo/edit?usp=sharing Making a custom skeleton for your head] by Jerinski
* [https://www.youtube.com/playlist?list=PLe0NwkOacl_jFoRnGT8iU29WriucyN1mj Padme4000's YouTube tutorials]
* [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/siC6fak9zDM?si=r1nezgGOs9OWqOOr Creating Hairs Post Patch 9]

Revision as of 10:07, 3 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.

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