Go to Page... |
Updated: | 04-27-11 03:26 PM |
Created: | 08-15-09 03:43 PM |
Downloads: | 57,170 |
Favorites: | 174 |
MD5: |
oUF_Nivea has been tested with oUF 1.5+ (required!). oUF_Nivea was formerly known as oUF_viv.
This is a personal layout, things changed and will change.
Features
* easily customizable, with lots of options - frame size, fonts, textures, features ... and more see setup below
* moveable frames - via oUF_MoveableFrames by haste
* boss and main tank frames
* player, focus and target castbar
* Soul Shards, Holy Power, Runes, Eclipse bar
* Druid mana
* combo points
* optional portraits (player, target, focus, party)
* healthbar background is colored by class or (if it's an NPC) by reaction
* current health value is colored yellow between 35% and 25% health
* current health value is colored orange between 25% and 20% health
* current health value is colored red below 20% health
* built-in aggro highlight
* built-in debuff highlight
* advanced raid and party frames, with aura filtering and more ...
* vehicle support (incl. raid and party)
* featured hankthetank's raid icon textures
r24 Druid Eclipse Bar
Supported frames
* player
* player pet
* target
* target of target
* focus
* party
* party pets
* raid
* boss frames
* main tank
* main tank target
* arena frames + targets
NOTE
Please read the changelog, it contains use-full information.
Plugin support
* oUF_CombatFeedback
* oUF_SpellRange - highly recommended
* oUF_Smooth Update - a customized version is included
* oUF_BarFader
* oUF_MoveableFrames - highly recommended
* oUF_TotemBar
* oUF_WeaponEnchant
* oUF_HealComm4
History
1.0 initial release
2.0 changed quite a lot of things, it may look a little grungy *cough*. You can make it look like 1.x, again.
3.0 new look - like always, textures and fonts of previous versions are still included.
4.0 new look, total rewrite, clean up, removed a lot of unused fonts and textures (except some fonts and bar textures) from the package
5.0 new look, separate party/raid layout, ...
6.0 new look, config.lua added, improved party raid and arena frames
after 6.0 oUF_viv got renamed to oUF_Nivea, new look and updated to work with oUF 1.4.x
*** latest previous versions (1.2, 2.9c, 3.8, 4.8d, 5.2 and 6.2c) are archived ***
Setup
The layout's setup code below can be found in "AddOns\oUF_Nivea\Nivea_Config.lua". You can edit and save your changes via Wordpad, Notepad or something similar. I recommend getting Notepad++ (it's a free editor, google it).
------------
-- 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
Credits
hankthetank - raid icon texture
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 07: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 08:51 AM |
|
5.1b |
885kB |
Dawn |
02-21-10 04:44 PM |
|
4.8d |
917kB |
Dawn |
01-31-10 04:24 AM |
|
4.6a |
919kB |
Dawn |
01-10-10 03:12 PM |
|
4.5 |
919kB |
Dawn |
01-08-10 05:02 PM |
|
3.8 |
3MB |
Dawn |
12-17-09 06:54 PM |
|
3.4d |
3MB |
Dawn |
11-17-09 04:35 AM |
|
3.3 |
3MB |
Dawn |
11-06-09 11:43 PM |
|
3.2 |
3MB |
Dawn |
11-02-09 10: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 |
Morthulo |
View Public Profile |
Send a private message to Morthulo |
Find More Posts by Morthulo |
Add Morthulo to Your Buddy List |
def9 |
View Public Profile |
Send a private message to def9 |
Find More Posts by def9 |
Add def9 to Your Buddy List |
![]() |
|
|
focus target
great layout! thx!
how can i disable focus target? |
![]() |
![]() |
waukeen |
View Public Profile |
Send a private message to waukeen |
Find More Posts by waukeen |
Add waukeen to Your Buddy List |
Herecius |
View Public Profile |
Send a private message to Herecius |
Find More Posts by Herecius |
Add Herecius to Your Buddy List |
Eternia |
View Public Profile |
Send a private message to Eternia |
Find More Posts by Eternia |
Add Eternia to Your Buddy List |
Dawn |
View Public Profile |
Send a private message to Dawn |
Find More Posts by Dawn |
Add Dawn to Your Buddy List |
![]() |
|
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 |
![]() |
![]() |
Naem |
View Public Profile |
Send a private message to Naem |
Visit Naem's homepage! |
Find More Posts by Naem |
Add Naem to Your Buddy List |
![]() |
||
|
__________________
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..." |
|
![]() |
![]() |
Dawn |
View Public Profile |
Send a private message to Dawn |
Visit Dawn's homepage! |
Find More Posts by Dawn |
Add Dawn to Your Buddy List |
![]() |
|
|
How would I do to change the now blueish colour on the healthbar/borders to a more gray tone?
|
![]() |
![]() |
Reshka |
View Public Profile |
Send a private message to Reshka |
Visit Reshka's homepage! |
Find More Posts by Reshka |
Add Reshka to Your Buddy List |
![]() |
|
|
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 ![]() ![]() Best regards, AraQkh
__________________
It is a GOOD day to DIE |
![]() |
![]() |
AraQkh |
View Public Profile |
Send a private message to AraQkh |
Visit AraQkh's homepage! |
Find More Posts by AraQkh |
Add AraQkh to Your Buddy List |
![]() |
|
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? |
![]() |
![]() |
Blizzfury |
View Public Profile |
Send a private message to Blizzfury |
Visit Blizzfury's homepage! |
Find More Posts by Blizzfury |
Add Blizzfury to Your Buddy List |
![]() |
|
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. |
![]() |
![]() |
Vociferate |
View Public Profile |
Send a private message to Vociferate |
Visit Vociferate's homepage! |
Find More Posts by Vociferate |
Add Vociferate to Your Buddy List |
![]() |
||
|
__________________
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..." |
|
![]() |
![]() |
Dawn |
View Public Profile |
Send a private message to Dawn |
Visit Dawn's homepage! |
Find More Posts by Dawn |
Add Dawn to Your Buddy List |
![]() |
|
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? |
![]() |
![]() |
reppgoa |
View Public Profile |
Send a private message to reppgoa |
Visit reppgoa's homepage! |
Find More Posts by reppgoa |
Add reppgoa to Your Buddy List |
![]() |
|||||
|
__________________
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..." |
||||
![]() |
![]() |
Dawn |
View Public Profile |
Send a private message to Dawn |
Visit Dawn's homepage! |
Find More Posts by Dawn |
Add Dawn to Your Buddy List |
![]() |
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.