Modding:Creating mods: Difference between revisions

Jump to navigation Jump to search
m
(→‎Introduction: flow and grammar)
Line 20: Line 20:
! Resource !! Description
! Resource !! Description
|-
|-
| [[Getting_Started_with_BG3_Modding|Getting Started with BG3 Modding]] || Wanting to know where to release your mod, or want to know how permissions work for mods?
| [[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: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 theme.
|-
|-
| [[Modding:Sample_Templates|Sample and Template Mods]] || Sample/Template mods you can use as a base to create your mods.
| [[Modding:Sample_Templates|Sample and Template Mods]] || Sample/Template mods you can use as a base to create your own mods.
|-
|-
| [[Modding:Tools|Tools and Plugins]] || A list of 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 useful tools and plugins that are available either specifically for BG3 Modding or that help with BG3 Modding
|}
|}
These are the main places you want to take a stop at to see what you need and whether there is a tutorial/sample/template you can already use for what you want to create.
These are the main places you want to take a stop at to see what you need and whether there is a tutorial/sample/template you can already use for what you want to create.
Line 33: Line 33:


== References ==
== 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!
Need a certain asset from the game for your mod? 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!


* [https://bg3ccmoddinglibrary.carrd.co/ Bg3 CC Modding Library] by Weeviljester
* [https://bg3ccmoddinglibrary.carrd.co/ Bg3 CC Modding Library] by Weeviljester
Line 49: Line 49:


== Code Snippets ==
== Code Snippets ==
Code snippets and IDs that are often used, collected here to make your life easier.
Code snippets and IDs that are often used in modding, collected here to make your life easier.
* [[Guide:Race_UUID|Race UUID]]s
* [[Guide:Race_UUID|Race UUID]]s
* [https://pastebin.com/g0fUYFAL Interactable Item UUIDs]
* [https://pastebin.com/g0fUYFAL Interactable Item UUIDs]
Line 57: Line 57:
* [https://github.com/TripsLetash/WotF-Changelings/blob/main/Resources/ParentIDs.xml All Player RootTemplate IDs] by Tripsadin
* [https://github.com/TripsLetash/WotF-Changelings/blob/main/Resources/ParentIDs.xml All Player RootTemplate IDs] by Tripsadin


== Other Resources ==
== Other Resources ==  
* [https://www.uuidgenerator.net/ UUID Generator]
* [https://www.uuidgenerator.net/ UUID Generator]
* [https://www.nexusmods.com/baldursgate3/images/594 Making armour icons] by AnteMaxx
* [https://www.nexusmods.com/baldursgate3/images/594 Making armour icons] by AnteMaxx

Navigation menu