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

Plant and Defused types are mixed up #48

Open
Grimbyy opened this issue Apr 28, 2023 · 3 comments
Open

Plant and Defused types are mixed up #48

Grimbyy opened this issue Apr 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Grimbyy
Copy link

Grimbyy commented Apr 28, 2023

Describe the bug
Defuser event types sometimes to not line up

To Reproduce
Team Secret .vs KOI Villa @ 2023-04-12 Blast/EU 2023 Stage 1 LCQ
9th round, Team Secret plants, KOI defuses

Current behavior

{
            "type": {
                "name": "DefuserPlantStart",
                "id": 2
            },
            "username": "yzn.SECRET",
            "time": "0:27",
            "timeInSeconds": 27
        },
{
            "type": {
                "name": "DefuserPlantStart",
                "id": 2
            },
            "username": "cryn.KOI",
            "time": "0:40",
            "timeInSeconds": 40
        },
        {
            "type": {
                "name": "DefuserPlantComplete",
                "id": 3
            },
            "username": "cryn.KOI",
            "time": "0:33",
            "timeInSeconds": 33
        }

Expected behavior

{
            "type": {
                "name": "DefuserPlantStart",
                "id": 2
            },
            "username": "yzn.SECRET",
            "time": "0:27",
            "timeInSeconds": 27
},
{
            "type": {
                "name": "DefuserPlantComplete",
                "id": 'idk whats meant to be here instead'
            },
            "username": "yzn.SECRET",
            "time": "0:27",
            "timeInSeconds": 27
},
{
            "type": {
                "name": "DefuserDisableStart",
                "id": 'idk whats meant to be here instead'
            },
            "username": "cryn.KOI",
            "time": "0:40",
            "timeInSeconds": 40
        },
        {
            "type": {
                "name": "DefuserDisableComplete",
                "id": 'idk whats meant to be here instead'
            },
            "username": "cryn.KOI",
            "time": "0:33",
            "timeInSeconds": 33
        }

Additional context
Seems to be getting confused on whether a player is planting or disabling the defuser.
Defenders, obviously should never be able to plant a defuser and visa versa.

@redraskal redraskal self-assigned this Apr 30, 2023
@redraskal redraskal added the bug Something isn't working label Apr 30, 2023
@redraskal
Copy link
Owner

interesting, will take a look

@redraskal
Copy link
Owner

do you still experience this issue @Grimbyy? if so, do you have a more recent replay that exhibits this behavior?

@redraskal redraskal removed their assignment Sep 23, 2023
@hanslhansl
Copy link

Match-2023-10-12_22-48-11-17-R04
@redraskal I actually do have a newer replay that exhibits this behaviour. According to r6-dissect the defender donkabi70 successfully started and finished planting the bomb when in reality he/she defused it.

I renamed the file to end with .png because of Github file upload limitations.

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
Status: 📋 Backlog
Development

No branches or pull requests

3 participants