DB/GameObjectDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
(desc.)
Line 1: Line 1:
[[GameObjectCache.wdb]] reads this file to associate models with objects.  
[[GameObjectCache.wdb]] reads this file to associate models with objects.  
Actually this DBC is used for more than that it seems and also controls models used partially in some spells but not sure how at the moment.  
Actually this DBC is used for more than that it seems and also controls models used partially in some spells but not sure how at the moment.  
This [[DBC]] holds information about every type of models ([[WMO]] too). For .[[WMO]]s all entries are 0. Models ([[M2]]) are listed as .MDX as always.


==Header Info==
==Header Info==
Line 12: Line 14:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 SRefPath string the model (.mdx) location that this entry refers to  
  2 SRefPath string the model that this entry refers to  
  3 Unknown Integer*
  3 Unknown Integer*
  4 Unknown Integer*
  4 Unknown Integer*

Revision as of 14:41, 7 August 2007

GameObjectCache.wdb reads this file to associate models with objects. Actually this DBC is used for more than that it seems and also controls models used partially in some spells but not sure how at the moment.

This DBC holds information about every type of models (WMO too). For .WMOs all entries are 0. Models (M2) are listed as .MDX as always.

Header Info

Build Version............6337
Records..................2210
Fields.....................18
Record Size................72
String Block Size......142172

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	SRefPath 	string 		the model that this entry refers to 
3 	Unknown 	Integer* 	
4 	Unknown 	Integer* 	
5 	Unknown 	Integer* 	
6 	Unknown 	Integer* 	
7 	Unknown 	Integer* 	
8 	Unknown 	NULL 	
9 	Unknown 	Integer* 	
10 	Unknown 	Integer* 	
11 	Unknown 	Integer* 	
12 	Unknown 	Integer* 	
13 	Unknown 	Float 	
14 	Unknown 	Float 	
15 	Unknown 	Float 	
16 	Unknown 	Float 	
17 	Unknown 	Float 	
18 	Unknown 	Float 	 

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