SCCapstone / 1801Games

1 stars 0 forks source link

Weird dash collision one. #122

Closed tvancott closed 3 years ago

tvancott commented 3 years ago

If you are mid dash and hit a gap in between 2 platforms which is too small for you to fall through you will go through it anyway and die.

davonte7 commented 3 years ago

Can you recreate this

Enn-Vee commented 3 years ago

Can you describe this a little bit clearer? If possible, add a video so we know exactly how the bug occurs?

tvancott commented 3 years ago

As previously stated, if you dash towards a gap that if you would normally run into it you would not go through and fall to your death, you will go through the gap as if you are clipping through it. If that does not make sense I will try to reexplain it. If I need to I will provide an example however I would need to reinstall the app to do so. Hopefully this explanation makes sense.

nulledBrad commented 3 years ago

It's getting fixed in the next patch, thanks for your service.

davonte7 commented 3 years ago

Without being able to recreate this, we were not completely able to identify the problem. The only thing we could deduce it to was that you moved faster than the frame rate during your dash (which could be device dependent) and the collision detection did not happen because it was in between frames. We slightly reduced the speed of the dash to prevent this from happening. However we can not be sure this is completely fixed unless we happen to come across it ourselves.