EvilEngine/DYNA/game object:BoulderGenerator: Difference between revisions

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

==Format: Battle for Bikini Bottom==


{| class="wikitable"
{| class="wikitable"
Line 27: Line 29:
|-
|-
| 0x34 || float || '''angvel''' ||
| 0x34 || float || '''angvel''' ||
|}

==Format: The SpongeBob SquarePants Movie==

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || [[AssetID]] ([[Placeable]]/[[MRKR|Marker]]) || '''object''' ||
|-
| 0x04 || [[Vector3]] || '''offset''' ||
|-
| 0x10 || float || '''offsetRand''' ||
|-
| 0x14 || [[Vector3]] || '''initvel''' ||
|-
| 0x20 || float || '''velAngleRand''' ||
|-
| 0x24 || float || '''velMagRand''' ||
|-
| 0x28 || [[Vector3]] || '''rotation''' ||
|-
| 0x34 || float || '''flags''' ||
|}
|}



Revision as of 06:14, 11 July 2021

game_object:BoulderGenerator
Version1
Hash0xBB4864D8
Games usedBattle for Bikini Bottom

The SpongeBob SquarePants Movie
The Incredibles

Rise of the Underminer
Source codexEntBoulder.h

Format: Battle for Bikini Bottom

Offset Type Variable Description
0x00 AssetID (Placeable/Marker) object
0x04 Vector3 offset
0x10 float offsetRand
0x14 Vector3 initvel
0x20 float velAngleRand
0x24 float velMagRand
0x28 Vector3 initaxis
0x34 float angvel

Format: The SpongeBob SquarePants Movie

Offset Type Variable Description
0x00 AssetID (Placeable/Marker) object
0x04 Vector3 offset
0x10 float offsetRand
0x14 Vector3 initvel
0x20 float velAngleRand
0x24 float velMagRand
0x28 Vector3 rotation
0x34 float flags