++++++++++++++++++++++++++++++++++
+ Llama EKG Player Window Readme +
++++++++++++++++++++++++++++++++++

This mod was directly inspired by the Forry Target Heart Beat EQ1 UI Mod made by Forry
(http://www.eqinterface.com/downloads/fileinfo.php?s=&id=2570).
All credit for the original concept and design of the heartbeat animation goes to Forry.
I just adapted the animation code to EQ2, updated the graphics (to DDS format and added 
the icons), and put it all in a player window.

The window is arranged as:.

** Player Name is displayed at the top of the window
** Heart Beat animation below the player name.
** At full HP, it takes approximately 3 seconds for the heart beat line to run the full length of the display.
   The heart beat line will shrink (horizontally, right to left) and change color in accordance with your current HP
** Current HP/Max HP numeric value above the animation.
** Current Power/Max Power numeric value below the animation.
** "In Combat" icon appears to the left of the Current/Max Power numbers.
** PVP icon appears to the right of the Current/Max Power numbers.
** Current Player HP Percentage is shown to the right of the heart beat animation.  The heart icon will change color in
   relation to your current HP (Green/Yellow/Red).
** Current Power Percentage is displayed to the right of the heart beat animation, just below the Current HP Percentage.
   (The power icon does not do anything)
** Current Concentration is indicated by vertical red blocks that appear on the far right of the window, from top to bottom.
** Current Effects are displayed in the area below the heart beat display.
** Effects icons are click-to-cure buttons (that do not change your target).

Installation
============

1) Extract the files to your custom UI directory (if this is your first UI mod install, see the info below).
   The only files you need from the ZIP archive are:
   /images/llama/ folder
   eq2ui_mainhud_Player.xml


Installing Your First UI Mod
============================
1) Open the "UI" folder in the EQ2 install directory (by default this is "C:\Program Files\Sony\Everquest2\UI\").
2) Create a new folder, name it as you wish (the name cannot include spaces and must be only letters/numbers).
3) Extract your selected UI mod(s) into this folder (make sure that you put them directly into the folder you
   created in step 2).
   Right:  everquest2/UI/myUI/blah.xml
   Wrong:  everquest2/UI/myUI/blah/blah.xml
4) In the EQ2 install directory, open the file "eq2.ini" (Notepad works fine for this).
5) Change the "cl_ui_skinname default" line and replace "default" with the folder name you created in step 2.