Page 1 of 1

[posila] [2.0.28] ping don't show in map

Posted: Sun Dec 29, 2024 3:40 pm
by poteto_pc
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.

Re: [posila] [2.0.28] ping don't show in map

Posted: Thu Jan 23, 2025 10:48 am
by posila
Hello, thanks for the report.
In Interface settings, is your "Chat message delay" setting set to 0 seconds?

Re: [posila] [2.0.28] ping don't show in map

Posted: Thu Jan 23, 2025 7:58 pm
by poteto_pc
Yes. It is set to 0 seconds.

Re: [posila] [2.0.28] ping don't show in map

Posted: Fri Jan 24, 2025 8:16 am
by posila
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

Posted: Mon Jan 27, 2025 12:25 pm
by posila
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.

Re: [posila] [2.0.28] ping don't show in map

Posted: Tue Jan 28, 2025 4:46 am
by poteto_pc
I understand. Thank you for taking the time to answer.