View Single Post
03-23-10, 11:25 AM   #1
unlimit
Lookin' Good
 
unlimit's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 484
Impossible DUI (work in progress)

DOWNLOAD PAGE: http://www.wowinterface.com/download...ssibleDUI.html

This is the beta to Impossible DUI, if you have any suggestions, or criticism, please leave them in the comments.

http://s.wowinterface.com/preview/pvw39752.png
http://s.wowinterface.com/preview/pvw39751.png

Impossible Dynamic User Interface

To be played at 1280x1024 at the lowest set UI Scale through video options. For this to properly work, select your DUI to impossible where you will see your username_server (for example, unlimit_demonsoul) in the top left of your screen.

YOU MUST DISABLE EVERYTHING IN YOUR RDX IN-GAME BLIZZARD MANAGER FOR THIS TO WORK.

Regarding Portraits

Portraits will only be visible for your Player, Target, Party, Arena, and Boss frames.

However, these units will only actually display a portrait if they are at Max Health AND Max Power, unless you are a warrior, a druid in bear form, or a death knight, to which it is inverse and actually if you are at Zero Power.



YOU NEED TO DOWNLOAD:
Desktops Included:
  • Solo
  • Party
  • Raid
  • PVP
  • Arena
Windows Included:
  • Player
  • Target
  • Target of Target
  • Focus
  • Party
  • PVE 25 Man Raid
  • PVP 40 Man Raid
  • Viewport
  • ActionBars
  • Buffs
  • Debuffs
  • Chat Frame
  • Omniscience Live Window
  • Threat Meter
  • Damage Meter
  • Experience Bar
  • Reputation Bar

For this to work correctly, you need to edit the amount of lines the Omniscience Live window shows at once, as the set amount does not save, we can fix this by using the guide below:

Open <parent-to-this-folder>\World of Warcraft\Interface\AddOns\RDX\Omniscience\LiveWindow.lua

Replace line 13
Code:
local olw_lines, olw_width = 20, 346;
with
Code:
local olw_lines, olw_width = 12, 346;
Replace line 178
Code:
olw_lines = RDXU.omniLW; if not olw_lines then olw_lines = 20; end
with
Code:
olw_lines = RDXU.omniLW; if not olw_lines then olw_lines = 12; end
__________________


kúdan: im playing pantheon
JRCapablanca: no youre not
** Pantheon has been Banned. **

Last edited by unlimit : 05-22-10 at 08:15 AM. Reason: DUI Uploaded
  Reply With Quote