Giter Site home page Giter Site logo

hdt-rainmeter-stats's Introduction

HDT Rainmeter Plugin

A plugin for Rainmeter to display Hearthstone ranked play statistics taken from Heathstone Deck Tracker. The plugin is intended to provide a season summary and your current rank. There is also a sample skin to illustrate using the plugin's measures. Download the latest release which includes the skin and plugin as a rainmeter installer package.

Sample Skin

For efficiency the plugin uses the parent/child model of rainmeter plugin development. There are five measure types that can be used:

  1. Rank: your current rank
  • HighestRank: your highest rank this season
  • Won: overall ranked wins this season/month
  • Lost: overall ranked losses this season/month
  • WonToday: number of ranked wins today
  • LostToday: number of ranked losses today

The plugin also uses two optional parameters:

  • Path: this is the path to you Hearthstone Deck Tracker data files. This defaults to the standard AppData location, if the parameter is omitted.
  • Server: this is the Hearthstone server you want to display statistics for. The default is US, other values are EU, ASIA and CHINA.

See the sample skin for further details on using the plugin. Using the measures takes the following form:

[mRank]
Measure=Plugin
Plugin=HDTStats.dll
Server="EU"
Type=Rank

[mSeasonWon]
Measure=Plugin
Plugin=HDTStats.dll
ParentName=mRank
Type=Won

[mSeasonLost]
Measure=Plugin
Plugin=HDTStats.dll
ParentName=mRank
Type=Lost

[mTodayWon]
Measure=Plugin
Plugin=HDTStats.dll
ParentName=mRank
Type=WonToday

[mTodayLost]
Measure=Plugin
Plugin=HDTStats.dll
ParentName=mRank
Type=LostToday

NOTE: You need to have Heathstone Deck Tracker installed and be using it to track your games in order for this plugin to work properly.

hdt-rainmeter-stats's People

Contributors

andburn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.