DBFilesClient\CreatureModelData.dbc |
From WoWDev
[edit]
CreatureModelData.dbc
This client database contains the models for various creatures.
[edit]
Fields
| Field ID | Type | Description |
|---|---|---|
| 0 | uint | CreatureModelID |
| 1 | uint | Creature type? |
| 2 | string | Model filename |
[edit]
Field descriptions
The filenames end in .mdx instead of .m2, as usual. There are some additional fields containing unknown properties.
That's because when the game was being programmed (in alpha and into half of beta) the game used filenames that ended in MDX to refer to the MDX2 file format. It wasn't until open beta that they changed the file extension to m2.

