Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupremecommander committed May 7, 2014
1 parent 7e0caab commit 6086dd6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,36 @@ StatusSpec
==========

a client plugin that shows certain player statuses via icons next to a tournament HUD

Changelog
---------

**0.2.0**
* added Vaccinator resistances/Ubers, Soldier banners, Jarate, Mad Milk, bleeding, and on fire icons to display

**0.1.0**
* initial version
* Uber, Kritz, marked for death status icons
* many CVars for customizing appearance

CVars
-----
* **statusspec_icons_enabled** - enable status icons
* **statusspec_icons_size** - square size of status icons
* **statusspec_icons_max** - max number of icons to be rendered
* **statusspec_icons_blu_x_base** - x-coordinate of the first BLU player
* **statusspec_icons_blu_x_delta** - amount to move in x-direction for next BLU player
* **statusspec_icons_blu_y_base"** - y-coordinate of the first BLU player
* **statusspec_icons_blu_y_delta** - amount to move in y-direction for next BLU player
* **statusspec_icons_blu_bg_red** - red value of the icon background for BLU players
* **statusspec_icons_blu_bg_green** - green value of the icon background for BLU players
* **statusspec_icons_blu_bg_blue** - blue value of the icon background for BLU players
* **statusspec_icons_blu_bg_alpha** - alpha value of the icon background for BLU players
* **statusspec_icons_red_x_base** - x-coordinate of the first RED player
* **statusspec_icons_red_x_delta** - amount to move in x-direction for next RED player
* **statusspec_icons_red_y_base** - y-coordinate of the first RED player
* **statusspec_icons_red_y_delta** - amount to move in y-direction for next RED player
* **statusspec_icons_red_bg_red** - red value of the icon background for RED players
* **statusspec_icons_red_bg_green** - green value of the icon background for RED players
* **statusspec_icons_red_bg_blue** - blue value of the icon background for RED players
* **statusspec_icons_red_bg_alpha** - alpha value of the icon background for RED players

0 comments on commit 6086dd6

Please sign in to comment.