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

Players are sometimes getting stuck on spawn #67

Open
hogsy opened this issue Nov 26, 2020 · 1 comment
Open

Players are sometimes getting stuck on spawn #67

hogsy opened this issue Nov 26, 2020 · 1 comment
Assignees
Labels
bug confirmed Fault has been reproduced. in-progress Indicates that someone has taken up this ticket. priority-high Either game breaking or required for the game to function. testing Issue requires testing.
Milestone

Comments

@hogsy
Copy link

hogsy commented Nov 26, 2020

From observation, it seems to occur when player is intersecting with another entity and swaps class - such as the spawn points. May need some additional testing and documenting to track it down.

Results in the player's weapons all getting thrown out and their inability to move from spawn. Forcing a spawn subsequently typically does not give the player back the weapons they lost.

@hogsy hogsy added bug priority-high Either game breaking or required for the game to function. testing Issue requires testing. confirmed Fault has been reproduced. labels Nov 26, 2020
@hogsy hogsy added this to the v0.0.1.4 milestone Nov 26, 2020
@hogsy
Copy link
Author

hogsy commented Apr 4, 2021

I think I've tracked this down. Essentially the game is attempting to give the player all of their items while they're dead and intersecting with an object (which in a common case is the respawn station) - subsequently, all of the weapons collide with the object and get pushed out of the players vicinity.

I've got a solution in mind that I'll try tomorrow.

@hogsy hogsy added the in-progress Indicates that someone has taken up this ticket. label Apr 4, 2021
@hogsy hogsy self-assigned this Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed Fault has been reproduced. in-progress Indicates that someone has taken up this ticket. priority-high Either game breaking or required for the game to function. testing Issue requires testing.
Projects
None yet
Development

No branches or pull requests

1 participant