Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anim Sequence's NumFrames are different #3

Open
ghost opened this issue Jan 8, 2024 · 0 comments
Open

Anim Sequence's NumFrames are different #3

ghost opened this issue Jan 8, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 8, 2024

Some animations are quite similar but the result's NumFrames are different a little bit.
It maybe you used this calculation Framerate = NumFrames / SequenceLength but the result is float instead of integer, so it causes animation frame mismatch?

For example, this animation's NumFrame is quite similar.
image

And also some other animation's NumFrame is quite different.
Not sure what thing causes this, the framerate looks correct but NumFrame one is very different. While I was checking dwarf's TP and FP anims, the most of anim sequences had this issue.
image

[ Affected List ]
The most of anim sequences( I checked enemy anim, weapons anim, dwarf's anim and it seems all anim's numframe are mismatch)

[ Usage for modding]
Can be used to make montage from anim sequence, make pose asset, record animations etc. For montage, mismatched NumFrame cause some confusion because the end time is not the same so the result in the game will be different. so it should be the same NumFrame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants