wotreplay-parser icon indicating copy to clipboard operation
wotreplay-parser copied to clipboard

Is there option to get hit log out?

Open kunderez opened this issue 9 months ago • 0 comments

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?
    },
}

kunderez avatar May 06 '24 14:05 kunderez