Modding:VertexColorMaskSlots: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageSeo |title=Modding Resources |description=This page is a hub for everything related to Modding Baldur's Gate 3. Check out the following guides to learn how to mod BG3. |image=Modding_resources.webp }}{{NavModding}} == VertexColorMaskSlots == So when creating outfits/armors/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...") |
|||
Line 23: | Line 23: | ||
|+ VertexColorMaskSlots | |+ VertexColorMaskSlots | ||
|- | |- | ||
! Fixed String !! Image | ! Fixed String !! Image !! Description | ||
|- | |- | ||
| Torso || | | Torso || | ||
Line 45: | Line 45: | ||
| feet || | | feet || | ||
|- | |- | ||
| decolletage_01 || | | decolletage_01 || || the low neckline on an outfit | ||
|- | |- | ||
| decolletage_02 || | | decolletage_02 || || the low neckline on an outfit | ||
|- | |- | ||
| Underwear_Bra || | | Underwear_Bra || | ||
Line 62: | Line 62: | ||
|- | |- | ||
| Sleeves || | | Sleeves || | ||
|- | |||
| Never Hide Hair || || This is used on headwear where you don't want the hair being hidden. | |||
|- | |- | ||
|} | |} |
Revision as of 22:40, 25 October 2023
VertexColorMaskSlots
So when creating outfits/armors/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
Fixed String | Image | Description |
---|---|---|
Torso | ||
Shoulders | ||
upperarm | ||
lowerarm | ||
wrists | ||
hands | ||
Thighs | ||
knees | ||
shins | ||
feet | ||
decolletage_01 | the low neckline on an outfit | |
decolletage_02 | the low neckline on an outfit | |
Underwear_Bra | ||
Underwear_Panties | ||
Underwear_Panties_Tail | ||
Private_Parts | ||
ModestyLeaf | ||
Nipple Covers | ||
Sleeves | ||
Never Hide Hair | This is used on headwear where you don't want the hair being hidden. |