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

Sometimes Player Left-Right Movement Can Be Frozen #248

Open
zicklag opened this issue Aug 30, 2022 · 2 comments
Open

Sometimes Player Left-Right Movement Can Be Frozen #248

zicklag opened this issue Aug 30, 2022 · 2 comments
Labels
kind:bug Something isn't working scope:undetermined Undetermined size, needs investigation

Comments

@zicklag
Copy link
Member

zicklag commented Aug 30, 2022

Description

I've noticed that sometimes when I play the game, go back to the menu, and then play the game again, Sharky seems to get completely stuck for left-and-right movement. I can't remember if it's consistently sharky all the time, or if it's both of them sometimes, or just Fishy sometimes, I can't remember for sure.

To Reproduce

Unfortunately, I don't know the exact reproduction steps. This is what I did last time:

  1. Started the game
  2. Beat up all the enemies including the boss
  3. Ended up back on the home menu
  4. Started the game again
  5. Now Fishy can move like normal, but Sharky can't walk left or right.

Expected Behavior

Sharky should be able to move left and right.

Additional Context

I've noticed this for a little bit now, but hadn't opened the bug because I didn't notice it consistently, but now it's happened enough times that I'm certain enough something is wrong, I just don't know what.

My suspicion is that it has something to do with the movement constraints somehow applying incorrectly, because the movement animation still plays. So I don't think it's a controller issue.

Log Messages

No response

@zicklag zicklag added kind:bug Something isn't working scope:undetermined Undetermined size, needs investigation labels Aug 30, 2022
@osioke
Copy link

osioke commented Aug 31, 2022

I have this same issue, it sort of feels similar to #243, but I can trigger the boss fight and beat all the players, but afterwards I get stuck and can't move past a certain point. This may even be a separate issue.

@64kramsystem
Copy link
Member

I have this same issue, it sort of feels similar to #243, but I can trigger the boss fight and beat all the players, but afterwards I get stuck and can't move past a certain point. This may even be a separate issue.

It's hard to say if this and #243 are related. #243 itself is expected behavior - the scrolling solution applied was the simplest possible, written before there were bosses, trigger points, etc.. Now it needs an upgrade 😄 - I think #243 should be in fact renamed to make it clear that it's not a bug, but a functinality that needs a new iteration.

However, I can't exclude that this bug (#248) is not related to the scrolling; I suppose that internal player positions go out whack, so that the scrolling routine wrongly decides that the leftmost player is blocking the movement. It'd be a bit strange though, because the routine is based on the translation, and if the players had a wrong translation, it would be immediately visible. But again, can't exclude 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working scope:undetermined Undetermined size, needs investigation
Projects
None yet
Development

No branches or pull requests

3 participants