Modding:Creating mods: Difference between revisions
m (→Introduction) |
m (→Introduction) |
||
Line 15: | Line 15: | ||
[[Modding:Tutorials|Tutorial List]] - A list of different available tutorials categorised by their "theme." | [[Modding:Tutorials|Tutorial List]] - A list of different available tutorials categorised by their "theme." | ||
[[ | [[Modding:Sample_Templates|Sample and Template Mods]] - Sample/Template mods you can use as a base to create your mods. | ||
[[Modding:Tools|Tools and Plugins]] - a list of tools and plugins that are available either specifically for BG3 Modding or help with BG3 Modding | [[Modding:Tools|Tools and Plugins]] - a list of tools and plugins that are available either specifically for BG3 Modding or help with BG3 Modding |
Revision as of 17:58, 29 November 2023
Introduction
This page is the starting point for resources, tutorials, references and more that you need for modding.
What do you want to make?
First and foremost the question you want to be asking yourself is what do you want to make? Once you have the answer to that you will find it easier finding the help you need.
Tutorial List - A list of different available tutorials categorised by their "theme."
Sample and Template Mods - Sample/Template mods you can use as a base to create your mods.
Tools and Plugins - a list of tools and plugins that are available either specifically for BG3 Modding or help with BG3 Modding
These are the main places you want to take a stop at it to see what you need and whether there is a tutorial/sample/template you can already use for what you want to make.
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
- Piercings by Chumy
- Colour Maps
- Examples of dyes on clothing/armor
- BG3 Icons in downloadable format by Mirza
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
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 RemuFO4
- BG3 Texture Stamps by commanderstrawberry
Colour
- Colouring cheat sheet
- ColourMath Colour Converter Use sRGB 0-1 for the vec3 value.
- RGB Color Picker