DB/CreatureModelData: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  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)
  2 Unknown Integer Something with type of model? (always 4 for characters | '''WRONG''', naga_m, broken_f, skeleton_m/f go 0) (0, 1, 2, 3, 16, 99, 128, 256, etc.)
  3 ModelPath String *.[[MDX]]!
  3 ModelPath String *.[[MDX]]!
  4 Unknown Integer* 0 - 4 | 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
  4     Unknown        Integer        always 0.
  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.
5 Unknown Integer* 0 - 4 | 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
  6 Unknown Integer* -1, 1 - 4
  6 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.
  7 Unknown Integer* -1, 0, 1, 3 - 7 | 0 for "Creature\CrystalSpider\CrystalSpider.mdx" only
  7 Unknown Integer* -1, 1 - 4
  8 Unknown Float big dragons got 30.0, some mounts 24.0 etc | most time 18.0
  8 Unknown Integer* -1, 0, 1, 3 - 7 | 0 for "Creature\CrystalSpider\CrystalSpider.mdx" only
9 Unknown Float
  9 Unknown Float big dragons got 30.0, some mounts 24.0 etc | most time 18.0
  10 Unknown Float
  10 Unknown Float
  ''11 Unknown NULL* ''
  11 Unknown Float
  12 Unknown Integer* ground shake? (Kunga) | 0 - 2, ''10, 79, 82'' | again bigger models got bigger number most time
12 Unknown Integer* always 0.
  13 Unknown Integer* 0, 10 - 12, 38 | 0 most of the time.
  13 Unknown Integer* ground shake? (Kunga) | 0 - 2, ''10, 79, 82'' | again bigger models got bigger number most time
  14 groupID / ID2 Integer a second ID, per model / model a model is based on. ''taurenbear/nelfbear/bear got same ID etc.''
  14 Unknown Integer* 0, 10 - 12, 38 | 0 most of the time.
  15 Collision Float Size of collision for the model.
  15 groupID / ID2 Integer a second ID, per model / model a model is based on. ''taurenbear/nelfbear/bear got same ID etc.''
  16 Unknown Float Gravity?
  16 Collision Float Size of collision for the model.
  17 Unknown Float <.. other collision data?
  17 Unknown Float Gravity?
18 Unknown Float ..
  18 Unknown Float <.. other collision data?
  19 Unknown Float ..
  19 Unknown Float ..
  20 Unknown Float ..
  20 Unknown Float ..
  21 Unknown Float ..
  21 Unknown Float ..
  22 Unknown Float .. other collision data?
  22 Unknown Float ..
  23 Unknown Float ..>
23 Unknown Float .. other collision data?
  24 Unknown Float ..>
25 Unknown Float mostly 10, others are 0.03 - 0.9
26 Unknown Float mostly 1.0, others are 0.5 - 2.9


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

Revision as of 10:23, 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) (0, 1, 2, 3, 16, 99, 128, 256, etc.)
3 	ModelPath 	String 		*.MDX!
4      Unknown         Integer         always 0.
5 	Unknown 	Integer* 	0 - 4 | 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
6 	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.
7 	Unknown 	Integer* 	-1, 1 - 4
8 	Unknown 	Integer* 	-1, 0, 1, 3 - 7 | 0 for "Creature\CrystalSpider\CrystalSpider.mdx" only
9 	Unknown 	Float 		big dragons got 30.0, some mounts 24.0 etc | most time 18.0
10 	Unknown 	Float 	
11 	Unknown 	Float 	
12 	Unknown 	Integer* 	always 0.
13 	Unknown 	Integer* 	ground shake? (Kunga) | 0 - 2, 10, 79, 82 | again bigger models got bigger number most time
14 	Unknown 	Integer* 	0, 10 - 12, 38 | 0 most of the time.
15 	groupID / ID2 	Integer		a second ID, per model / model a model is based on. taurenbear/nelfbear/bear got same ID etc.
16 	Collision 	Float 		Size of collision for the model. 	
17 	Unknown 	Float 		Gravity?
18 	Unknown 	Float 		<.. other collision data?
19 	Unknown 	Float 		 ..
20 	Unknown 	Float 		 ..
21 	Unknown 	Float 		 ..
22 	Unknown 	Float 		 ..
23 	Unknown 	Float 		 .. other collision data?
24 	Unknown 	Float 	 	 ..>
25 	Unknown 	Float 		 mostly 10, others are 0.03 - 0.9
26 	Unknown 	Float 		 mostly 1.0, others are 0.5 - 2.9

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

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