Skip to content

Is there option to get hit log out? #24

Description

@kunderez

Sorry this is not really "issue", but I was wondering if there is possibility to get inbound/outbound hit log out of replay files?

Something like...

{
    time: integer timestamp,
    damage: integer,
    isKillshot: boolean, // did target die?
    shooter: {
        playerId: something, // string wg-player-id ?
        tankId: someting, // string(?) identifying tank
        gunId: something, // string(?) identifying gun option
        ammunitionId: something, // string(?) identifying ammunition type
        isPlayer: boolean, // was the shooter player?
    },
    target: {
        playerId: something, // string(?) wg-player-id ?
        tankId: someting, // string(?) identifying tank
        isPlayer: boolean, // was the target player?
    },
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions