Skip to content

andburn/hdt-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HDT Plugin Example

GitHub release

A simple plugin for Hearthstone Deck Tracker to illustrate some basic functionality and how to get started. It displays your opponent's on curve class cards for his next turn.

screenshot

Building the Plugin

  • To build the plugin you first need to build a development version of Hearthstone Deck Tracker, this should be as simple as getting the source from github and opening and building the project in Visual Studio.
  • The next step is to build the plugin, double clicking PluginExample.sln will open the project in Visual Studio.
  • First thing to do is add a reference to the location of your Hearthstone Deck Tracker executable (compiled in the first step).

Add Reference

and then set that references Copy Local property to false.

Copy Local

  • Add another reference for the HearthDB.dll found in the same directory as the Hearthstone Deck Tracker executable.
  • You should then be able to build the plugin successfully.
  • Go to your PluginExample\bin\Release folder and copy PluginExample.dll to the Hearthstone Deck Tracker Plugins folder.

About

A simple example plugin for Hearthstone Deck Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages