wotbreplay-inspector

World of Tanks Blitz replay inspector in Rust. Uses eigenein/wotbreplay-parser under the hood.

Crates.io Last commit GitHub Workflow Status License: MIT docs.rs

Quickstart

Dump reverse-engineered fields as per wotbreplay-parser

❯ wotbreplay-inspector 20221205_1409__zeekrab_A140_ASTRON_REX_105_2308651318200102307.wotbreplay battle-results { "timestamp": 1670245795, "players": [ { "account_id": 534505602, "info": { "nickname": "Roberto_Cadenas_Diaz", "platoon_id": null, "team_number": 2, "clan_tag": "ORUGA" …

Dump full raw structure

❯ wotbreplay-inspector 20221205_1409__zeekrab_A140_ASTRON_REX_105_2308651318200102307.wotbreplay battle-results --raw [ { "tag": 1, "value": { "VarInt": { "as_u64": 65544, "as_i64": 32772 } } }, …