What did you do?
I joined a multiplayer game and other users pinged location on the map.
What happened?
The pings did not show up on the map.
What did you expect to happen instead?
I want the ping to be displayed on the map
Does it happen always, once, or sometimes?
It happens all the time now.
[posila] [2.0.28] ping don't show in map
[posila] [2.0.28] ping don't show in map
- Attachments
-
- 2024-12-29-23-03-07.mp4
- Completery new game
- (49.5 MiB) Downloaded 38 times
-
- factorio-current.log
- (12.74 KiB) Downloaded 18 times
Re: [posila] [2.0.28] ping don't show in map
Hello, thanks for the report.
In Interface settings, is your "Chat message delay" setting set to 0 seconds?
In Interface settings, is your "Chat message delay" setting set to 0 seconds?
Re: [posila] [2.0.28] ping don't show in map
Yes. It is set to 0 seconds.
Re: [posila] [2.0.28] ping don't show in map
So that's the problem. In the code, pings are considered "chat item" and use the same setting for how long they should be displayed as the chat. Since it's set to 0, they don't show up at all.
Re: [posila] [2.0.28] ping don't show in map
So, I wanted to add a separate option for ping display duration, but found out, the system is more entangled with chat system than I thought, so I am moving this to minor issues.
As it is now "Chat message delay" needs to be non-zero for pings to show up on map.
As it is now "Chat message delay" needs to be non-zero for pings to show up on map.
Re: [posila] [2.0.28] ping don't show in map
I understand. Thank you for taking the time to answer.