You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jasonrohrer there have been multiple cases where objects cause all players in an area to disconnect.
This is happening where an animal has multiple objects, a ground and a held version. The ground version has a move transition and also transitions into the held version when picked up or picked out of a container.
Because the ground version has a move transition, it cannot be held by the player. If it is, the player cannot put it down and the server aggressively spams all surrounding clients with the update, with no end until the player starves.
There are many ways you could accidentally achieve this with the editor, but in this case you're able to put the ground version in a clothing slot when the clothing is on the ground, if you then put the clothing on yourself and take the ground version out of the slot, it does not transition into the held version.
This is rather easy to happen in an environment like AHAP where these concepts are easily forgotten.
boopbug.mp4
The text was updated successfully, but these errors were encountered:
connorhsm
changed the title
Objects with move transitions when held by client causes server to aggressively spam and force disconnect of all surrounding clients
Objects with move transitions when held by client causes server to spam and disconnect all surrounding clients
Jul 20, 2024
@jasonrohrer there have been multiple cases where objects cause all players in an area to disconnect.
This is happening where an animal has multiple objects, a ground and a held version. The ground version has a move transition and also transitions into the held version when picked up or picked out of a container.
Because the ground version has a move transition, it cannot be held by the player. If it is, the player cannot put it down and the server aggressively spams all surrounding clients with the update, with no end until the player starves.
There are many ways you could accidentally achieve this with the editor, but in this case you're able to put the ground version in a clothing slot when the clothing is on the ground, if you then put the clothing on yourself and take the ground version out of the slot, it does not transition into the held version.
This is rather easy to happen in an environment like AHAP where these concepts are easily forgotten.
boopbug.mp4
The text was updated successfully, but these errors were encountered: