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: females with male textures  (Read 1570 times)

Moonlightshadow

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
females with male textures
« on: February 23, 2015, 12:40:24 pm »
i dont know how exactly to put it,

but is possible to have some females use the females textures, and some not?
example, http://www.wowhead.com/item=17711/eleme ... e-leggings have some ugly like female dwarfs show the male texture, but keep female textures for humans?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: females with male textures
« Reply #1 on: February 23, 2015, 01:46:05 pm »
Every item has display ID.

Every displayID has textures used set in its DBC data (in ItemDisplayInfo.dbc)

Every texture for texture item has added behind its name one of following: "_U", "_M", "_F". For example Generic_OrWr_01_Belt_LU_F and Generic_OrWr_01_Belt_LU_M. Its quite obvious that F texture is for female characters, M texture for male characters. U means unisex.

So how to achieve that some leggings will have male textures on female characters? Simple, extract both their male and female textures and replace female one by male one. So in the end you will have 2 textures, one with F, one with M, but both will be the same. You can also have only one texture with U, but I am not entirely sure what happens if you have combination of all three U, M and F in your patches, I don't know which texture would be preffered in such case. You can check that out, if you want to.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

kojak488

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 351
    • View Profile
Re: females with male textures
« Reply #2 on: February 23, 2015, 03:28:07 pm »
Amaroth, you didn't read his post properly.  That won't solve his problem where he wants only some female races to use the male version and others use the female version.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: females with male textures
« Reply #3 on: February 23, 2015, 08:46:22 pm »
Ah, my apologies. I dont think it would be possible without editing client itself.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz