DB/GroundEffectTexture: Difference between revisions

From wowdev
Jump to navigation Jump to search
(→‎Structure: New Style)
Line 7: Line 7:
  String Block Size...........1
  String Block Size...........1


==Original Structure==
==Structure==
'''Column Field Type'''
 
  1 ID Integer
{| style="background:#FCFCFC; color:black"
  2 Effect Doodad 1 Integer Reference to Column2 in GroundEffectDoodad.dbc
|-
  3 Effect Doodad 2 Integer Reference to Column2 in GroundEffectDoodad.dbc
! width="60" | Column  
  4 Effect Doodad 3 Integer Reference to Column2 in GroundEffectDoodad.dbc
! width="140 " | Field  
  5 Effect Doodad 4 Integer Reference to Column2 in GroundEffectDoodad.dbc
! width="50" | Type  
  6 Amount         Integer (from 0 (Nothing) to 16 (doodads almost everywhere)
! width="400" | Notes
  7 Unknown Integer
|-
| 1 || ID || Integer ||
|-
| 2 || Effect Doodad 1 || Integer || Reference to Column2 in GroundEffectDoodad.dbc
|-
| 3 || Effect Doodad 2 || Integer || "
|-  
| 4 || Effect Doodad 3 || Integer || "
|-  
| 5 || Effect Doodad 4 || Integer || "
|-  
| 6 || Amount || Integer || (from 0 (Nothing) to 16 (doodads almost everywhere)
|-  
| 7 || Unknown || Integer ||
|}


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


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

Revision as of 21:32, 30 November 2008

GroundEffectTexture.dbc is used for determining what doodads get used for the effects on textures (the ID thats used is the effectID on the base texture of each map chunk). These doodads are the little tiny plants & rocks you will see on the ground.

Header Info

Records.................14797
Fields......................7
Record Size................28
String Block Size...........1

Structure

Column Field Type Notes
1 ID Integer
2 Effect Doodad 1 Integer Reference to Column2 in GroundEffectDoodad.dbc
3 Effect Doodad 2 Integer "
4 Effect Doodad 3 Integer "
5 Effect Doodad 4 Integer "
6 Amount Integer (from 0 (Nothing) to 16 (doodads almost everywhere)
7 Unknown Integer

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