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) (0, 1, 2, 3, 16, 99, 128, 256, etc.)
  2 Flags Integer Known to be checked: 0x80. Known: 4: Has death corpse.
  3 ModelPath String *.[[MDX]]!
  3 ModelPath String *.[[MDX]]!
  4      Unknown        Integer        always 0.
  4      AltermateModel String This is always 0. It would be used, if something was in here. Its pushed into M2Scene::AddNewModel(GetM2Cache(), Modelpath, AlternateModel, 0).
  5 Unknown Integer* 0 - 4 | 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
  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.
  6 Scale Float CMD.Scale * CDI.Scale is used in CUnit.
  7 [[UnitBloodLevels.dbc|BloodLevel]] iRefID
  7 [[UnitBloodLevels.dbc|BloodLevel]] iRefID
  8 Unknown Integer* -1, 0, 1, 3 - 7 | 0 for "Creature\CrystalSpider\CrystalSpider.mdx" only
  8 Unknown Integer* -1, 0, 1, 3 - 7 | 0 for "Creature\CrystalSpider\CrystalSpider.mdx" only
Line 22: Line 22:
  14 Unknown Integer* 0, 10 - 12, 38 | 0 most of the time.
  14 Unknown Integer* 0, 10 - 12, 38 | 0 most of the time.
  15 [[CreatureSoundData.dbc|SoundData]] iRefID
  15 [[CreatureSoundData.dbc|SoundData]] iRefID
  16 Collision Float Size of collision for the model.
  16 CollisionWidth Float Size of collision for the model. Has to be bigger than 0.41670012920929, else "collision width is too small.".
  17 Unknown Float Gravity?
  17 CollisionHeight Float ZEROSCALEUNIT when 0-CollisionHeight < 0
  18 Unknown Float <.. other collision data?
  18 Unknown Float <.. other collision data?
  19 Unknown Float ..
  19 Unknown Float ..
Line 36: Line 36:
Retrieved from "http://www.sourcepeek.com/wiki/CreatureModelData.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/CreatureModelData.dbc"


--[[User:Schlumpf|schlumpf_]] 22:19, 20 August 2007 (CEST)
--[[User:Schlumpf|schlumpf_]] 00:53, 10 July 2009 (CEST)


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

Revision as of 00:53, 10 July 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 	Flags 		Integer 	Known to be checked: 0x80. Known: 4: Has death corpse.
3 	ModelPath 	String 		*.MDX!
4      AltermateModel	String 		This is always 0. It would be used, if something was in here. Its pushed into M2Scene::AddNewModel(GetM2Cache(), Modelpath, AlternateModel, 0).
5 	Unknown 	Integer* 	0 - 4 | 4 got mostly big models (ragnaros, nef.) but again, not all big models got 4 ...
6 	Scale		Float 		CMD.Scale * CDI.Scale is used in CUnit.
7 	BloodLevel 	iRefID	
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 	        mostly 12, others are 0.0 - 20.0
11 	Unknown 	Float 	        mostly 1.0, others are 0.0 - 5.0  
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 	SoundData 	iRefID		
16 	CollisionWidth 	Float 		Size of collision for the model. Has to be bigger than 0.41670012920929, else "collision width is too small.".
17 	CollisionHeight	Float 		ZEROSCALEUNIT when 0-CollisionHeight < 0
18 	Unknown 	Float 		<.. other collision data?
19 	Unknown 	Float 		 ..
20 	Unknown 	Float 		 ..
21 	Unknown 	Float 		 .. selection circle size ?
22 	Unknown 	Float 		 ..
23 	Unknown 	Float 		 .. 
24 	Unknown 	Float 	 	 other collision data? ..>
25 	Unknown 	Float 		 mostly 1.0, 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_ 00:53, 10 July 2009 (CEST)