DB/CreatureModelData: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 1: Line 1:
==Header Info ==
==Header Info ==
  Records...................696
  Records...................696 (in patch3.0[zhCN], this value is 1128)
  Fields.....................23
  Fields.....................23 (in patch3.0[zhCN], this value is 26)
  Record Size................92
  Record Size................92 (in patch3.0[zhCN], this value is 104)
  String Block Size.......23469
  String Block Size.......23469 (in patch3.0[zhCN], this value is 39871)


==Structure==
==Structure==

Revision as of 08:26, 31 March 2009

Header Info

Records...................696 (in patch3.0[zhCN], this value is 1128)
Fields.....................23 (in patch3.0[zhCN], this value is 26)
Record Size................92 (in patch3.0[zhCN], this value is 104)
String Block Size.......23469 (in patch3.0[zhCN], this value is 39871)

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Unknown 	Integer 	Something with type of model? (always 4 for characters | WRONG, naga_m, broken_f, skeleton_m/f go 0)
3 	ModelPath 	String 		*.MDX!
4 	Unknown 	Integer* 	0 - 4 | 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
5 	AnimationSpeed	Float 		Tauren females are the only with a factor different from 1.0 (or 100%) for their animations list. They run the animations at 125%, aka, 1/5 slower than everyone else.
6 	Unknown 	Integer* 	-1, 1 - 4
7 	Unknown 	Integer* 	-1, 0, 1, 3 - 7 | 0 for "Creature\CrystalSpider\CrystalSpider.mdx" only
8 	Unknown 	Float 		big dragons got 30.0, some mounts 24.0 etc | most time 18.0
9 	Unknown 	Float 	
10 	Unknown 	Float 	
11 	Unknown 	NULL* 	
12 	Unknown 	Integer* 	ground shake? (Kunga) | 0 - 2, 10, 79, 82 | again bigger models got bigger number most time
13 	Unknown 	Integer* 	0, 10 - 12, 38 | 0 most of the time.
14 	groupID / ID2 	Integer		a second ID, per model / model a model is based on. taurenbear/nelfbear/bear got same ID etc.
15 	Collision 	Float 		Size of collision for the model. 	
16 	Unknown 	Float 		Gravity?
17 	Unknown 	Float 		<.. other collision data?
18 	Unknown 	Float 		 ..
19 	Unknown 	Float 		 ..
20 	Unknown 	Float 		 ..
21 	Unknown 	Float 		 ..
22 	Unknown 	Float 		 .. other collision data?
23 	Unknown 	Float 	 	 ..>

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

--schlumpf_ 22:19, 20 August 2007 (CEST)