EvilEngine/ALST: Difference between revisions

no edit summary
m (ratproto)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17:
struct zAnimListAsset
{
unsigned int U32 ids[10];
};
</source>
 
* '''ids''' is an array of 10 [[ANIM|Animation]] IDs.
 
===Rise of the Underminer===
{| class="wikitable"
! Offset !! Type !! Name !! Description
|-
| 0x00 || [[AssetID]]U32[10] || '''ids || [[ANIM]] [[AssetID|Animationsasset ID]]'''s
|}
 
===Rise of the Underminer — Ratatouille Prototype===
<source lang=cpp>
struct zAnimListAsset
{
U32 ids[10];
U32 stateHashes[10];
bool hasPhysics[10];
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Name !! Description
|-
| 0x280x00 || intU32[10] || Unknownids string|| hashes[[ANIM]] [[AssetID|asset ID]]s
|-
| 0x500x28 || byteU32[410] || Flags?stateHashes ||
|-
| 0x540x50 || intbool[210] || nullhasPhysics ||
|}