CGFX: Difference between revisions
Planetarian (talk | contribs)  | 
				Planetarian (talk | contribs)  | 
				||
| Line 65: | Line 65: | ||
|}  | |}  | ||
The DATA header contains the entry counts and offsets for each DICT entry  | The DATA header contains the entry counts and offsets for each DICT entry. There are always sixteen entries; any unused entries are zeroed.  | ||
Typical entries:  | |||
{| class="wikitable"  | |||
|-  | |||
! N  | |||
! Type  | |||
|-  | |||
| 0  | |||
| Models  | |||
|-  | |||
| 1  | |||
| Textures  | |||
|-  | |||
| 2  | |||
| LUTS (Material/Color/Shader look-up tables?)  | |||
|-  | |||
| 3  | |||
| Unknown  | |||
|-  | |||
| 4  | |||
| Unknown  | |||
|-  | |||
| 5  | |||
| Cameras  | |||
|-  | |||
| 6  | |||
| Lights  | |||
|-  | |||
| 7  | |||
| Fog  | |||
|-  | |||
| 8  | |||
| Environments  | |||
|-  | |||
| 9  | |||
| Skeleton animations  | |||
|-  | |||
| 10  | |||
| Texture animations  | |||
|-  | |||
| 11  | |||
| Unknown animations  | |||
|-  | |||
| 12  | |||
| Unknown  | |||
|-  | |||
| 13  | |||
| Unknown  | |||
|-  | |||
| 14  | |||
| Unknown  | |||
|-  | |||
| 15  | |||
| Unknown  | |||
|}  | |||
== DICT ==  | == DICT ==  | ||