Modding:Creating Armor Mods: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 50: Line 50:
=== Finding Items and stats in the game files ===
=== Finding Items and stats in the game files ===
* [https://docs.google.com/spreadsheets/d/152UzjrGGHZWi_2fZ33mWdgQMRKzMMgV6iLfKVprvFJ8/edit?pli=1#gid=1997487230 Item spreadsheet and where they are found]  
* [https://docs.google.com/spreadsheets/d/152UzjrGGHZWi_2fZ33mWdgQMRKzMMgV6iLfKVprvFJ8/edit?pli=1#gid=1997487230 Item spreadsheet and where they are found]  
* [https://www.nexusmods.com/baldursgate3/mods/1808 Creator's Cauldron]- generative tool, somewhat old but comes with many useful txt files with armor.txt and passives from the game.<br />
* [https://www.nexusmods.com/baldursgate3/mods/1808 Creator's Cauldron]- generative tool, somewhat old but comes with many useful txt files with armor.txt and passives from the game.
<div class="nomobile" column-width: "60em2;>
 
{| class="nomobile" style="text-align:center; margin: auto; border:1px solid #785000; font-size:83%; background-color:#1B1B1B; width: 60;" ;
 
|- style="font-weight:bold; background-color:#281C14; color:#c27736; border:0px none;"
[[Category:Modding guides]]
| colspan="2" |
[[File:bgwiii.png|30px|link=Template:NavWiki]] [[BG3Wiki:Community|Community]] • [[Guide:Guides|Guides]] • [[Modding: Modding resources|Modding]]
|-
| style="background-color:#28201B; color:#c27736; width: 15%;" |[[:Category:Modding|Modding guides]]
| style="text-align:left; padding:0 4px;" |<div class="navcat" ;>
<categorytree hideprefix="1" hideroot="1" mode="pages">Modding guides</categorytree>
</div>
|-
| style="background-color:#28201B; color:#c27736; width: 15%;" |[[Modding:Modding resources|Modding resources]]
| style="text-align:left; padding:0 4px;" |<div class="navcat" ;>
<categorytree hideprefix="1" hideroot="1" mode="pages">Modding resources</categorytree>
</div>
|}</div><div class="noexcerpt navigation-not-searchable" style="text-align:center"><span class="nodesktop"> [[Modding:Index|Modding index]] </span></div>

Revision as of 12:39, 2 January 2024

Bgwiii.png CommunityGuidesModding

Modding guides
Modding resources


In order to create a custom outfit mesh you will need:

Guides

Start here.

Create and Export a Mesh in Blender

Making an Item's LSX codes to get it into the game as a standalone item

Create Outfit Textures

Create MSK maps

Texture Formatting

References

Tools

  • Modder's Multitool page- be sure to read through its documentation as it has a great many overlooked features, such as atlas generation for icons.

Finding Models and textures in the game files

3d References

Icon Creation

Dye and Colour Palette creation

Finding Items and stats in the game files