Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 846 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 846 Bytes

HDT Plugin Example

A simple plugin for Hearthstone Deck Tracker to illustrate some basic functionality and how to get started. A text box in the center of the screen displays the names of the cards currently in the players hand.

Building 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

Add Reference

and then set that references Copy Local property to false.

Copy Local

  • You should then be able to build the plugin successfully.
  • Go to your PluginExample\bin\Release folder and copy PluginExample.dll and card.png to the Hearthstone Deck Tracker Plugins folder.