Modding:Creating Armor Mods: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
== References == | == References == | ||
=== Tools === | |||
* [https://github.com/ShinyHobo/BG3-Modders-Multitool 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 === | === Finding Models and textures in the game files === |
Revision as of 12:35, 2 January 2024
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
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
- Spreadsheet of Clothing and Armor GR2 models by Saku
- Asset Prefix References - what each race and gender has as a file prefix.
- Body Models - where the nude body mesh is.
3d References
Icon Creation
- Making armour icons by AnteMaxx
- Custom Backdrops for Character Creation and Level Up by AnteMaxx
- Chroma Key Droppable Object by SoggyBurrito and Hijimare
- BG3 Icons in downloadable format by Mirza
Dye and Colour Palette creation
- P4 Custom Dyes Including Template
- Notion Dye Template by danyasnexusaccount
- Colouring cheat sheet
- ColourMath Colour Converter Use sRGB 0-1 for the vec3 value.
- RGB Color Picker
- BG3 Mini Tool- convert values into the ones the game uses
- Examples of dyes on in game clothing/armor
Finding Items and stats in the game files
- Item spreadsheet and where they are found
- Creator's Cauldron- generative tool, somewhat old but comes with many useful txt files with armor.txt and passives from the game.