4
editsAd placeholder
Modding:VertexColorMaskSlots: Difference between revisions
Jump to navigation
Jump to search
→Other Ways to Hide Mesh Parts
Soggyburrito (talk | contribs) |
|||
Line 87: | Line 87: | ||
== Other Ways to Hide Mesh Parts == | == Other Ways to Hide Mesh Parts == | ||
There are certain helmets in the game that hide ears. | There are certain helmets in the game that hide ears/beard/head. | ||
First of all, this is done by the gr2, so if you accidentally name any part of your head Ears, other than the | First of all, this is done by the gr2, so if you accidentally name any part of your head Ears/Head/Beard, other than the intended mesh themselves, both will be hidden by these helmets. | ||
If you want to purposefully do this, make sure to have | If you want to purposefully do this, make sure to have correct name in the data tab and object tab of your mesh in blender. | ||
`<node id="Tags"> | |||
<attribute id="Object" type="FixedString" value="Hide Head/Beard/Ears" />` in the visualbank hides it just like a vertexmaskslot does. | |||
[[Category:Modding resources]] | [[Category:Modding resources]] | ||
[[Category:Armor modding]] | [[Category:Armor modding]] |