Modding:VertexColorMaskSlots: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
|+ VertexColorMaskSlots
|+ VertexColorMaskSlots
|-
|-
! Fixed String !! Description
! Fixed String !! Description !! Colour Hex Code
|-
|-
| Torso || hide majority of the Torso. See image in image references.
| Torso || hide majority of the Torso. See image in image references. ||#013201
|-
|-
| Shoulders ||  
| Shoulders || ||#011E01
|-
|-
| upperarm ||
| upperarm || ||#014101
|-
|-
| lowerarm ||
| lowerarm ||||#015001
|-
|-
| wrists ||
| wrists ||||#013A01
|-
|-
| hands || usually used by gloves
| hands || usually used by gloves ||#015F01
|-
|-
| Thighs || be careful using this as some shorter pants will show gaps if used
| Thighs || be careful using this as some shorter pants will show gaps if used ||#01B901
|-
|-
| knees ||
| knees ||||#011001
|-
|-
| shins ||
| shins ||||#012401
|-
|-
| feet || mostly used by shoes in the game
| feet || mostly used by shoes in the game ||#019601
|-
|-
| decolletage_01 || the low neckline on an outfit
| decolletage_01 || the low neckline on an outfit ||#018201
|-
|-
| decolletage_02 || the second low neckline on an outfit
| decolletage_02 || the second low neckline on an outfit ||#016E01
|-
|-
| Underwear_Bra || this is for hiding the upper underwear
| Underwear_Bra || this is for hiding the upper underwear || #02AA02
|-
|-
| Underwear_Panties || hides the lower underwear
| Underwear_Panties || hides the lower underwear || #02AA02
|-
|-
| Underwear_Panties_Tail || same as above but I believe is for hiding specifically the Tiefling underwear
| Underwear_Panties_Tail || same as above but I believe is for hiding specifically the Tiefling underwear ||#02AA02
|-
|-
| Private_Parts || this hides genitalia
| Private_Parts || this hides genitalia || ?
|-
|-
| ModestyLeaf || this hides the leaf using when playing the game without full nudity
| ModestyLeaf || this hides the leaf using when playing the game without full nudity || ?
|-
|-
| Nipple Covers || this hides the leaf using when playing the game without full nudity
| Nipple Covers || this hides the leaf using when playing the game without full nudity || ?
|-  
|-  
| Sleeves || this is used mostly for Gloves to hide parts of sleeves of longer sleeved outfits
| Sleeves || this is used mostly for Gloves to hide parts of sleeves of longer sleeved outfits || ?
|-
|-
| Never Hide Hair || This is used on headwear where you don't want the hair being hidden.
| Pants || this is used for boots to hide pant legs || ?
|-
| Never Hide Hair || This is used on headwear where you don't want the hair being hidden. || ?
|-
|-
|}
|}
Line 75: Line 77:
[[File:Bodyvertexmasks.webp|600px]]
[[File:Bodyvertexmasks.webp|600px]]


== VertexColor HEX Numbers ==
Hex colours of vertex paint, for use with vertex painting in Blender
{| class="wikitable sortable"
|+ VertexColor Hex
|-
! Fixed String !! Code
|-
| Underwear || #02AA02
|}


== Other Ways to Hide Mesh Parts ==
== Other Ways to Hide Mesh Parts ==

Revision as of 22:51, 23 December 2023

Bgwiii.png CommunityGuidesModding

Modding guides
Modding resources


VertexColorMaskSlots

So when creating outfits/armours/helmets and such we sometimes will want to hide certain parts of the body or make it so those parts aren't hidden such as wanting a tiara not to hide hair.

You will see something like this in the merged.lsf files:

<node id="VertexColorMaskSlots">
<attribute id="Object" type="FixedString" value="Torso" />
</node>

This is the values you can use:
these are case sensitive so must be used how they are written

VertexColorMaskSlots Table

VertexColorMaskSlots
Fixed String Description Colour Hex Code
Torso hide majority of the Torso. See image in image references. #013201
Shoulders #011E01
upperarm #014101
lowerarm #015001
wrists #013A01
hands usually used by gloves #015F01
Thighs be careful using this as some shorter pants will show gaps if used #01B901
knees #011001
shins #012401
feet mostly used by shoes in the game #019601
decolletage_01 the low neckline on an outfit #018201
decolletage_02 the second low neckline on an outfit #016E01
Underwear_Bra this is for hiding the upper underwear #02AA02
Underwear_Panties hides the lower underwear #02AA02
Underwear_Panties_Tail same as above but I believe is for hiding specifically the Tiefling underwear #02AA02
Private_Parts this hides genitalia ?
ModestyLeaf this hides the leaf using when playing the game without full nudity ?
Nipple Covers this hides the leaf using when playing the game without full nudity ?
Sleeves this is used mostly for Gloves to hide parts of sleeves of longer sleeved outfits ?
Pants this is used for boots to hide pant legs ?
Never Hide Hair This is used on headwear where you don't want the hair being hidden. ?

Image References

This image is for the Body Vertex Color Mask Slots and what gets hidden when using them.

Bodyvertexmasks.webp


Other Ways to Hide Mesh Parts

So as you know there are certain helmets in the game that hide Ears.

First of you all this is done by the gr2 as if you accidentally name any part of your head Ears other than the ears themselves both will be hidden by these helmets.

If you want to purposefully do this, make sure to have Ears in the name in the data tab and object tab in blender of your mesh in blender.