EvilEngine/ENV: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
Battlepedia>Seil
mNo edit summary
Battlepedia>Seil
No edit summary
Line 1: Line 1:
{{AssetInfobox
|subtitle=Environment
|type=[[Object]]
|objectid=0x05
|games=Night of 100 Frights<br>Battle for Bikini Bottom<br>The SpongeBob SquarePants Movie<br>The Incredibles<br>Rise of the Underminer}}

==Format==
==Format==
{| class="wikitable"
int32 assetID
! Offset !! Type !! Description
int8 typeID // always 0x05
|-
int8 numEvents
| 0x08 || [[AssetID]] ([[JSP]]) || '''JSP'''
int16 unknown
|-
int32 JSP_ID
| 0x0C || [[AssetID]] ([[CAM|Camera]]) || '''Camera'''
int32 CAM_ID
|-
int32[3] unknown
int32 LKIT_ID // unknown
| 0x10 || int[3] || unknown
|-
int32 LKIT_ID2 // used to light objects
| 0x1C || [[AssetID]] ([[LKIT|LightKit]]) || '''LightKit 1''' - unknown
int32[4] unknown
|-
int32 MAPR_ID
| 0x20 || [[AssetID]] ([[LKIT|LightKit]]) || '''LightKit 2''' - used to light objects
int32[2] unknown
|-
int16 unknown
int8[2] unknown
| 0x24 || int[4] || unknown
|-
event[numEvents] events
| 0x34 || [[AssetID]] ([[MAPR|Material Map]]) || '''Material Map'''
|-
| 0x38 || int[2] || unknown
|-
| 0x40 || short || unknown
|-
| 0x42 || byte[2] || unknown
|-
! colspan="3" | Events
|-
| 0x44 || Event[numberOfEvents] || '''[[Events]]'''
|}


[[Category:Asset]]
[[Category:Asset]]

Revision as of 17:58, 30 November 2018

ENV
Environment
TypeObject
Games usedThe Incredibles

Format

Offset Type Description
0x08 AssetID (JSP) JSP
0x0C AssetID (Camera) Camera
0x10 int[3] unknown
0x1C AssetID (LightKit) LightKit 1 - unknown
0x20 AssetID (LightKit) LightKit 2 - used to light objects
0x24 int[4] unknown
0x34 AssetID (Material Map) Material Map
0x38 int[2] unknown
0x40 short unknown
0x42 byte[2] unknown
Events
0x44 Event[numberOfEvents] Events