EvilEngine/SHDW: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
(Created page with "{{AssetInfobox |subtitle=Simple Shadow Table |type=Binary |games=Battle for Bikini Bottom}} ==Format== The simple shadow table contains shadow data for level objects. The...")
m (Seil moved page SHDW to EvilEngine/SHDW)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
{{AssetInfobox
{{#vardefine:typeid|SHDW}}<nowiki/>
|subtitle=Simple Shadow Table
{{#vardefine:name|Simple Shadow Table}}<nowiki/>
|type=[[Binary]]
{{#vardefine:type|[[Binary]]}}<nowiki/>
|games=Battle for Bikini Bottom}}
{{#vardefine:basetype|}}<nowiki/>
{{#vardefine:games|BFBB}}<nowiki/>
{{#vardefine:sourcecode|[https://github.com/bfbbdecomp/bfbb/blob/master/src/Core/x/xShadowSimple.h xShadowSimple.h]}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
{{AutoAssetInfobox}}


==Format==
==Format==
Line 16: Line 22:
| 0x08 || int || Unknown
| 0x08 || int || Unknown
|}
|}

{{Assets}}
{{AutoGameNavs}}


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

Latest revision as of 22:53, 15 September 2022

SHDW
Simple Shadow Table
TypeBinary
Games usedBattle for Bikini Bottom
Source codexShadowSimple.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