Editing Modding:Creating mods

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
|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.
|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
|image=Modding_resources.webp
}}{{Modding box}}
}}{{NavModding}}
== Introduction ==
[https://forms.gle/eEhyfzsY5hmvVTRV8 '''Request a modding-related wiki page here!''']


Are you excited about becoming a Baldur's Gate 3 modder, but have absolutely no idea where to start?
= Introduction =


This page is the starting point for resources, tutorials, references and more that you need for modding.
This page is the starting point for resources, tutorials, references and more that you need for modding.


{| class="wikitable"
=== What do you want to make? ===
|+ Good places to begin:
 
|-
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.
! Resource !! Description
 
|-
[[Modding:Tutorials|Tutorial List]] - A list of different available tutorials categorised by their "theme."
| [[Modding:Getting Started with BG3 Modding|Getting Started with BG3 Modding]]|| Want to know where to release your mod, or want to know how permissions work for mods?
 
|-
[[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 useful tools and plugins that are available either specifically for BG3 Modding or that 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
| [[Modding:Tutorials|Tutorial List]] || A list of different available tutorials categorised by theme.
 
|-
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.
| [[Modding:Sample_Templates|Sample and Template Mods]] || Sample/Template mods you can use as a base to create your own mods.
 
|-
Once you have these setup you will want to check out the resources below to see if those can help you on your modding journey.
|[[Modding:References|References]]
 
|References and tables for the various game files you may need.
== 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!
|[[Modding:Code Snippets|Code Snippets]]
 
|Helpful code snippets for modding.
* [https://bg3ccmoddinglibrary.carrd.co/ Bg3 CC Modding Library] by Weeviljester
|-
* [[Guide:AssetPrefixReferences|Asset Prefix References]]
|[[Modding:Other Resources|Other Resources]]
* [[Modding:VertexColorMaskSlots|Hiding skin/outfit parts: Vertex Color Mask Slots]]
|Miscellaneous resources to either help with modding or to add to your own mods.
* [[Guide:Hair_Meshes|Hair/Beard Meshes]]
|}
** [https://docs.google.com/spreadsheets/u/0/d/16cQUxQ7FrGVmIPy5929qae4cCQls4ZWuBX_w08zvv5M/htmlview BG3 Hair Reference Spreadsheet (WIP)] by EmeraldTechno
{{Modding navbox}}
* [[Guide:Head_Models|Head Models]]
* [[Guide:Face_and_Body_Textures|Face and Body Textures]]
* [https://tested-carriage-3b5.notion.site/BG3-Piercing-Edits-DIY-37cb7d00f6794fc484d9afdc6fb13c81 Piercings] by Chumy
* [[Guide:Colour_Map|Colour Map]]s
* [https://bg3-dyes.tumblr.com/ Examples of dyes on clothing/armor]
* [https://www.tumblr.com/gaylockpick/tagged/mirza%27s%20resources BG3 Icons in downloadable format] by Mirza
 
== Code Snippets ==
Code snippets and IDs that are often used, collected here to make your life easier.
* [[Guide:Race_UUID|Race UUID]]s
* [https://pastebin.com/g0fUYFAL Interactable Item UUIDs]
* [https://www.scribd.com/document/666568844/Bg3-Items-v2 All items UUIDs]
* [https://pastebin.com/RLB7M0c8 Enemy types]
* [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
 
== Other Resources ==
* [https://www.uuidgenerator.net/ UUID Generator]
* [https://www.nexusmods.com/baldursgate3/images/594 Making armour icons] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/238 Custom Backdrops for Character Creation and Level Up] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/mods/4536 Chroma Key Droppable Object] by SoggyBurrito and Hijimare
* [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 RemuFO4
* [https://www.nexusmods.com/baldursgate3/mods/4337 BG3 Texture Stamps] by commanderstrawberry
=== 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://rgbcolorpicker.com/0-1 RGB Color Picker]
 
== Gallery ==
<gallery heights="300px">
Blender279b_collada_export_settings.webp|Collada/DAE export settings for Blender 2.79b
Blender293_collada_export_settings.webp|Collada/DAE export settings for Blender 2.93
GnuIMP_export-settings.webp|DDS export settings for GnuIMP 2.10
Blender279b_gr2_export_settings_1.webp|Export settings for Blender 2.79b with LaughingLeader's GR2 Export Plugin (1)
Blender279b_gr2_export_settings_2.webp|Export settings for Blender 2.79b with LaughingLeader's GR2 Export Plugin (2)
Blender279b_gr2_export_settings_3.webp|Export settings for Blender 2.79b with LaughingLeader's GR2 Export Plugin (3)
</gallery>
[[Category:Modding guides]]
[[Category:Modding guides]]
Contributions are considered to be licensed under CC BY-NC-SA 4.0 and (where possible) CC BY-SA 4.0. See Copyrights for details. Per our Content Rules, you are promising that any new text you add was written by yourself, or is available under a license that permits its inclusion in bg3.wiki. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)