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

Beowulf's second attack doesn't step forward after being charged #9

Open
BroadestOfSwords opened this issue Sep 13, 2021 · 3 comments

Comments

@BroadestOfSwords
Copy link

The second attack in Beowulf's combo doesn't step forward while being charged with inertia on. See here

Note how Dante 'slides' backwards slightly instead of stepping forward. The move appears to function normally when not charged with inertia enabled.

@BroadestOfSwords
Copy link
Author

Sometimes something similar will occur when getting up from being knocked down but again not consistently: Dante won't move and the animation for getting up plays with him in a static position. Potentially related?

@muhopensores
Copy link
Owner

Yeah the way we shoehorned inertia into existing player velocity logic is causing that weird behavior, in dmc4 it looks like they had some separate logic for air/ground but here it's unified. In the end i decided to just list all exceptions but it was certain i would miss some things. I'll try to figure out how to avoid that or just give up and add more exceptions. Thanks!

@BroadestOfSwords
Copy link
Author

You're welcome. It's probably also happening here, too.

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

2 participants