Modding:Creating mods: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
* [https://www.nexusmods.com/baldursgate3/mods/294 Add Scars to Your Character] | * [https://www.nexusmods.com/baldursgate3/mods/294 Add Scars to Your Character] | ||
== Other Resources == | == Other Resources == | ||
* [https:// | * [https://www.uuidgenerator.net/ UUID Generator] | ||
* [https://www.nexusmods.com/baldursgate3/images/594 Making armour icons] | * [https://www.nexusmods.com/baldursgate3/images/594 Making armour icons] | ||
* [https://www.nexusmods.com/baldursgate3/mods/238 Custom Backdrops for Character Creation and Level Up] | * [https://www.nexusmods.com/baldursgate3/mods/238 Custom Backdrops for Character Creation and Level Up] | ||
* [https:// | * [https://boundingboxsoftware.com/materialize/ Materialize] | ||
=== Colour === | |||
* [https://docs.google.com/spreadsheets/d/1yXrWOIPoBe8p6MftEgFnZATvnoEvmGXGlCClenNXj_4/edit#gid=0 Colouring cheat sheet] | |||
* [https://ajalt.github.io/colormath/converter/ ColourMath Colour Converter] Use sRGB 0-1 for the vec3 value. | * [https://ajalt.github.io/colormath/converter/ ColourMath Colour Converter] Use sRGB 0-1 for the vec3 value. | ||
* [https://rgbcolorpicker.com/0-1 RGB Color Picker] | * [https://rgbcolorpicker.com/0-1 RGB Color Picker] | ||
== AI Resources == | == AI Resources == | ||
* [https://www.nexusmods.com/baldursgate3/mods/521 Action Icons Generator] | * [https://www.nexusmods.com/baldursgate3/mods/521 Action Icons Generator] | ||
* [https://www.nexusmods.com/baldursgate3/mods/527 Item Icons Generator] | * [https://www.nexusmods.com/baldursgate3/mods/527 Item Icons Generator] |
Revision as of 03:36, 28 July 2023
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.
Mod Tutorials
- Fixing neck seams
- Fixing UV errors
- Fixing bone errors
- Body Type 1 to Body Type 2 Head Conversion
- Custom Polymorphing
- Custom Hair Highlight/Ombre
- Face and Body Textures
- Outfit Colour Map
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