DB/CharHairTextures: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (New style. What is this DBC? oO)
Line 1: Line 1:
==Header Info==
I can't see any sense in this one. Only that there are files like Hair02_01.blp for humans and they have a 2 in the sixth column.
Records....................81
Fields......................8
Record Size................32
String Block Size...........1


==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2 iRefID_[[ChrRaces.dbc|ChrRaces]] Integer
! width="80" | Column  
  3 Gender? Boolean Possible gender boolean  
! width="180 " | Field  
  4 Gender? Boolean Possible gender boolean
! width="80" | Type  
  5 Unknown BitMask
! width="600" | Notes
  6 Unknown Signed Integer
|-
  7 Unknown Signed Integer
|1 || ID || Integer ||
  8 Unknown Signed Integer
|- style="background:#F0F8FF;"
|2 || [[ChrRaces.dbc|Race]] || iRefID  ||
|-
|3  || Unknown || Boolean || <.. Possible gender boolean
|-
|4  || Unknown || Boolean || ..>
|-
|5 || Unknown || Integer  ||
|-
|6 || Unknown || Integer || Maybe the * of Hair*_x.blp?
|-
|7 || Unknown || Integer ||
|-
|8 || Unknown || Integer ||
|}


Retrieved from "http://www.sourcepeek.com/wiki/CharHairTextures.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/CharHairTextures.dbc"


[[Category:DBC]]
[[Category:DBC]][[Category:3.0.2.8905]]

Revision as of 18:05, 29 September 2008

I can't see any sense in this one. Only that there are files like Hair02_01.blp for humans and they have a 2 in the sixth column.

Structure

Column Field Type Notes
1 ID Integer
2 Race iRefID
3 Unknown Boolean <.. Possible gender boolean
4 Unknown Boolean ..>
5 Unknown Integer
6 Unknown Integer Maybe the * of Hair*_x.blp?
7 Unknown Integer
8 Unknown Integer

Retrieved from "http://www.sourcepeek.com/wiki/CharHairTextures.dbc"