EvilEngine/ENV: Difference between revisions

m
Seil moved page ENV to EvilEngine/ENV
No edit summary
m (Seil moved page ENV to EvilEngine/ENV)
 
(3 intermediate revisions by 2 users not shown)
Line 4:
{{#vardefine:type|[[Base]]}}<nowiki/>
{{#vardefine:basetype|0x05}}<nowiki/>
{{#vardefine:games|Scooby BFBB TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|[https://github.com/bfbbdecomp/bfbb/blob/master/src/Core/x/xEnv.h xEnv.h]}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
Line 11:
 
==Format==
Night of 100 Frights and Battle for Bikini Bottom
{| class="wikitable"
! Offset !! Type !! Variable !! Description
Line 47 ⟶ 48:
|-
| 0x44 || Event[numberOfEvents] || '''[[Events]]''' ||
|}
 
 
==Format==
The Spongebob SquarePants Movie and The Incredibles
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x08 || [[AssetID]] ([[JSP]]) || '''bspAssetID''' ||
|-
| 0x0C || [[AssetID]] ([[CAM|Camera]]) || '''startCameraAssetID''' ||
|-
| 0x10 || int || '''climateFlags''' ||
|-
| 0x14 || float || '''climateStrengthMin''' ||
|-
| 0x18 || float || '''climateStrengthMax''' ||
|-
| 0x1C || [[AssetID]] ([[LKIT|LightKit]]) || '''bspLightKit''' ||
|-
| 0x20 || [[AssetID]] ([[LKIT|LightKit]]) || '''objectLightKit''' ||
|-
| 0x24 || int || '''flags''' ||
|-
| 0x28 || [[AssetID]] || '''bspCollisionAssetID''' ||
|-
| 0x2C || [[AssetID]] || '''bspFXAssetID''' ||
|-
| 0x30 || [[AssetID]] || '''bspCameraAssetID''' ||
|-
| 0x34 || [[AssetID]] ([[MAPR|Material Map]]) || '''bspMapperID''' ||
|-
| 0x38 || [[AssetID]] || '''bspMapperCollisionID''' ||
|-
| 0x3C || [[AssetID]] || '''bspMapperFXID''' ||
|-
| 0x40 || float (little endian) || '''loldHeight''' || always 10.
|-
| 0x44 || [[Vector3]] || '''minBounds''' ||
|-
| 0x50 || [[Vector3]] || '''maxBounds''' ||
|-
! colspan="4" | Events
|-
| 0x5C || Event[numberOfEvents] || '''[[Events]]''' ||
|}