Download
(8MB)
Download
Updated: 09-17-09 03:33 PM
Pictures
File Info
Updated:09-17-09 03:33 PM
Created:04-25-09 02:18 PM
Downloads:13,412
Favorites:47
MD5:

oUF Aion UI  Popular! (More than 5000 hits)

Version: 1.4
by: Dawn [More]

oUF_Aion UI is made to work for 1680x1050, it works out of the box for 1440x900, 1920x1200, ... should work for all widescreen resolutions. Even though the art on the bottom, might be somewhat small/big by default, depending on your resolution.


I added oUF_MoveableFrames plugin support in version 1.1, which will allow you to position the frames in game. NOTE: To move a frame you have to hold down the ALT and CONTROL KEY and drag the frame. You can move party and raid with ALT + CONTROL, too. Just don't click on the bars directly, but a little aside of them



I don't use any UI scale at all. I don't have this option checked. Or in other words this UI is basically build around an UI scale of 1.0.
If you are using another resolution than 1680x1050, you might have to adjust your UI scale until it fits.

NOTE:
1.) Pretty much any addon included in this UI is heavily customized, I don't take any credits for this.
However, you shouldn't update any of the addons, manually!
2.) If something spits out errors or stops working, tell me please.
3.) Read the changelog, it contains usefull information!
4.) For in depth information/questions concerning unitframes head over to oUF_Aion layout page and check the comments/changelog, before asking, please.

Last but not least:
I will only support this to the point where it comes to bug fixing. If you want to customize it, you are on your own. This is a necessary step, to keep my sanity. Well, what's left of it.


SETUP:

1.) backup you font, interface and wtf folder
2.) Extract everything into your \WorldofWarcraft\ folder
3.) Make sure you rename the folder YOURACCOUNTNAME to ... guess what ...
4.) load the "Default" profile for Dominos (actionbars) ingame


This and That:
* Blizzards Calendar is accessible by right clicking on the minimap
* Tracking is accessible by middle clicking on the minimap
* Chat frames minimize after 40seconds of inactivity - you can change the duration in Chicchai
* you can move all bag frames by holding ALT
* you can move nClock by holding ALT
* to open a GM ticket type /GM or /ticket
* to reload your UI type /rl


Some addons that you can customize easily are:

*actionbars
Dominos

*unitframes
oUF_Aion\Aion_core.lua

*chatframe (minimize/maximize effect, borders, background)
Chicchai\core.lua

*AionMini (minimap)
AionMini\AionMini.lua

*TipTac (tooltip addon)
/tip



layout details for oUF_Aion

Code:
-- ------------------------------------------------------------------------
-- SETUP
-- ------------------------------------------------------------------------
local font = "Interface\\AddOns\\oUF_Aion\\font\\marigoldwild.ttf"
local fontN = "Interface\\AddOns\\oUF_Aion\\font\\marigoldwild.ttf"
local fontSN = 24 -- font size (names)
local fontS = 16 -- font size (numbers)
local fontF = "THINOUTLINE" --local fontF = nil

local bartex = "Interface\\AddOns\\oUF_Aion\\media\\dAion"
local raidbartex = "Interface\\AddOns\\oUF_Aion\\media\\dQ"
local bufftex = "Interface\\AddOns\\oUF_Aion\\Art\\border"
local borderDebuffHigh = "Interface\\AddOns\\oUF_Aion\\media\\frameborder3large" 

local frameborder = "Interface\\AddOns\\oUF_Aion\\Art\\border"

local scalePlayer = 0.9 -- change player scale
local scalePlayerPet = 0.8 -- change player pet scale
local scaleTarget = 0.8 -- change target, target of target and focus scale
local ScaleParty = 0.8 -- change party scale
local ScalePT = 0.5  -- change party target scale
local ScalePP = 0.5  -- change party pet target scale

local Numberzzz = 1 -- 0 will display 18400k as 18k, 1 = 18.4k, ....

-- show/hide raid frames
local useraid = true
-- show/hide party target frames
local usepartytargets = false
-- show/hide party pet  frames
local usepartypets = true

-- show/hide player frames
local useplayer = false	

-- show target's auras on top (true) or bottom (false)
local TargetAurasOnTOP = true

-- NOTE: you should use either one of these, or it might look a "little crazy" ......
-- show/hide AION style Panel 
local useAionPanel = true
-- show/hide viewport
local useviewport = false

-- self-explanatory?!?
local OMGHELPMEMOVETEHPARTYANDRAIDPLZKKTHXBYE = false
-- just in case it's not .. this is not needed to move party and raid, but it will help ....

-- castbar position
local playerCastBar_x = 0
local playerCastBar_y = -110
local targetCastBar_x = 0
local targetCastBar_y = -60

-- set target castbar scale
local TarCastScale = 1.0

Hope you like it, have fun.

1.4
* health and power "orb style" for player - based on "oUF_D3Orbs2" - 4ll cr3dits to t3h z0rk! :)
* added an option to hide the default player frame and only show the orbs (enabled by default)
* party and raid are now moveable (hold down ALT + CONTROL, click a little aside of the bars, not directly on them!)
* raid layout is more compact now
* some minor tweaks

1.3b
* enabled PvP frame position feature in AionMini to make up for the new target default position (it was overlapping the PvP frame)
* unitframe (oUF layout) updated to 1.5b

1.3
* unitframe (oUF layout) updated to 1.5
* player auras are now part of oUF_Aion (blizzard auras are hidden)
* default player and target position changed
* Aion panel added (incl. option to enable/disable)
* added an option to position target auras on top or bottom of the target
* raidframes are hidden by default

1.2
* savedvariables folder fixed ....
* unitframe (oUF layout) updated to 1.4

1.1
* updated for patch 3.2 (addons updated, code fixes, etc.)

1.0
* initial release
Optional Files (0)


Post A Reply Comment Options
Unread 09-19-09, 09:56 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
There is an option, which allows you to ....
Code:
-- show/hide player frames
local useplayer = false
set it to "true" and you can use the player frame AND the orbs. That way you can keep using the latest version of the UI (which fixes raid/party movement and adds some more stuff).
Last edited by Dawn : 09-19-09 at 09:57 AM.
Report comment to moderator  
Reply With Quote
Unread 09-19-09, 09:49 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by DontBlameMe
Hey Dawn,

really nice work but i have 1 thing in question:
is there any possibility to get the origin crystal aion ui working again/uploaded?

i loved the player frame, so if you could update the old crystal aion ui i would be adoring ur work

greets from HH, Germany
You should be able to find them in the Archive i think


Greets from Hannover hehe
__________________
Report comment to moderator  
Reply With Quote
Unread 09-19-09, 09:30 AM  
DontBlameMe
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Hey Dawn,

really nice work but i have 1 thing in question:
is there any possibility to get the origin crystal aion ui working again/uploaded?

i loved the player frame, so if you could update the old crystal aion ui i would be adoring ur work

greets from HH, Germany
Report comment to moderator  
Reply With Quote
Unread 09-19-09, 04:26 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Just a little Pic of how i got it now



P.S.
Super Arbeit Dawn und mach weiter so
__________________
Report comment to moderator  
Reply With Quote
Unread 09-18-09, 05:46 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Buffs and castbar(s) are part of oUF_Aion. Glad you like it.
Report comment to moderator  
Reply With Quote
Unread 09-18-09, 04:47 PM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Hi Dawn,

what do you use for Buff Frames and as Casting Bar ?

Reason why i ask is i took your UI and installed it but with out the extras.
I did go threw the files but cant see where it is so i can add it and remove Sarina Buff Frames and AzCastBar.

Thanks for your Help



P.S.
After i been a long time Fan from Zorks UI i switched to your after you added the Orbs. Good Job on your Work.
__________________
Report comment to moderator  
Reply With Quote
Unread 09-16-09, 09:27 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by sergcomp
Great UI! But I have some questions about it.
How can I see weapon buffs? Like rogue poisons or oils.
Edited the "-- TemporaryEnchantFrame:Hide()" line, now I can see them, but they are not styled like other buffs. Need some help here.
And is it possible to make errors frame visible? (red text in the middle of the screen)
Either delete or disable IHasNoScope. The weapon buffs are a bit more tricky. I have not enough time, atm.
Report comment to moderator  
Reply With Quote
Unread 09-16-09, 08:28 AM  
sergcomp
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great UI! But I have some questions about it.
How can I see weapon buffs? Like rogue poisons or oils.
Edited the "-- TemporaryEnchantFrame:Hide()" line, now I can see them, but they are not styled like other buffs. Need some help here.
And is it possible to make errors frame visible? (red text in the middle of the screen)
Report comment to moderator  
Reply With Quote
Unread 09-16-09, 06:32 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
It doesn't scale with screen resolutions, it's set for 1680x1050. You would have to adjust it in Aion_core.lua

look for:
Code:
        bottompanel:SetScale(0.78)
and raise the number.
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 03:54 PM  
Neo_Bahamut_19
A Murloc Raider

Forum posts: 4
File comments: 5
Uploads: 0
For some reason the bottom artwork bar will not resize using the UI slider. In case you want to see what I'm talking about, I'll post up a picture here if you want.

Edit: I'm using 1920x1080 btw
Last edited by Neo_Bahamut_19 : 09-15-09 at 04:00 PM.
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 06:15 PM  
Lunchbøx
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
thank you
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 01:17 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by Lunchbøx
Good afternoon, I just have one question about your lovely UI. You placed the resource counter in the bottom right and I cannot find any code to move it, any chance I could get some help with that?
It's part of the minimap addon AionMini.

look for
Code:
local Wpos = "BOTTOMRIGHT"
local Wpos_x = -260
local Wpos_y = 150
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 11:26 AM  
Lunchbøx
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Good afternoon, I just have one question about your lovely UI. You placed the resource counter in the bottom right and I cannot find any code to move it, any chance I could get some help with that?
Report comment to moderator  
Reply With Quote
Unread 09-08-09, 12:49 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
It's now part of the layout. Look into Aion_core.lua

Code:
-- NOTE: you should use either one of these, or it might look a "little crazy" ......
-- show/hide AION style Panel 
local useAionPanel = true
-- show/hide viewport
local useviewport = false
red part is what you are looking for, jexp2 is the xp addon, delete/disable it.
Report comment to moderator  
Reply With Quote
Unread 09-08-09, 08:38 AM  
Papphatt
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Awesome work! I really like this new UI, looks nice, but.... "Just one question. Anyway to remove the bottom graphic that you have surrounding the actionbars?"

Originally posted by Dawn
That's done with dArt. You can edit the lua and remove the panel, you can also disable it. I'm not sure if you can delete it, though. Because some of the textures in that folder might be used by the UI.
Since theyre is no dArtmap it has to be in "oUF_Aion" somewhere i suppose? been looking, but cant find where.. would u be kind and show me where?

Edit: Atleast say how to get rid of that nasty xpbar =(
Last edited by Papphatt : 09-08-09 at 09:42 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: