kaiusl / KLPlugins.DynLeaderboards

ACC leaderboard plugin for SimHub
https://kaiusl.github.io/KLPlugins.DynLeaderboards/
MIT License
13 stars 1 forks source link

Add penalties info #18

Closed kaiusl closed 1 year ago

kaiusl commented 1 year ago

Split from #14.

Add drive-through or stop-and-go penalties (with associated time penalty in seconds) per driver

kaiusl commented 1 year ago

While the broadcasting API seems to indicate that penalties info is sent through as a BroadcastingEvent messages as a PenaltyCommMsg type, they are actually not sent. The PenaltyCommMsg is only sent if some penalty was cleared but that has little use for our purposes.

I'm not aware of any other means of getting access to penalties, so unfortunately it seems that we cannot add this.