EvilEngine/PORT
PORT | |
---|---|
Portal | |
Type | Base |
Base Type | 0x10 |
Games used | Night of 100 Frights Battle for Bikini Bottom |
Source code | zPortal.h |
Format
Portals are base assets, so they start with their 0x8 byte header, then are followed by:
Offset | Type | Variable | Description |
---|---|---|---|
0x08 | AssetID (Camera) | assetCameraID | Unknown |
0x0C | AssetID (Marker) | assetMarkerID | Marker to teleport to. If it can't be found, the position of the Player asset is used. |
0x10 | float | ang | Rotation in degrees, that the player and camera will face in. |
0x14 | uint | sceneID | ID of the level to warp to. This is backwards on the GameCube version (i.e. instead of "HB01", use "10BH"). If it's the same as the current level's ID, the teleportation will happen instantly. Otherwise, a loading screen will appear for the new level. Using a lowercase ID will force a loading screen regardless if the IDs match. (ex. PORT using hb01 as the ID will reload while in HB01) |
Events | |||
0x18 | Event[numberOfEvents] | Events |