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

Crouch mode change bugs #2565

Open
nihal111 opened this issue Oct 24, 2016 · 3 comments
Open

Crouch mode change bugs #2565

nihal111 opened this issue Oct 24, 2016 · 3 comments

Comments

@nihal111
Copy link
Member

nihal111 commented Oct 24, 2016

Mode change from Crouch -> Swimming -> Walking leaves playerHeight altered.

How to reproduce

  • crouch
  • Go for a swim while crouching
  • Come out and find your height is reduced to half
    Hint: Look into updateMode method inside KinematicCharacterMover. Probably changing mode to walking before changing to swimming would work.

Saving while crouched and loading saved game gives player with height altered (Slightly trickier)

How to reproduce

  • crouch
  • Let the game save
  • Exit
  • Load the save game. Find that your height is altered.

Part of #2573

@Josharias
Copy link
Contributor

Also, I am not sure if it is just me... when I am joined to a headless server, I hit [ctrl] my character starts to vibrate up and down.

@DPirate
Copy link

DPirate commented Mar 17, 2017

If you keep repeating the process, after a certain repeats you will start falling down through the blocks(upon crouching) and the you can see the upside down(not all of it though, just certain blocks).

new bitmap image

@nihal111
Copy link
Member Author

@DPirate yes! That is known. It basically has the same effect of you going under blocks using ghost mode. Issue still remains the same, i.e. to make sure the crouch state is retained after the player comes out from swimming mode. I haven't worked on this lately because some Movement refactoring is planned to happen.

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

3 participants