Skip to content

buralien/hdt-plugin-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple example plugin for Hearthstone Deck Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%