Skip to content

ChuckFork/hdt-plugin-statsconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats Converter (HDT Plugin)

A plugin to import and export game statistics from Hearthstone Deck Tracker in different format.

Installation

  1. Delete any previous releases
  • Then unzip the latest release into the HDT Plugins directory (this directory can be opened with options > plugins > plugins folder button)
  • The directory should look like Plugins/StatsConverter/[some files]
  • Enable the plugin from Options/Plugins menu
  • Use to the export, import and settings options from the plugins menu as shown below: Menu

Supported Formats

There are limited amount of available formats at the moment:

Exporting

  • CSV (Column Seperated Values) format

Importing

  • Hearthstone log files (only works with the log files generated from tracker v0.11.0 or greater)

Known Issues

  • Importing of log files essentially replays the games within the file as far as HDT is concerned. This can take a long time for large log files.
  • The new way the tracker treats log files means that log importing is only partially working and may need manual updating after the import.

Development

  • Like all HDT plugins, when building from source you first need to add a reference to the HearthstoneDeckTracker.exe on your system. For both the plugin and test projects. It is also a good idea to set the Copy Local property of this reference to False.
  • The other external dependencies should be restored by NuGet automatically when you build the project.

About

A simple plugin to export statistics from Hearthstone Deck Tracker to CSV format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%