DB/GameObjectDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: 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 ...)
 
No edit summary
Line 10: Line 10:


==Structure==
==Structure==
  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 (.mdx) location that this entry refers to  

Revision as of 19:06, 24 July 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.

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 (.mdx) location 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"