Modding:Creating mods: Difference between revisions
(→General Tutorials: All Player RootTemplate IDs by Tripsadin) |
No edit summary |
||
Line 36: | Line 36: | ||
* [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 | ||
* [[Guide:Custom_Hair_Highlight|Custom Hair Highlight/Ombre]] | * [[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] ===== | ===== [https://www.youtube.com/playlist?list=PLYJ1Y7lY33WQOho8it-mTq6cIrH8dUeLP Learning Blender] ===== | ||
Line 97: | Line 98: | ||
* [[Guide:Colour_Map|Colour Map]]s | * [[Guide:Colour_Map|Colour Map]]s | ||
* [https://bg3-dyes.tumblr.com/ Examples of dyes on clothing/armor] | * [https://bg3-dyes.tumblr.com/ Examples of dyes on clothing/armor] | ||
== Code Snippets == | == Code Snippets == | ||
Line 106: | Line 106: | ||
* [https://pastebin.com/RLB7M0c8 Enemy types] | * [https://pastebin.com/RLB7M0c8 Enemy types] | ||
* [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 | |||
== Sample Mods == | == Sample Mods == | ||
Line 126: | Line 127: | ||
* [https://www.nexusmods.com/baldursgate3/mods/238 Custom Backdrops for Character Creation and Level Up] by AnteMaxx | * [https://www.nexusmods.com/baldursgate3/mods/238 Custom Backdrops for Character Creation and Level Up] by AnteMaxx | ||
* [https://boundingboxsoftware.com/materialize/ Materialize] | * [https://boundingboxsoftware.com/materialize/ Materialize] | ||
* [https://www.fontspace.com/barazhad-font-f20325 Rune Font] by CovenElf | |||
* [https://www.nexusmods.com/baldursgate3/mods/2973 High Heel Feet for modders] by LazyIcarus | |||
* [https://www.nexusmods.com/baldursgate3/mods/4360 Overlays for Unique Tav Tattoos] by Remu FO4 | |||
=== Colour === | === Colour === | ||
* [https://docs.google.com/spreadsheets/d/1yXrWOIPoBe8p6MftEgFnZATvnoEvmGXGlCClenNXj_4/edit#gid=0 Colouring cheat sheet] | * [https://docs.google.com/spreadsheets/d/1yXrWOIPoBe8p6MftEgFnZATvnoEvmGXGlCClenNXj_4/edit#gid=0 Colouring cheat sheet] |
Revision as of 16:23, 29 November 2023
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
- Creating your Meta.lsx by Padme4000
- Unpacking and Converting Files
- Dependencies
- Packaging Mods for install
- Working with LSX files ( example with Progressions.lsx )
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
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.
- Fixing neck seams
- Fixing UV errors
- Fixing bone errors
- Head Conversion
- Padme4000's YouTube tutorials
- Hair Thinning Begone by mocia
- Making Custom Armor - Part 1 by Druundev
- Custom Hair Highlight/Ombre
- 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.
- Texture Formatting
- Making Custom Armor - Part 2 by Druundev
VFX-Related Tutorials
Visual Effects-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'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!
- Bg3 CC Modding Library by Weeviljester
- Asset Prefix References
- Hiding skin/outfit parts: Vertex Color Mask Slots
- Hair/Beard Meshes
- BG3 Hair Reference Spreadsheet (WIP) by EmeraldTechno
- Head Models
- Face and Body Textures
- Colour Maps
- Examples of dyes on clothing/armor
Code Snippets
Code snippets and IDs that are often used, collected here to make your life easier.
- Race UUIDs
- Interactable Item UUIDs
- All items UUIDs
- Enemy types
- Treasure Table Spreadsheet
- 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.
- 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.
- Sample 3D Edited Equipment Mod by AnteMaxx
- Sample Magic Ring Mod by AnteMaxx
- Sample Equipment Mod by AnteMaxx
- Add Scars to Your Character by labotor
- Dye Template as Optional File by Padme4000
- Custom Race Template by Tripsadin
- Hair Template by Padme4000
- Kay's CC Icon Template by perseidipity
- Sample VFX Mod by Shivero
Other Resources
- UUID Generator
- Making armour icons by AnteMaxx
- Custom Backdrops for Character Creation and Level Up by AnteMaxx
- Materialize
- Rune Font by CovenElf
- High Heel Feet for modders by LazyIcarus
- Overlays for Unique Tav Tattoos by Remu FO4
Colour
- Colouring cheat sheet
- ColourMath Colour Converter Use sRGB 0-1 for the vec3 value.
- RGB Color Picker