18,700
edits
m (correcting prev/next types in nav header) |
(copy-edit, moved talk out to talk page) |
||
Line 3: | Line 3: | ||
__TOC__ | __TOC__ | ||
[[OBD:File_types| | StNA files [[OBD:File_types#Defunct_tags|are obsolete.]] However they were once used to store the names of all animation types, states and flags. The strings below were extracted from the Oni executable and from the three StNA files in level0_Final, and were helpful in understanding the animation system. | ||
=== | ===Animation flags=== | ||
<pre> | <pre> | ||
HEX XML | HEX XML | ||
Line 33: | Line 33: | ||
000080 NoAIPickup</pre> | 000080 NoAIPickup</pre> | ||
===Animation states=== | |||
=== | |||
<pre> | <pre> | ||
# HEX XML BSL notes | # HEX XML BSL notes | ||
Line 108: | Line 107: | ||
68 44 Powerup Powerup | 68 44 Powerup Powerup | ||
69 45 Thunderbolt Thunderbolt</pre> | 69 45 Thunderbolt Thunderbolt</pre> | ||
=== | ===Animation types=== | ||
<pre> | <pre> | ||
# HEX XML BSL | # HEX XML BSL | ||
Line 349: | Line 346: | ||
232 E8 HitOverlayAI Hit_Overlay_AI not used * ** | 232 E8 HitOverlayAI Hit_Overlay_AI not used * ** | ||
</pre> | </pre> | ||
: * used | : * Tool used for flag searches: [http://mods.oni2.net/node/184 XMLEquality]. | ||
: ** | : ** Applicability not tested. | ||
{{XML}} | {{XML}} |