| Updated: | 04-27-11 03:26 PM |
| Created: | 08-15-09 03:43 PM |
| Downloads: | 46,165 |
| Favorites: | 190 |
| MD5: |

------------
-- colors --
------------
cfg.maincolor = {44/255, 40/255, 67/255} -- portrait BG, raid health bar, castbar color
cfg.sndcolor = {248/255, 212/255, 186/255} -- font color, ...
cfg.trdcolor = {90/255, 110/255, 120/255} -- castbar color
cfg.brdcolor = {40/255, 40/255, 40/255} -- border color
cfg.infocolor = {50/255, 50/255, 50/255} -- info panel color
-----------
-- media --
-----------
cfg.HPtex = mediaFolder.."dM3" -- health bar texture
cfg.PPtex = mediaFolder.."d2P" -- power bar texture
cfg.CBtex = mediaFolder.."dM3" -- castbar texture
cfg.Itex = mediaFolder.."dO" -- BG texture
cfg.Auratex = mediaFolder.."dBBorderJ" -- border texture for buffs/debuffs
cfg.NameFont = mediaFolder.."Pixelway_Baseline.ttf" -- font used for text (names) - recommended: (hooge0655, size 8, "OUTLINE MONOCHROME") OR (Prototype, size 10, "THINOUTLINE")
cfg.NumbFont = mediaFolder.."Pixelway_Baseline.ttf" -- font used for numbers - recommended: (hooge0557, size 10, "OUTLINE MONOCHROME") OR (Prototype, size 10, "THINOUTLINE")
cfg.NameFS = 10 -- name font size
cfg.NumbFS = 10 -- number font size
cfg.CastFS = 10 -- castbar font size
cfg.ComboFS = 20 -- combo point font size
cfg.FontF = "OUTLINE" -- "THINOUTLINE", "OUTLINE MONOCHROME" or nil (no outline)
cfg.fontFNum = "OUTLINE"
------------------
-- general settings --
----------------------
cfg.Numberzzz = 1 -- 0 will display 18400k as 18k, 1 = 18.4k, ....
cfg.FadeOutAlpha = 0.3 -- alpha for out of range units (oUF_SpellRange plugin, required)
cfg.BarFadeAlpha = 0.0 -- alpha for oUF_BarFader (required) plugin (can be 0 - 1)
-- switches -- true/false (on/off)
cfg.useDKrunes = true -- show/hide DeathKnight runes
cfg.useCastbar = true -- show/hide player, target, focus castbar
cfg.useSpellIcon = true -- show/hide castbar spellicon
-- portraits
cfg.usePortrait = true -- show/hide player, target, focus portrait
cfg.pAlpha = 0.4 -- portrait alpha (transparency)
------------
-- player --
------------
cfg.separatePortraitPlayer = true -- separate player's portrait, instead of overlaying the healthbar
cfg.MirrorPlayerPortrait = false -- switch portrait from left to right side of the healthbar
cfg.PlayerRightSideSpellIcon = true -- switch player's castbars spell icon position from left to right
cfg.PlayerBuffsOnPlayerFrame = false -- put players buffs below the player frame instead of next to the minimap (cfg.HideBlizzardAuras = true, required)
cfg.PlayerBuffNumber = 8 -- buff number per row (player) - only counts for buffs anchored to the player frame (PlayerBuffsOnPlayerFrame = true, required)
cfg.PlayerDebuffNumber = 8 -- debuff number per row (player)
-- only counts for buffs not anchored to the player frame
cfg.PlayerBuffSize = 28 -- buff size (player), cfg.HideBlizzardAuras = true (required)
-- Player Buff Position
cfg.PlayerBufParent = UIParent -- can be any frame, common frames are Minimap or UIParent
cfg.PlayerBufAnchor1 = "TOPRIGHT"
cfg.PlayerBufAnchor2 = "TOPRIGHT"
cfg.PlayerBufOffset_X = -30 -- x Offset
cfg.PlayerBufOffset_Y = -20 -- y Offset
cfg.PlayerBuffInitialAnchor = "TOPRIGHT"
cfg.PlayerBuffGrowth_X = "LEFT"
cfg.PlayerBuffGrowth_Y = "DOWN"
------------
-- target --
------------
cfg.separatePortraitTarget = true -- separate target's portrait, ...
cfg.MirrorTargetPortrait = true -- switch portrait from left to right side of the healthbar
cfg.TargetRightSideSpellIcon = false -- switch target's castbars spell icon position from left to right
cfg.onlyShowPlayerBuffs = false -- only show buffs casted by player (target and focus)
cfg.onlyShowPlayerDebuffs = false -- only show debuffs casted by player (target and focus)
cfg.BuffNumberTar = 8 -- buff number per row - target
cfg.DebuffNumberTar = 8 -- debuff number per row - target
-----------
-- focus --
-----------
cfg.separatePortraitFocus = true -- separate focus's portrait, ...
cfg.MirrorFocusPortrait = true -- switch portrait from left to right side of the healthbar
cfg.FocusRightSideSpellIcon = false -- switch focus's castbars spell icon position from left to right
cfg.BuffNumberFoc = 7 -- buff number per row - focus
cfg.DebuffNumberFoc = 7 -- debuff number per row - focus
-----------
-- party --
-----------
cfg.PartyFrames = true -- set to false to disable party frames
cfg.usePartyPortrait = false -- show/hide party portraits
cfg.separatePortraitParty = true -- separate party portraits, ...
----------
-- raid --
----------
cfg.RaidFrames = true -- set to false to disable raid frames
-----------
-- arena --
-----------
cfg.ArenaFrames = true -- set to false to disable arena frames
-------------------
-- aura specific --
-------------------
cfg.HideBlizzardAuras = true -- hide blizzard buff, debuff and weapon enchant frame AND replace them with oUF's buffs/debuffs
cfg.HideAuraTimer = 180 -- spell timer is shown for shorter durations, than set value, hidden otherwise
cfg.FilterAuras = true -- filter arena, party and raid auras by applying a whitelist (the whitelist can be found in Nivea_AuraFilterList.lua)
---------------
-- framesize --
---------------
-- height
cfg.heightP = 22 -- player
cfg.heightT = 22 -- target
cfg.heightF = 22 -- Focus
cfg.heightM = 16 -- MT, boss frames
cfg.heightS = 22 -- ToT, FocusTarget, pet
cfg.heightPA = 14 -- party, party pet - arena
cfg.heightR = 26 -- raid
-- width
cfg.widthP = 240 -- player
cfg.widthT = 240 -- target
cfg.widthF = 200 -- Focus
cfg.widthM = 120 -- MT, boss frames
cfg.widthS = 48 -- ToT, FocusTarget, pet, party pet
cfg.widthPA = 170 -- party - arena
cfg.widthR = 60 -- raid
-- scale
cfg.PlayerScale = 1.0 -- player, player pet scale
cfg.TargetScale = 1.0 -- target, ToT scale
cfg.FocusScale = 1.0 -- focus, focus target scale
cfg.MainTankScale = 1.0 -- MainTan, MainTank ToT, boss frames scale
cfg.ArenaScale = 1.0 -- arena, arena ToT scale
cfg.PartyScale = 1.0 -- party scale
cfg.RaidScale = 1.0 -- raid scale
-- hp|pp height, pp|info offset (optional)
cfg.heightHP = 18
cfg.heightPP = 6
cfg.PPyOffset = 3
cfg.InfoOffset = 3
--------------------------------
-- oUF_WeaponEnchant settings --
--------------------------------
cfg.WeapEnchantIconSize = 24 -- icon size
cfg.WeapEnchantAnchor = "TOPRIGHT"
cfg.WeapEnchantAnchor2 = "TOPLEFT"
cfg.WeapEnchantParent = Minimap -- can be UIParent, Minimap or any other frame
cfg.WeapEnchant_X = -20 -- X offset
cfg.WeapEnchant_Y = 30 -- Y offset
|
Party Portraits should stay disable due to this: - Headers: Due to how RegisterAttributeDrive works on 4.0.x, clicking _can_ go void on frames. The solution to this is to use self:RegisterForClicks('AnyDown') instead of AnyUp. Another solution is to NOT use the visibility field in :SpawnHeader(). - Portraits: On header frames this will constantly reset their animation due to the bug mentioned above |
/run SetCVar("useUiScale", 1)
/run SetCVar("uiScale", 768/string.match(({GetScreenResolutions()})[GetCurrentResolution()], "%d+x(%d+)"));
/run SetMultisampleFormat(1)


|
panelscale is !IMPORTANT! for people that use an UIScale, to make the overlay texture match the viewport For example, the lower your UIScale is set the higher the value should be. You have to play around with some values, mostly between 1.1 and 1.5. |




File Name |
Version |
Size |
Author |
Date |
r29 |
64kB |
Dawn |
04-27-11 10:06 AM |
|
r28 |
63kB |
Dawn |
11-18-10 06:50 PM |
|
r27 |
64kB |
Dawn |
10-20-10 05:33 PM |
|
r26 |
96kB |
Dawn |
10-16-10 09:24 PM |
|
r24 |
95kB |
Dawn |
10-15-10 06:55 PM |
|
r23 |
62kB |
Dawn |
10-14-10 07:46 PM |
|
r22 |
61kB |
Dawn |
10-13-10 06:20 PM |
|
r21 |
61kB |
Dawn |
10-13-10 04:19 PM |
|
r21 |
64kB |
Dawn |
09-24-10 07:29 PM |
|
r19 |
64kB |
Dawn |
09-18-10 09:17 AM |
|
r18 |
60kB |
Dawn |
09-16-10 01:17 PM |
|
r16 |
60kB |
Dawn |
09-14-10 07:35 PM |
|
r15 |
68kB |
Dawn |
08-29-10 02:50 PM |
|
r14 |
67kB |
Dawn |
08-06-10 08:54 AM |
|
r13 |
64kB |
Dawn |
08-03-10 05:59 PM |
|
r12 |
89kB |
Dawn |
07-31-10 10:02 AM |
|
r9 |
88kB |
Dawn |
07-25-10 10:08 AM |
|
r8 |
88kB |
Dawn |
07-22-10 04:40 PM |
|
r7 |
88kB |
Dawn |
07-17-10 02:12 PM |
|
r6 |
88kB |
Dawn |
07-15-10 08:40 PM |
|
r5 |
87kB |
Dawn |
07-11-10 05:45 PM |
|
r4 |
88kB |
Dawn |
07-10-10 05:23 PM |
|
r3 |
88kB |
Dawn |
07-08-10 02:47 PM |
|
r2 |
62kB |
Dawn |
07-06-10 11:18 AM |
|
r1 |
111kB |
Dawn |
07-05-10 08:07 PM |
|
r6.2c |
478kB |
Dawn |
05-21-10 11:57 AM |
|
r6.1 |
463kB |
Dawn |
04-23-10 01:25 PM |
|
r6 |
461kB |
Dawn |
04-22-10 07:14 PM |
|
r5.2 |
904kB |
Dawn |
02-27-10 07:51 AM |
|
5.1b |
885kB |
Dawn |
02-21-10 03:44 PM |
|
4.8d |
917kB |
Dawn |
01-31-10 03:24 AM |
|
4.6a |
919kB |
Dawn |
01-10-10 02:12 PM |
|
4.5 |
919kB |
Dawn |
01-08-10 04:02 PM |
|
3.8 |
3MB |
Dawn |
12-17-09 05:54 PM |
|
3.4d |
3MB |
Dawn |
11-17-09 03:35 AM |
|
3.3 |
3MB |
Dawn |
11-06-09 10:43 PM |
|
3.2 |
3MB |
Dawn |
11-02-09 09:54 AM |
|
3.1c |
3MB |
Dawn |
10-31-09 08:32 AM |
|
2.9c |
2MB |
Dawn |
10-20-09 04:10 PM |
|
2.8b |
2MB |
Dawn |
10-12-09 09:00 AM |
|
2.7 |
2MB |
Dawn |
10-04-09 05:16 PM |
|
2.6 |
2MB |
Dawn |
09-21-09 09:52 AM |
|
2.5 |
2MB |
Dawn |
09-16-09 09:57 AM |
|
2.4 |
2MB |
Dawn |
09-12-09 08:37 PM |
|
2.3 |
1MB |
Dawn |
09-11-09 04:34 PM |
|
2.2b |
1MB |
Dawn |
09-10-09 04:41 PM |
|
2.2 |
1MB |
Dawn |
09-09-09 06:10 PM |
|
2.1 |
1MB |
Dawn |
09-08-09 03:36 PM |
|
2.0 |
1MB |
Dawn |
09-06-09 07:08 PM |
|
1.2 |
329kB |
Dawn |
08-19-09 08:52 PM |
|
1.1 |
302kB |
Dawn |
08-16-09 08:48 PM |
|
1.0 |
301kB |
Dawn |
08-15-09 03:43 PM |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
First of all, I absolutely love this ouf layout.
To the point - While browsing youtube I saw one interesting video from TW server using this layout with modifications. How does one achieve this? http://i39.tinypic.com/r1d7de.jpg I would love to change the player portrait to something more desirable. |
|
|
|
|
|
|
Got this error in Arathi and Eye of Storms.
Code:
1x oUF-1.5.14\elements\tags.lua:543: <unnamed>:SetFormattedText(): Font not set
oUF-1.5.14\elements\tags.lua:543: in function `UpdateTag'
oUF-1.5.14\elements\tags.lua:372: in function <oUF\elements\tags.lua:367>
Locals:
self = <unnamed> {
parent = oUF_RaidUnitButton15 {}
UpdateTag = <function> @ oUF\elements\tags.lua:535:
0 = <userdata>
}
parent = oUF_RaidUnitButton15 {
0 = <userdata>
__tags = <table> {}
PLAYER_ENTERING_WORLD = <function> @ oUF\ouf.lua:134:
Range = <table> {}
UnwrapScript = <function> @ Interface\FrameXML\SecureHandlers.lua:710:
InfoBG = <unnamed> {}
UNIT_PET = <function> @ oUF\ouf.lua:154:
UNIT_HEALTH_FREQUENT = <function> @ oUF\elements\health.lua:67:
UNIT_MAXHEALTH = <function> @ oUF\elements\health.lua:67:
__elements = <table> {}
InfoPan = <unnamed> {}
Power = <unnamed> {}
UNIT_POWER_BAR_SHOW = <function> @ oUF\elements\power.lua:88:
FrameGlow = <unnamed> {}
UNIT_THREAT_SITUATION_UPDATE = <function> @ oUF_Nivea\Nivea.lua:368:
READY_CHECK = <function> @ oUF\elements\readycheck.lua:89:
Health = <unnamed> {}
UNIT_EXITED_VEHICLE = <function> @ oUF\ouf.lua:154:
UNIT_CONNECTION = <table> {}
Debuffs = <unnamed> {}
UNIT_POWER = <function> @ oUF\elements\power.lua:88:
Execute = <function> @ Interface\FrameXML\SecureHandlers.lua:699:
READY_CHECK_CONFIRM = <function> @ oUF\elements\readycheck.lua:89:
RAID_TARGET_UPDATE = <function> @ oUF\elements\ricons.lua:19:
unit = "raid15"
UNIT_MAXPOWER = <function> @ oUF\elements\power.lua:88:
UNIT_DISPLAYPOWER = <function> @ oUF\elements\power.lua:88:
SetFrameRef = <function> @ Interface\FrameXML\SecureHandlers.lua:715:
Name = <unnamed> {}
Status = <unnamed> {}
RaidIcon = <unnamed> {}
UNIT_AURA = <table> {}
UNIT_FACTION = <table> {}
PARTY_MEMBERS_CHANGED = <function> @ oUF\ouf.lua:134:
WrapScript = <function> @ Interface\FrameXML\SecureHandlers.lua:704:
UNIT_THREAT_LIST_UPDATE = <function> @ oUF_Nivea\Nivea.lua:368:
READY_CHECK_FINISHED = <function> @ oUF\elements\readycheck.lua:89:
id = "15"
Text = <unnamed> {}
Mouseover = <unnamed> {}
ReadyCheck = <unnamed> {}
Glow = <unnamed> {}
ThreatHlt = <unnamed> {}
menu = <function> @ oUF_Nivea\Nivea.lua:362:
UNIT_ENTERED_VEHICLE = <function> @ oUF\ouf.lua:154:
Info = <unnamed> {}
UNIT_POWER_BAR_HIDE = <function> @ oUF\elements\power.lua:88:
style = "Nivea - Raid"
colors = <table> {}
}
realUnit = nil
_ENV = <table> {
Hex = <function> @ oUF\elements\tags.lua:11:
ColorGradient = <function> @ oUF\colors.lua:45:
_COLORS = <table> {}
_TAGS = <table> {}
}
format = "%s"
args = <table> {
1 = <function> @ oUF_Nivea\Nivea_Tags.lua:101:
}
---
__________________
Krendis, level 85 Prot Paladin Simkin level 85 Combat Rogue Inardescoo, level 85 Arcane Mage |
|
|
|
|
|
|
|
focus target
great layout! thx!
how can i disable focus target? |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 40
Uploads: 0
|
Can you add a GUI to configure this with ease? I hate having to close and re-open everytime I changed something in the config.LUA
__________________
k |
|
|
|
|
||
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine." Paper: "OMG, WTF, Scissors!" Scissors: "Rock is OP and Paper are QQers. We need PvP buffs." "neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..." |
||
|
|
|
|
|
|
How would I do to change the now blueish colour on the healthbar/borders to a more gray tone?
|
|
|
|
|
|
|
|
Hi everybody!
Does anybody can "re-update" addon "oUF_viv5" (and also "oUF_viv5_group") to the version of "Cataclysm 4.0.3" ![]() New addon not so pleasant to me I would like to the old version of this addon. But I'm not so strong in "LUA" language. ![]() Best regards, AraQkh
__________________
It is a GOOD day to DIE |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Great layout.
Just a quick question, is there anyway for it to show the target's debuff/buff icons/auras actual color instead of it being greyed out if the debuff/buff isn't mine? |
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 11
File comments: 3
Uploads: 0
|
Heya Dawn, just looking for two options.
I am trying to add the following to the party & raid frames: Party: "showPlayer", true, "sortMethod", "NAME", Raid: "sortMethod", "NAME", So I can obviously add the player to the party frame and then organize the party and raid frames by names. I know this is possible since I have done it with other oUF layouts. I just cannot find in your UI where or how to do this, since it's done with the cfg.command or w/e. Is it possible for you to just tell me which line I need to add code to do this? Thanks heaps for the great UI. |
|
|
|
|
||
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine." Paper: "OMG, WTF, Scissors!" Scissors: "Rock is OP and Paper are QQers. We need PvP buffs." "neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..." |
||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 6
Uploads: 0
|
hey Dawn, love the addon.
Quick question. With OmF, how do I move the raid frames as a whole and not 25 individual unit frames? I hate that when I try to move them, I have to spend hours making them all perfectly lined up again, huge pita. Any better way to handle raid frames? |
|
|
|
|
|||||
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine." Paper: "OMG, WTF, Scissors!" Scissors: "Rock is OP and Paper are QQers. We need PvP buffs." "neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..." |
|||||
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.