This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: gender-specific textures  (Read 5296 times)

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
gender-specific textures
« on: July 23, 2014, 02:22:26 pm »
hi

as you might know there are some items that are using gender-specific (ie, different textures for males and females), while the others are using the same for both genders

my question here now is, where (i assume in some dbc?) exactly is it defined which item is using gender-specific and which don't?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: gender-specific textures
« Reply #1 on: July 23, 2014, 07:06:55 pm »
Just seek in files of those textures

« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: gender-specific textures
« Reply #2 on: July 24, 2014, 11:08:13 am »
_F = Female
_M = Male
_U = Unisex
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: gender-specific textures
« Reply #3 on: July 24, 2014, 12:03:39 pm »
no, that's not what i'm looking for.

see, i know alright about the blp textures, which ones are the gender specific ones and which are not, as well as their denotation.
i am looking for the location of the flag that actually sets a set of textures to gender specific, or not.
so i could set items that by default are not gender specific to gender specific, and vice versa
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: gender-specific textures
« Reply #4 on: July 24, 2014, 12:48:29 pm »
Do you mean gender-specific items ?
Else, like, the _F/_M/_U is the only thing making sense to me about your case
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: gender-specific textures
« Reply #5 on: July 24, 2014, 02:08:28 pm »
i think thats automaticla WoW just look into MPQs and search BLPs

for example when loading "Chest" WoW will automaticaly add _M / _F
Search for Chest_M
 if find then load Chest_M on Male model
Search for Chest _F
 if find load Chest_F on Female model
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: gender-specific textures
« Reply #6 on: July 24, 2014, 04:32:01 pm »
thats not the case.

there are sets where there are _u, _m and _f textures present, sometimes the _u is loaded, sometimes the _m/_f.

there must be some .dbc or whatever setting these bitflags.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: gender-specific textures
« Reply #7 on: July 24, 2014, 04:58:40 pm »
Have you checked the values of ItemDisplayInfoRec.m_modelTexture[]?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: gender-specific textures
« Reply #8 on: July 24, 2014, 05:41:41 pm »
i'm sorry?
can you please tell me more (where to find it, etc), is it a .dbc entry somewhere?
i've just got a rough general idea about wow modding. the documentation about the .dbcs that i could find was poor.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: gender-specific textures
« Reply #9 on: July 24, 2014, 08:06:48 pm »
Which documentation do you consult?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: gender-specific textures
« Reply #10 on: July 25, 2014, 05:16:57 am »
the wowdev wiki
is there any better documentation?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: gender-specific textures
« Reply #11 on: July 25, 2014, 01:44:53 pm »
If you are looking at wowdev.wiki, no there is no better one. I wonder how you can say that it would be poor, though, as it has complete information for that dbc, including official code from Blizzard as well as additional comments.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: gender-specific textures
« Reply #12 on: July 29, 2014, 06:15:40 am »
don't get me wrong, the wowdev wiki is helpful, however, pretty much all the .dbcs have incomplete descriptions (many data fields are unknown)

anyways, back to topic, where can i find ItemDisplayInfoRec.m_modelTexture[]?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: gender-specific textures
« Reply #13 on: July 29, 2014, 08:16:23 am »
Quote from: "Moonlightshadow"
don't get me wrong, the wowdev wiki is helpful, however, pretty much all the .dbcs have incomplete descriptions (many data fields are unknown)

anyways, back to topic, where can i find ItemDisplayInfoRec.m_modelTexture[]?
It still is the most complete documentation available. If you find out stuff, just add it. If you don't manage to reverse it yourself, just ask on the forums. For dbcs like ItemDisplayInfo, documentation is 100% complete and correct thought.

In ItemDisplayInfo.dbc. I don't know the column by heart, just look in the wiki.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: gender-specific textures
« Reply #14 on: August 13, 2014, 10:55:51 am »
so, i had a look into itemdisplayinfo.dbc, and didn't seem to find anything setting the gender-specificness flag.

i'm really noob at modding, so does any one else have a clue? (where else to look, etc, or better, just tell me where the flag is set)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »