ANCS (File Format): Difference between revisions
Jump to navigation
Jump to search
→AnimationSet
imported>Antidote |
imported>Antidote |
||
Line 359: | Line 359: | ||
| How many additive animations there are | | How many additive animations there are | ||
|- | |- | ||
| [[# | | [[#AdditiveAnimationPair|AdditiveAnimationPair]] | ||
| additive_animation_count | | additive_animation_count | ||
| Additive animations that can be referenced in some fashion | | Additive animations that can be referenced in some fashion | ||
| Reference method is currently unknown, presumably PASDatabase. | | Reference method is currently unknown, presumably PASDatabase. | ||
|- | |- | ||
| | | [[#AdditiveAnimation|AdditiveAnimation]] | ||
| | |||
| 1 | | 1 | ||
| | | Default additive | ||
| | | | ||
|- | |- | ||
| u32 | | u32 | ||
Line 630: | Line 625: | ||
|} | |} | ||
=== | ===AdditiveAnimationPair=== | ||
{| class="wikitable" | {| class="wikitable" | ||
! Data Type | ! Data Type | ||
Line 638: | Line 632: | ||
| u32 | | u32 | ||
| Animation Index | | Animation Index | ||
|- | |||
| [[#AdditiveAnimaton|AdditiveAnimation]] | |||
| Additive Animation fade-in, fade-out values | |||
|} | |||
===AdditiveAnimation=== | |||
Describes how animations are additively blended together. | |||
{| class="wikitable" | |||
! Data Type | |||
! Description | |||
|- | |- | ||
| float | | float | ||
| | | Fade In Duration | ||
|- | |- | ||
| float | | float | ||
| | | Fade Out Duration | ||
|} | |} | ||