Modding:Tutorials: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 31: | Line 31: | ||
Step One: [https://youtu.be/yQSqRF7dLB8?si=dbmIX2UpsK5XtDFR Install GR2 plugin then Import and Export example] | 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. | * this example does show importing a head mesh but is the steps used to import any mesh into blender. | ||
== Creating Hair Mods == | |||
* [https://docs.google.com/document/d/1-DQ98gsKD0Rpmh7dEQRUlmLIANXP-qu5VRDlDcnfy7Q/edit Visualizing a BG3 Hair Texture in Blender] by EmeraldTechno | |||
* [https://youtu.be/siC6fak9zDM?si=r1nezgGOs9OWqOOr Creating Hairs Post Patch 9] | |||
* [https://youtu.be/gxmgZ_X1kbI?si=wj7OFqyKkGS3BV2V Joining Different Meshes Into One] | |||
* [[Guide:Custom_Hair_Highlight|Custom Hair Highlight/Ombre]] | |||
* [https://drive.google.com/file/d/1FsC1fwRwF0FKvAuPL-Md7WFbCiL0Psvp/view Hair Thinning Begone] by mocia | |||
== Creating Head Mods == | == Creating Head Mods == | ||
Line 40: | Line 47: | ||
* [[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://docs.google.com/document/d/1eMBz7hbW0yhG0okIRwHL7soEeddvkFVV6rkXpgtRAYo/edit?usp=sharing Making a custom skeleton for your head] by Jerinski | ||
** [https://youtu.be/RMPivc5qunw?si=2orGjIsCvQHWp31O Editing Head Meshes] | ** [https://youtu.be/RMPivc5qunw?si=2orGjIsCvQHWp31O Editing Head Meshes] | ||
*** A video tutorial on editing Ears, Neck, Teeth, Forehead, Scalp on Head Meshes | *** A video tutorial on editing Ears, Neck, Teeth, Forehead, Scalp on Head Meshes | ||
== Creating Armour/Camp Mods == | |||
* [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 | ||
* [ | * [https://www.youtube.com/watch?v=o_zgNI9nhns&list=PLe0NwkOacl_jFoRnGT8iU29WriucyN1mj&index=13 Making Custom Armor - Part 2] by Druundev | ||
* [https://www.nexusmods.com/baldursgate3/mods/2571 Tiefling Horn Replacement Tips] by Nathahniel | * [https://www.nexusmods.com/baldursgate3/mods/2571 Tiefling Horn Replacement Tips] by Nathahniel | ||
== [https://www.youtube.com/playlist?list=PLYJ1Y7lY33WQOho8it-mTq6cIrH8dUeLP Learning Blender] == | |||
These tutorials are not directly BG3-related, but are a great stepping stone into using Blender and working with meshes. | 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://youtube.com/playlist?list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD&si=85qV8vXb9vMYzq7C Donut Tutorial (Blender 3.0)] by Blender Guru | ||
Line 59: | Line 66: | ||
Texturing is usually applied on top of a mesh to make it appear a certain way. | Texturing is usually applied on top of a mesh to make it appear a certain way. | ||
* [[Guide:Texture_Formatting|Texture Formatting]] | * [[Guide:Texture_Formatting|Texture Formatting]] | ||
== VFX-Related Tutorials == | == VFX-Related Tutorials == |
Revision as of 17:28, 21 December 2023
Basic Tutorials
Tutorials for basic components of BG3 modding. We recommend at least glancing over all of these concepts before you start modding.
- Understanding Mod Folder Structure
- Creating your Meta.lsx by Padme4000
- Unpacking and Converting Files
- Dependencies
- Packaging Mods for install
- Working with LSX files ( example with Progressions.lsx )
- Hotloading
General Tutorials
General tutorials for modding BG3, or tutorials that encompass multiple categories.
- Custom Polymorphing
- Custom Dye Mod Guide by AstralSprout
- Add your custom hair to BG3 in 10 minutes or less by EmeraldTechno
- Adding New Colours to Character Creation by Padme4000
- Adding Custom/Edited Hairs to Character Creation as new assets not replacements by Padme4000
- BG3 Community Library
- How to code an custom mesh item and texture so it shows up in the game
- Padme4000's YouTube 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.
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.
Creating Hair Mods
- Visualizing a BG3 Hair Texture in Blender by EmeraldTechno
- Creating Hairs Post Patch 9
- Joining Different Meshes Into One
- Custom Hair Highlight/Ombre
- Hair Thinning Begone by mocia
Creating Head Mods
- Fixing neck seams
- Fixing UV errors
- Fixing bone errors
- Head Conversion
- Making a custom skeleton for your head by Jerinski
- Editing Head Meshes
- A video tutorial on editing Ears, Neck, Teeth, Forehead, Scalp on Head Meshes
- Editing Head Meshes
Creating Armour/Camp Mods
- Making Custom Armor - Part 1 by Druundev
- Making Custom Armor - Part 2 by Druundev
- Tiefling Horn Replacement Tips by Nathahniel
Learning Blender
These tutorials are not directly BG3-related, but are a great stepping stone into using Blender and working with meshes.
- Donut Tutorial (Blender 3.0) by Blender Guru
- Donut Tutorial (Blender 4.0) by Blender Guru
- Learn Shape Keys In Under 5 Mins by PIXXO 3D
- Fix your SHAPE KEYS! - Blender 2.8 tutorial by Danny Mac 3D
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