BeepIsla / CSGO-Overwatch-Bot

Automatically solve CSGO Overwatch cases
GNU Affero General Public License v3.0
186 stars 41 forks source link

[SUGGESTION] More detailed verdict reports. e.g elaborate on griefing. How many team kills, how much total team damage etc #206

Closed notcreeperdude closed 3 years ago

notcreeperdude commented 3 years ago

Greifing -Total team kills -Total team damage -Total team damage/kill after all enemies are dead

BeepIsla commented 3 years ago

There is a writeLog option in your config.json, if set to true it will write a JSON file to disk with more information.

Example for what it would show for griefing:

[
    {
        "tick": 32892,
        "type": "damage",
        "damage": 23
    },
    {
        "tick": 32921,
        "type": "damage",
        "damage": 12
    },
    {
        "tick": 33201,
        "type": "death"
    }
]