DBFilesClient\CreatureDisplayInfo.dbc |
From WoWDev
[edit]
CreatureDisplayInfo.dbc
This client database contains properties of various creature looks, like skin texture etc.
[edit]
Fields
| Field ID | Type | Description |
|---|---|---|
| 0 | uint | CreatureID |
| 1 | uint | CreatureModelID |
| 4 | float | Scale |
| 6 | string | Texture for slot 11 |
| 7 | string | Texture for slot 12 |
| 8 | string | Texture for slot 13 |
[edit]
Field descriptions
The three textures go into their respective replacableID slots as given in M2 texture definitions. The texture filenames are built as follows:
ModelBasePath\TextureFilename.blp
Where ModelBasePath is the path to the creature model, without the model filename.

