Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winCondition missing #114

Open
CodingPenguin1 opened this issue Jan 28, 2025 · 1 comment
Open

winCondition missing #114

CodingPenguin1 opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@CodingPenguin1
Copy link

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
Copy link
Author

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

@redraskal redraskal added the bug Something isn't working label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants