The round I attached (file renamed to .png because of Github limitations) is the 6th round in a match. Defenders are leading 3:2. The attackers win this round by planting the defuser. The round ends after the 40 seconds defuser time-out (not by the attackers killing the defenders). Yet r6-dissect counts the round as a win for the defenders (by win condition 'Time').
Additionally, r6-dissect prints these two warnings:
'WRN tracked players greater than 10'
'WRN operator id was 0, removing from list username=Bucky-_-'
However, it prints these warnings for all 8 rounds of the match, not only for round 6 mentioned earlier, so I am not sure if those warnings are even related to original problem.
likely just an error with calculating the win condition. those two warnings are only bad if you see incorrect player information in the "players" object
The round I attached (file renamed to .png because of Github limitations) is the 6th round in a match. Defenders are leading 3:2. The attackers win this round by planting the defuser. The round ends after the 40 seconds defuser time-out (not by the attackers killing the defenders). Yet r6-dissect counts the round as a win for the defenders (by win condition 'Time').
Additionally, r6-dissect prints these two warnings:
However, it prints these warnings for all 8 rounds of the match, not only for round 6 mentioned earlier, so I am not sure if those warnings are even related to original problem.