Modding:Code Snippets: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "{{Modding box}}Code snippets and IDs that are often used in modding, collected here to make your life easier. *Race UUIDs *[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/ParentID...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Modding box}}Code snippets and IDs that are often used in modding, collected here to make your life easier.
{{Modding box}}
 
== Code Snippets ==
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 6: Line 9:
*[https://www.nexusmods.com/baldursgate3/mods/2534 Treasure Table Spreadsheet]
*[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
*[https://github.com/TripsLetash/WotF-Changelings/blob/main/Resources/ParentIDs.xml All Player RootTemplate IDs] by Tripsadin
[[Category:Modding]]
[[Category:Modding guides]]

Latest revision as of 00:23, 30 July 2024

Code Snippets[edit | edit source]

Code snippets and IDs that are often used in modding, collected here to make your life easier.