EvilEngine/DYNA/effect:spotlight: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
No edit summary
No edit summary
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

==Format: The Incredibles==


{| class="wikitable"
{| class="wikitable"
Line 20: Line 18:
| 0x08 || uint || '''target''' ||
| 0x08 || uint || '''target''' ||
|-
|-
| 0x0C || uchar || '''attach_bone''' ||
| 0x0C || byte || '''attach_bone''' ||
|-
|-
| 0x10 || uchar || '''target_bone''' ||
| 0x0D || byte || '''target_bone''' ||
|-
|-
| 0x14 || uchar || '''padding1''' ||
| 0x0E || byte || '''padding1''' ||
|-
|-
| 0x18 || uchar || '''padding2''' ||
| 0x0F || byte || '''padding2''' ||
|-
|-
| 0x1C || float || '''radius''' ||
| 0x10 || float || '''radius''' ||
|-
|-
| 0x20 || float || '''view_angle''' ||
| 0x14 || float || '''view_angle''' ||
|-
|-
| 0x24 || float || '''max_dist''' ||
| 0x18 || float || '''max_dist''' ||
|-
|-
| 0x28 || xColor_tag || '''color''' ||
| 0x1C || xColor_tag || '''lightColor''' ||
|-
|-
| 0x2C || float || '''t''' ||
| 0x20 || xColor_tag || '''auraColor''' ||
|-
|-
| 0x30 || float || '''u''' ||
| 0x24 || uint || '''flareTexture''' ||
|-
|-
| 0x34 || float || '''v''' ||
| 0x28 || xColor_tag || '''flareColor''' ||
|-
|-
| 0x38 || uint || '''texture''' ||
| 0x2C || float || '''size_min''' ||
|-
|-
| 0x3C || xColor_tag || '''color''' ||
| 0x30 || float || '''size_max''' ||
|-
|-
| 0x40 || float || '''size_min''' ||
| 0x34 || byte || '''glow_min''' ||
|-
|-
| 0x44 || float || '''size_max''' ||
| 0x35 || byte || '''glow_max''' ||
|-
|-
| 0x48 || uchar || '''glow_min''' ||
| 0x36 || byte || '''pad1''' ||
|-
|-
| 0x49 || uchar || '''glow_max''' ||
| 0x37 || byte || '''pad2''' ||
|-
| 0x4A || uchar || '''pad1''' ||
|-
| 0x4B || uchar || '''pad2''' ||
|}
|}



Revision as of 02:34, 1 August 2021

effect:spotlight
Version2
Hash0x6AA8BF67
Games usedThe SpongeBob SquarePants Movie

The Incredibles

Rise of the Underminer
Offset Type Variable Description
0x00 uint flags
0x04 uint attach_to
0x08 uint target
0x0C byte attach_bone
0x0D byte target_bone
0x0E byte padding1
0x0F byte padding2
0x10 float radius
0x14 float view_angle
0x18 float max_dist
0x1C xColor_tag lightColor
0x20 xColor_tag auraColor
0x24 uint flareTexture
0x28 xColor_tag flareColor
0x2C float size_min
0x30 float size_max
0x34 byte glow_min
0x35 byte glow_max
0x36 byte pad1
0x37 byte pad2