EvilEngine/DYNA/effect:particle generator: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
(Created page with "<onlyinclude> {{#vardefine:name|effect:particle_generator}}<nowiki/> {{#vardefine:version|1}}<nowiki/> {{#vardefine:hash|0x4AF4ABC7}}<nowiki/> {{#vardefine:games|TSSM Incredib...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
{{#vardefine:version|1}}<nowiki/>
{{#vardefine:version|1}}<nowiki/>
{{#vardefine:hash|0x4AF4ABC7}}<nowiki/>
{{#vardefine:hash|0x4AF4ABC7}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || byte || '''flags''' ||
|-
| 0x01 || byte || '''attach_flags''' ||
|-
| 0x02 || byte || '''motion_flags''' ||
|-
| 0x03 || byte || '''volume_flags''' ||
|-
| 0x04 || float || '''rate''' ||
|-
| 0x08 || uint || '''texture''' ||
|-
| 0x0C || byte || '''attach_type''' ||
|-
| 0x0D || byte || '''motion_type''' ||
|-
| 0x0E || byte || '''volume_type''' ||
|-
| 0x0F || byte || '''system_type''' ||
|-
| 0x10 || [[Vector3]] || '''location''' ||
|-
| 0x1C || float || '''yaw''' ||
|-
| 0x20 || float || '''pitch''' ||
|-
| 0x24 || float || '''roll''' ||
|-
| 0x28 || attach_data || '''attach''' ||
|-
| 0x2C || motion_data || '''motion''' ||
|-
| 0x30 || volume_data || '''volume''' ||
|}


{{DynaAssets}}
{{DynaAssets}}

Latest revision as of 22:39, 15 September 2022

effect:particle_generator
Version1
Hash0x4AF4ABC7
Games usedThe SpongeBob SquarePants Movie

The Incredibles
Rise of the Underminer

Ratatouille Prototype
Offset Type Variable Description
0x00 byte flags
0x01 byte attach_flags
0x02 byte motion_flags
0x03 byte volume_flags
0x04 float rate
0x08 uint texture
0x0C byte attach_type
0x0D byte motion_type
0x0E byte volume_type
0x0F byte system_type
0x10 Vector3 location
0x1C float yaw
0x20 float pitch
0x24 float roll
0x28 attach_data attach
0x2C motion_data motion
0x30 volume_data volume