[Archive] Hide clothing on character model (UV editting)
[Archive] Hide clothing on character model (UV editting)
Archived author: Hahaha • Posted: 2020-12-06T16:57:39+00:00
Original source
Does anyone know how I could stop the clothing overlay from showing on certain parts of a model? So for example, the troll feet don't show any of the boot textures. I wish to replicate this effect but on different parts of the model, but don't know what is required for it. Help would be appreciated!
Archived author: Alastor StrixEfuartus • Posted: 2020-12-06T17:23:56+00:00
Original source
There is a texture flag for that called BodyOrCloth and afaik it uses CharSections dbc and puts cloth on top of that just like that I assume its hardcoded that troll / draenei / tauren feets are getting excluded from it but I could be wrong this is oddly specific region that I never investigated but UV editing or Texture Flags wont lead you to solution
Maybe there is a flag in CharSection DBC that defines that that very section cannot get armor on it try looking into that
Archived author: Hahaha • Posted: 2020-12-06T19:07:35+00:00
Original source
Whilst I couldn't find what exactly causes the troll feet to be invisible, I managed to achieve a similar effect by separating the leg model and giving it an _extra blp texture in CharSections, so it uses an alternate body file for the textures (but only when robes are applied) that don't get overwritten by clothing, allowing the character to have bare 3D legs which I can now edit the robes over.
Quote: On 12/6/2020 at 8:07 PM, Hahaha said:ChrRaces.dbc, Flag 0x2 => BareFeet
Whilst I couldn't find what exactly causes the troll feet to be invisible...
Archived author: Taoma • Posted: 2020-12-10T20:01:51+00:00
Original source
Quote: On 12/6/2020 at 8:07 PM, Hahaha said:ChrRaces.dbc, Flag 0x2 => BareFeet
Whilst I couldn't find what exactly causes the troll feet to be invisible...
Archived author: ReynoldsCahoon • Posted: 2021-04-04T18:43:19+00:00
Original source
I just wanted to chime in to say I like what you're doing, adding the legs underneath robes. ?