EvilEngine/DYNA/game object:bullet time: Difference between revisions

no edit summary
(add movie format)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3:
{{#vardefine:version|}}<nowiki/>
{{#vardefine:hash|0x390467A4}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
Line 9:
{{AutoDynaInfobox}}
 
==Format: The SpongeBob SquarePants Movie==
Note:Unused Bulletin Time isn't present inSpongeBob Movie but itis hasstill codesupported.
 
{| class="wikitable"
<source lang=cpp>
! Offset !! Type !! Description
class zBulletTimeAsset : public xDynAsset
|-
{
| 0x00 || float || '''frequency'''
public:
|-
| 0x00 || float ||float '''frequency''';
| 0x04 || float ||float '''fadeout''';
|-
| 0x08 || float ||float '''originaltimer''';
| 0x0C || float ||float '''originalscale''';
|-
unsigned char global;
| 0x0C || float || '''originalscale'''
};
|-
</source>
| 0x10 || uint || '''global'''
|}
 
==Format: The Incredibles==
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x000x10 || floatf32 || '''frequency''' ||
|-
| 0x040x14 || floatf32 || '''fadeout''' ||
|-
| 0x080x18 || floatf32 || '''originaltimer''' ||
|-
| 0x0C0x1C || floatf32 || '''originalscale''' ||
|-
| 0x100x20 || ucharu8 || '''global''' ||
|-
| 0x110x21 || ucharu8[3] || null || padding
|}
{{DynaAssets}}