Modding:Creating Armor Mods: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:


=== Finding Models and textures in the game files ===
=== Finding Models and textures in the game files ===
*[https://docs.google.com/spreadsheets/d/16uyC9UIJUmg1ciwsFfjdhsAbJAz320g2ei65BUGrnZg/edit#gid=1726617676 Spreadsheet of Clothing and Armor GR2 models] by Saku
*[[Guide:AssetPrefixReferences|Asset Prefix References]] - what each race and gender has as a file prefix.
*[[Guide:AssetPrefixReferences|Asset Prefix References]] - what each race and gender has as a file prefix.
*[[Modding:Body Models|Body Models]] - where the nude body mesh is.
*[[Modding:Body Models|Body Models]] - where the nude body mesh is.

Revision as of 22:43, 14 March 2024

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

Guides

Start here.

How to find and extract virtual textures

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

List of Shaders useable by modders

Use Outfit Builder To Refit Outfits

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

Texture resources

3d References

Icon Creation

Dye and Colour Palette creation

Finding Items and stats in the game files