EvilEngine/SHDW
(Redirected from SHDW)
SHDW | |
---|---|
Simple Shadow Table | |
Type | Binary |
Games used | Battle for Bikini Bottom |
Source code | xShadowSimple.h |
Format
The simple shadow table contains shadow data for level objects. The file starts with an int which defines the amount of entries, then each entry has the following layout:
Offset | Type | Description | Notes |
---|---|---|---|
0x00 | int | AssetID | MODL of model |
0x04 | int | AssetID | MODL of shadow |
0x08 | int | Unknown |