Download
(95Kb)
Download
Updated: 03-26-10 08:48 AM
Addon for:
oUF.
Pictures
File Info
Updated:03-26-10 08:48 AM
Created:01-03-09 12:53 PM
Downloads:11,452
Favorites:45
MD5:

oUF Hypocrisy  Popular! (More than 5000 hits)

Version: 2.03
by: Hypocrisy [More]

My oUF layout. Requires oUF to work.
The raid frames in the middle of the raid shot are Grid, the oUF frames are the ones on the right.

Frames can be scaled. If you open the file layout.lua, there is a variable near the top called scale. It is currently set to 1, change it to 1.2 to make the frames 20% larger, etc. You may want to change the position of the frames a bit after you've scaled them, as positioning gets scaled as well.

All of the functions that spawn and position the frames are at the end of layout.lua, in the section titled "spawning the frames". If you want to hide or reposition your frames, the code you need to change can be found there.

Includes

  • Player
  • Pet
  • Pet Target
  • Target
  • Target of Target
  • Focus
  • Focus Target
  • Party
  • Party Pets
  • Party Targets
  • Raid

Supports

r2.03
----------------------------------------------------------------------------
- Re-fixed texture glitch with WoW 3.3.3

r2.02
----------------------------------------------------------------------------
- Added support for oUF_MoveableFrames

r2.01
----------------------------------------------------------------------------
- Added a Master Looter icon
- Added support for oUF_TotemBar
- Added support for oUF_Swing
- Removed support for oUF_AutoShot (functionality now in oUF_Swing)
- Simplified some code, cleaned up old code, fixed code for 3.2

r2.0
----------------------------------------------------------------------------
- Druid Mana, Auto Shot, and Rune Bar now scale properly
- Officially supports WoW 3.1

r1.36
----------------------------------------------------------------------------
- oUF_RuneBar support cleaned up a bit

r1.35
----------------------------------------------------------------------------
- Preliminary oUF_RuneBar support, cleaner version coming soon

r1.34
----------------------------------------------------------------------------
- Cleaned up AutoShot code

r1.33
----------------------------------------------------------------------------
- Added oUF_AutoShot support

r1.32
----------------------------------------------------------------------------
- Cleaned up druid code a tad

r1.31
----------------------------------------------------------------------------
- Added druid mana bar

r1.3
----------------------------------------------------------------------------
- Added a scale variable to layout.lua to allow scaling of the frames
- Added some code to allow the player class to be displayed
- Fixed a few 0.5 pixel issues noticed when using the scale feature

r1.231
----------------------------------------------------------------------------
- Fixed an error sometimes thrown by the color gradient

r1.23
----------------------------------------------------------------------------
- Added my color settings for oUF

r1.22
----------------------------------------------------------------------------
- Changed frame strata, so unit frames and castbars will now
properly appear behind everything else

time to start doing this properly
----------------------------------------------------------------------------
1/9 - Added ready check to party, fixed vehicles
1/9 - Added support for oUF Debuff Highlight, oUF Smooth Update
1/9 - Added fading to party pets/targets
1/9 - Moved all textures/fonts to one folder called media
1/8 - Added ready check support and leader icon for raid
1/8 - Moved debuffs and raid icons, and took debuffs off of pettarget
1/8 - No more layout(scale).lua, unless people really need it
1/6 - Added debuffs to pettarget, targettarget, and focustarget
1/6 - Improved layout(scale).lua
1/4 - Made all font sizes dependent on the fontsize variable at the start.
Post A Reply Comment Options
Unread 08-04-09, 06:17 AM  
Hypocrisy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 49
Uploads: 1
Originally posted by nj55top
Thanks a lot. I have a new idea now.
When a unit casts a spell, the icon of the spell will instead of the 2D portrait of the unit. If I change the scale and position of castbar.icon, will I achieve it?
That should work fine. If you change to the code for the 2D portrait listed below it will make your portrait 2D, then you could draw the spell icon on top of the portrait when the unit is casting. If you noticed, the castbar.icon code is commented out in the layout.lua file, along with a few other lines commented out that offset the castbar to make room on the left for the icon. If you simply uncomment the castbar.icon code, but not the code to resize the castbar, then reposition the icon over the portrait, with the same size as the portrait, that should do the trick. The portrait itself is not perfectly square, so if you want to be sure that you cover everything behind the icon, you can give it a background.

If you need any help accomplishing this, let me know.
Last edited by Hypocrisy : 08-04-09 at 06:18 AM.
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 02:13 PM  
closetoyou
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Icon error?

All of Leader icon appeared when I logon the character.

How can I fix it?


Img link : http://img200.imageshack.us/img200/9132/71141485.jpg
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 05:18 PM  
Hypocrisy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 49
Uploads: 1
Re: Icon error?

Originally posted by closetoyou
All of Leader icon appeared when I logon the character.

How can I fix it?


Img link : http://img200.imageshack.us/img200/9132/71141485.jpg
Update to the latest version, 2.01. That was a problem that resulted from a change that blizzard made in the patch yesterday, the latest version fixes it.
Last edited by Hypocrisy : 08-05-09 at 06:02 PM.
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 09:11 PM  
closetoyou
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: Icon error?

Originally posted by Hypocrisy
Update to the latest version, 2.01. That was a problem that resulted from a change that blizzard made in the patch yesterday, the latest version fixes it.
Thanks, Hypocrisy.

I'm Korean WoW user.

Today was 3.2.0 Patch, because I waiting the server open.

I'll try to test 2.01 version when server opens.

Thanks for your answers.
Last edited by closetoyou : 08-05-09 at 09:13 PM.
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 12:00 PM  
branana
A Kobold Labourer
 
branana's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
Re: Re: Icon error?

Originally posted by Hypocrisy
Update to the latest version, 2.01. That was a problem that resulted from a change that blizzard made in the patch yesterday, the latest version fixes it.
Didn't help, all those icons are still there.
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 04:13 PM  
Hypocrisy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 49
Uploads: 1
Re: Re: Re: Icon error?

Originally posted by branana
Didn't help, all those icons are still there.
If you are using a version of WoW earlier then 3.2, you should use version 2.0 of oUF_Hypocrisy, found in the archived files.

If you are using the latest version of WoW, then you should use the latest version oUF_Hypocrisy, currently version 2.01.

-----------------------------------------

If you are still having issues, it would help me if you could confirm the version of WoW that you are running, and tell me what line 90 in layout.lua of oUF_Hypocrisy says.

There is also probably an error being thrown when you load WoW. If you are running a program that collects errors it would help if you could tell me what the error is.

If not, I highly recommend getting BugSack. It will prevent the ugly error messages from appearing in the middle of your screen, and make them a bit more informative for developers. Although other then patch days you should not be experiencing any errors.
Last edited by Hypocrisy : 08-06-09 at 09:53 PM.
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 10:43 PM  
NeverD1e
A Murloc Raider

Forum posts: 5
File comments: 2
Uploads: 0
Hi, could you reload the new screenshots, preferably at the time of caste, if it is difficult.
Report comment to moderator  
Reply With Quote
Unread 08-07-09, 03:09 PM  
Hypocrisy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 49
Uploads: 1
Originally posted by NeverD1e
Hi, could you reload the new screenshots, preferably at the time of caste, if it is difficult.
I am not quite sure what you meant, but I added a screenshot with the cast bars earlier this morning.
Report comment to moderator  
Reply With Quote
Unread 08-18-09, 01:52 AM  
vpr
A Theradrim Guardian

Forum posts: 65
File comments: 272
Uploads: 0
are you playing wow again?
Report comment to moderator  
Reply With Quote
Unread 08-18-09, 08:31 AM  
Hypocrisy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 49
Uploads: 1
Originally posted by vpr
are you playing wow again?
kinda
Report comment to moderator  
Reply With Quote
Unread 09-03-09, 06:51 PM  
Exius
A Murloc Raider
 
Exius's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 1
Uploads: 1
Would it be too much to ask if you could upload your compilation (full) including the oUF layout?
Report comment to moderator  
Reply With Quote
Unread 09-04-09, 07:57 AM  
Hypocrisy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 49
Uploads: 1
Originally posted by Exius
Would it be too much to ask if you could upload your compilation (full) including the oUF layout?
I am afraid not for now. I use a lot of beta and alpha quality addons, both in the works by me and from the WoWAce community. I uploaded my UI once before, when it is was more or less stable, but I quit WoW shortly after and a lot of the mods died with the 3.1 and 3.2 patches so I had it removed.
Report comment to moderator  
Reply With Quote
Unread 09-05-09, 08:27 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
oUF_Move

Heyas Hypocrisy, it's been awhile I'm glad you've returned to the community and continue to update your layout.

Not sure if you remember a long time ago, that I had suggested allowing the ability to move frames around. Well even though you disliked the idea, I finally decided one day to make a library to add the ability to layouts called oUF_MoveableFrames. Several layouts have added support for it and yes I still continue to use your layout You should add support for it as it's very simple to implement. You can continue using it without having the ability to move frames around, however those wishing to move them have to just simply download the library. It's just a suggestion of course as I have to manually add support each update

http://www.wowinterface.com/download...bleFrames.html

Keep up the great work! I still love this layout!
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 09-05-09, 10:41 AM  
Flak
A Murloc Raider

Forum posts: 4
File comments: 84
Uploads: 0
The raid frames are moveable but snap back to their original location a couple seconds after you move them. Haven't noticed this with any of the other frames.
Report comment to moderator  
Reply With Quote
Unread 09-12-09, 09:54 AM  
mrruben5
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Flak
The raid frames are moveable but snap back to their original location a couple seconds after you move them. Haven't noticed this with any of the other frames.
This would be because the raid frames are a secure header. If you really want to manage it's position, you have to edit the lua file.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Post A Reply



Category Jump: