If two or more Fractalguardian2 using the steamcannon, joining the game midway may result in abnormal synchronization. #15625
zhu-rengong
started this conversation in
Bug reports
Replies: 2 comments
-
Other players have also encountered this issue: #15597 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Disclaimers
What happened?
As the title saying, when you join the game mid-round, there are no characters on your game screen, it's completely still and silent, However, in multiplayer, you can hear other players talking through voice chat.
I checked the source code and found that the issue is related to the attack cooldown. When the attack cooldown is very low, the server will create a large number of events (
SetAttackTarget
andExecuteAttack
). The following command can be used to show statistics of all events related to entities with the specified identifier:Due to the large size of the video, I have split it into four parts:
test.4.00_00_03-00_00_10.mp4
test.4.00_00_16-00_00_21.mp4
test.4.00_00_27-00_00_29.mp4
test.4.00_00_34-00_00_50.mp4
Reproduction steps
godmode
ensure you can't dieBug prevalence
Happens every now and then
Single player or multiplayer?
Multiplayer hosted from the in-game menu (= using a listen server)
-
No response
Version
v1.7.7.0 (Winter Update)
-
No response
Which operating system did you encounter this bug on?
Windows
Relevant error messages and crash reports
No response
Beta Was this translation helpful? Give feedback.
All reactions