NOTE: This addon requires you to have LibSlash which can be found at http://war.curse.com/downloads/details/13510/
This is my initial port of my mod for World of Warcraft (also called DaHud).
More will be added as I port the rest of the options from my WoW version and as I find things to add. I am also aware that slash commands are messy and hard to use, but they are just a temporary fix til a GUI is done.
Commands:
Toggle if the Addon is Enabled
/dahud enable
Toggle Debug Mode
/dahud debug
Set the scale of DaHud (replace xxx with a number between 0.25 and 2)
/dahud set scale xxx
Set the alpha of DaHud (replace xxx with a number between 0 and 1)
- In Combat Alpha
/dahud set alpha combat xxx
- Out of Combat Alpha
/dahud set alpha ooc xxx
- Regen Alpha
/dahud set alpha regen xxx
- Target Alpha
/dahud set alpha target xxx
- Casting Alpha (Not Implemented)
/dahud set alpha casting xxx
Set individual bars to be interactive (replace xxx with true or false)
- Player Health
/dahud set interactive bar1 xxx
- Player Action Points
/dahud set interactive bar2 xxx
- Target Friendly Health
/dahud set interactive bar3 xxx
- Target Enemy Health
/dahud set interactive bar4 xxx
------------------------------------------------------------------------
r2 | mehoves | 2008-10-19 14:19:49 +0000 (Sun, 19 Oct 2008) | 7 lines
Changed paths:
A /trunk/Changelog.txt
A /trunk/Config.lua
A /trunk/DaHud.lua
A /trunk/DaHud.mod
A /trunk/DaHud.xml
A /trunk/ReadMe.txt
A /trunk/media
A /trunk/modules
A /trunk/modules/Bars
A /trunk/modules/Bars/Bars.lua
A /trunk/modules/Bars/Bars.xml
A /trunk/modules/Icons
A /trunk/modules/Icons/Icons.lua
A /trunk/modules/Icons/Icons.xml
A /trunk/modules/Text
A /trunk/modules/Text/Text.lua
A /trunk/modules/Text/Text.xml
DaHud -
Added parent frame alpha fading.
Added parent frame scaling.
Added various options in the config.
Added Interactive Option to Bars in Bars Module.
Added RvR Indicator Animation in Icon Module.
Added RvR Countdown Text to Text Module.
------------------------------------------------------------------------
r1 | root | 2008-10-19 14:01:24 +0000 (Sun, 19 Oct 2008) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"dahud/mainline: Initial Import"
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...