Ad placeholder

Modding:VertexColorMaskSlots: Difference between revisions

Jump to navigation Jump to search
grammar and flow
No edit summary
(grammar and flow)
Line 7: Line 7:
= VertexColorMaskSlots =
= 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.
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:
You will see something like this in the merged.lsf files:
Line 16: Line 16:
</code>
</code>


This is the values you can use:
These are the values you can use: (note: these values are case sensitive)
<br>
these are case sensitive so must be used how they are written


== VertexColorMaskSlots Table ==
== VertexColorMaskSlots Table ==
Line 69: Line 67:
| Never Hide Hair || This is used on headwear where you don't want the hair being hidden. || N/A
| Never Hide Hair || This is used on headwear where you don't want the hair being hidden. || N/A
|-
|-
| Red Physics Paint || Activates physics on cloth. || #FF0101
|
|
|
|-
|-
| Hot Pink Physics Paint || Slows physics on cloth. || #FF0180
| (Red Physics Paint) || Activates physics on cloth. || #FF0101
|-
| (Hot Pink Physics Paint) || Slows physics on cloth. || #FF0180
|-
|-
|}
|}
Line 84: Line 86:
== Other Ways to Hide Mesh Parts ==
== Other Ways to Hide Mesh Parts ==


So as you know there are certain helmets in the game that hide Ears.  
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.
First of all, this is done by the gr2, so 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.
If you want to purposefully do this, make sure to have Ears in the name in the data tab and object tab of your mesh in blender.
[[Category:Modding resources]]
[[Category:Modding resources]]

Navigation menu