Using @ffm2 last upload, I've added fixes for :
Minimap expand should now works as expected
Should open lobby page and return to gamesetup without issues
GUI scaling for the stat overlay should now work (probably that was your issue @SadRdz)
KDR display fixed
autociv.zip
Thanks @ffm2 for working on this.
No, the StatisticsTracker works correctly, as you could attest for being able to see kills in the summary. The problem is in GuiInterface where autociv tries to use the depreciated unitsLost.total stat. But it have been renamed unitsLost.Unit. I already had this very bug fixed when I ported autociv back then for A27, but it got lost somehow.
Here is a autociv version with the "Building placement auto-retry at cursor" fixed and made optional. The options page is now slightly too big.
Killed, Lost and KDr are still always 0. The problem is in
simulation/components/StatisticsTracker~autociv.js
KilledEntity and LostEntity aren't incremented.
Fixing it in autociv would cause OOS. Needs upstream fix.
AlexHerbert Teams are fixed, but who cares about that from the stats overlay?
autociv.zip