r6-dissect icon indicating copy to clipboard operation
r6-dissect copied to clipboard

winCondition missing

Open CodingPenguin1 opened this issue 10 months ago • 1 comments

In a round where the attack won the round via a 1v3, I have these entries. There is no winCondition field

{
    "gameVersion": "Y9S4_Beta05",
    "codeVersion": 8741521,
    "timestamp": "2025-01-24T21:59:05Z",
    "matchType": {
        "name": "Ranked",
        "id": 2
    },
    "map": {
        "name": "Skyscraper",
        "id": 276279025182
    },
    "site": "2F Karaoke, 2F Tea Room",
    "recordingPlayerID": 6980594640306199695,
    "recordingProfileID": "b0b18c19-5c5d-42d6-9f31-7e9e5cab6e82",
    "additionalTags": "423855620",
    "gamemode": {
        "name": "Bomb",
        "id": 327933806
    },
    "roundsPerMatch": 6,
    "roundsPerMatchOvertime": 3,
    "roundNumber": 1,
    "overtimeRoundNumber": 0,
    "teams": [
        {
            "name": "YOUR TEAM",
            "startingScore": 1,
            "score": 2,
            "won": true,
            "role": "Attack"
        },
        {
            "name": "OPPONENTS",
            "startingScore": 0,
            "score": 0,
            "won": false,
            "role": "Defense"
        }
    ],

CodingPenguin1 avatar Jan 28 '25 02:01 CodingPenguin1

This appears to happen on multiple rounds. Replays are from Y9S4_Beta05 with code version 8741521. The KilledOpponents and Time options are present in replays from Y9S1, 8178548

CodingPenguin1 avatar Jan 28 '25 02:01 CodingPenguin1