invasion icon indicating copy to clipboard operation
invasion copied to clipboard

Players are sometimes getting stuck on spawn

Open hogsy opened this issue 4 years ago • 1 comments

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 avatar Nov 26 '20 13:11 hogsy

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 avatar Apr 04 '21 22:04 hogsy