Hi,
You are maybe aware than scores can be used for cheating.
They are calculated with the cumulated points of mass, energy, land, naval, air and xp units.
The problems is that these things are taken from the sim side to the UI side, and the UI side compute the results.
You can easily guess that a UI mod can take these datas and display them pretty easily.
In fact, that's what hotstat is doing : taking every second these datas to build the graph.
The fix is simple : Compute the score on the sim side, and only send the result to the UI side.
And after the game is finished, send the whole thing to the UI for the score screen.
I can also allow observers to access some of these datas for livecasters.
Also, that can also fix mods than re-enabled score when they are hidden (I just don't send the datas to the UI in that case). I will display the FAF score in place of the "PLAYING" status too.
BUT that will break mods, the first coming in my mind is hotstat. I can eventually make a sim-side hotstat, but not in a first place.
I'm making a poll, but I've already decided to remove them from the UI side, unless you have a REALLY good argument against it.