EvilEngine/ENV: Difference between revisions

no edit summary
Battlepedia>Seil
mNo edit summary
Battlepedia>Seil
No edit summary
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==
{| 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
| 0x10 || int[3] int32 LKIT_ID //|| 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
| 0x24 || int8int[24] || unknown
|-
event[numEvents] events
| 0x34 || [[AssetID]] ([[MAPR|Material Map]]) || '''Material Map'''
|-
| 0x38 || int32int[32] || unknown
|-
| 0x40 || short int16|| unknown
|-
| 0x42 || int32byte[42] || unknown
|-
! colspan="3" | Events
|-
| 0x44 || Event[numberOfEvents] || '''[[Events]]'''
|}
 
[[Category:Asset]]
Anonymous user