FluffyMaguro / SC2_Coop_Overlay

Overlay for StarCraft II Co-op showing post-game statistics
https://www.maguro.one
GNU General Public License v3.0
71 stars 15 forks source link

Ally Commander - Prestige / Kill % #34

Closed datachildx closed 2 years ago

datachildx commented 2 years ago

Hi Maguro, love what you do. One of the metrics I was looking for is Commander / Prestige / Kill %. Currently % kill is grouped to the commander. Also an ability to export the cache analyzed file.

FluffyMaguro commented 2 years ago

Hi, there is a "Dump Data" button in "statistics" tab that will export analyzed data into a json file (replay_data_dump.json). You could also open the cache (cache_overall_stats) with Python directly, it's a pickled Python object. And then you can do any analysis on it as you wish.

datachildx commented 2 years ago

Thank you!, I didn't realize that's what that button meant. Appreciate the quick response.

On Wed, Sep 21, 2022 at 9:06 AM Maguro @.***> wrote:

Hi, there is a "Dump Data" button in "statistics" tab that will export analyzed data into a json file (replay_data_dump.json). You could also open the cache (cache_overall_stats) with Python directly, it's a pickled Python object. And then you can do any analysis on it as you wish.

— Reply to this email directly, view it on GitHub https://github.com/FluffyMaguro/SC2_Coop_Overlay/issues/34#issuecomment-1253919621, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKCTGNXSMCQZ6D3RSHTTP3TV7MW7XANCNFSM6AAAAAAQSG4NRQ . You are receiving this because you authored the thread.Message ID: @.***>