Skip to content

Releases: Yoshi-E/WorldofWarshipsScripts

Wows Do I Know You Version 0.2

14 Jan 12:34
Compare
Choose a tag to compare
Pre-release

Additional information is being saved for future use (replayDatabase.json) + bug fixes

Wows Do I Know You Version 0.1.1 (Fixed)

20 Dec 22:49
Compare
Choose a tag to compare

A simple tool that scans your replays, and creates a Database with all users from it.
If you enter a new game, it will tell you when you last met given player, how often you met him, and what his last ship was.

Experimental tool

1
2

WowsReplayTool Version 0.4.1 Hotfix

05 Dec 11:06
Compare
Choose a tag to compare
Pre-release

Short Hotfix, that prevent an Infinitive loop while reading broken replay file

WowsReplayTool Version 0.4

04 Dec 19:28
Compare
Choose a tag to compare
Pre-release

Added new "searchUser [User]" command that allows you to search for given Username in all your replays.
The results will be saved in a .txt with the Username

WowsReplayTool Version 0.3

02 Dec 23:28
Compare
Choose a tag to compare
Pre-release

Added new command "extract". This can be used to extract json from a single replay to a file

WowsReplayTool Version 0.2

02 Dec 22:40
Compare
Choose a tag to compare
Pre-release

One of the first versions of an universal replay tool for World of warships replay metadata.
This Application is meant as a command line tool.

It takes all replay files from a given folder as an input, reads its meta data (json) and outputs multiple csv files, which can be imported into excel.

The following commands are supported:

-h, --help show this help message and exit
-path PATH Path to replay Folder, default = current_path
--wait Waits before closing window, defaut = False
-app_id APP_ID Wargaming API ID (developers.wargaming.net), default is
given
-output OUTPUT Path to cvs files, default = binary_path
-prefix PREFIX Prefix for cvs files, default = None
--Random Tracks Random Games, default = False
--Coop Tracks Coop Games, defaut = False
--Ranked Tracks Ranked Games, default = False
--CvC Tracks Clan Games, default = False
--Other Tracks Event and other Games, default = False