Modding:Creating mods: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Main page: [[Modding Resources]] | {{PageSeo | ||
|title=Modding Resources | |||
|description=This page is a hub for everything related to Modding Baldur's Gate 3. Check out the following guides to learn how to mod BG3. | |||
|image=Modding_resources.webp | |||
}}Main page: [[Modding Resources]] | |||
== Mods Needed == | == Mods Needed == | ||
As of Patch 9, the following mod is needed: [https://nb-stor.s3.eu-central-1.amazonaws.com/bg3/nrd_killstory.pak Patch 3 Modfixer] | As of Patch 9, the following mod is needed: [https://nb-stor.s3.eu-central-1.amazonaws.com/bg3/nrd_killstory.pak Patch 3 Modfixer] |
Revision as of 20:46, 29 July 2023
Main page: Modding Resources
Mods Needed
As of Patch 9, the following mod is needed: Patch 3 Modfixer
Either load this alongside created mods, or incorporate into a new mod.
Folder Structure
- Mod Name (root folder)
- Generated
- Public
- Mod Name
- [PAK]_Mod_Name <- models and textures
- Mod Name
- Public
- Localization
- Language <- usually English
Mod_Name.xml
<- text for items and spells
- Language <- usually English
- Mods
- Mod Name
meta.lsx
<- Created manually or automatically with the BG3 Mini Tool
- Mod Name
- Public <- use one of the Sample Mods below as a template for this folder
- Game <- icons and other UI elements
- Mod Name <- mod files in plain-text or XML
- Generated
Mod Tutorials
- Fixing neck seams
- Fixing UV errors
- Fixing bone errors
- Head Conversion (thin body to strong body, and vice-versa)
- Custom Polymorphing
- Custom Hair Highlight/Ombre
- Face and Body Textures
- Colour Map
Code Snippets
General Tutorials
- Padme4000's tutorials
- Learning Blender
- Learn Shape Keys In Under 5 Mins
- Fix your SHAPE KEYS! - Blender 2.8 tutorial by Danny Mac 3D
- How to add texture to a 3D model using Blender, an iPad, and UV Mapping
Sample Mods
- Padme's BG3 Tutorials and Modding Resources
- Sample 3D Edited Equipment Mod
- Sample Magic Ring Mod
- Sample Equipment Mod
- Add Scars to Your Character
Other Resources
Colour
- Colouring cheat sheet
- ColourMath Colour Converter Use sRGB 0-1 for the vec3 value.
- RGB Color Picker