Skip to content

pablo98ad/replays_unpack

 
 

Repository files navigation

Build Status

Replay Parser (WoT & WoWS)

The other one project that aims to decode replay files and provide ability to "play" them without game client. Project provides public API that allows you to create your own "client" which handles game events and does whatever you want (collect data and return json, create images and animations, etc).

Here is an example of what data can be retrived: cool anumation with tanks

Similar Projects

Why this one is better

  • Fully reimplemented BigWorld client-server protocol used in replays;
  • more than 9 completely parsed packets;
  • great support of entities: methods calls, properties change (including nested properties) without any hardcode: we use .def files from game client to get subpacket ids;
  • extendability and flexibility by providing public api (see examples).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%