Category: oUF: Layouts
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Wimpface's Portal Bug Reports Feature Requests

This file is a Addon for oUF by haste. You must have that installed before this Addon will work.

Author:
Version:
ALPHA-4.0
Date:
03-11-2009 08:47 PM
Size:
21.03 Kb
Downloads:
1,635
Favorites:
24
MD5:
Pictures
Click to enlarge
This is it on a warrior.
Click to enlarge
Combat shot.
Click to enlarge
What it looks like in a full UI.
oUF Faith
Well then, what could this be?
This is my layout for hastes oUF addon, it is open source and you can use it as you want.
It is currently ALPHA, it's a wip and i'm still new to addon writing, please give constructive criticism/feedback in the comment section.

It's mostly for tanks.

Feature Requests and Bug Reports goes to my portal, thank you!

oUF version:
  • 1.3.8

Supported frames:
  • Player
  • Pet
  • Target
  • Target of Target
  • Focus
  • Party

Supported plugins:
  • oUF_Reputation
  • oUF_Experience
  • oUF_Smooth
  • oUF_BarFader
  • oUF_DebuffHighlight

ToDo (Listed by priority):
  • Fix a raid header.
  • Fix runes for Death Knights.
  • Fix totem-timers, yes, they are coming!
  • Clean up the code, it's kinda messy right now...

Known Bugs:
  • Party frames wont show up for members joining when you're in combat.

Special thanks to Carebear!
  Change Log - oUF Faith
ALPHA-4.0
+ Added player and target castbars.
+ Fixed oUF_Experience support so it fits in now.
+ Fixed Party Borders, not sure how it looks on 4 and 5man partys though...
+ Bumped to oUF Version 1.3.8
  Comments - oUF Faith
Post A Reply Comment Options
Old 04-09-2009, 07:55 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
On all fontstrings, try setting SetShadowOffset(0, 0)
I see it now, it's very, very subtle and i think it's from the font itself. But try the setshadowoffset i wrote.

Quote:
Originally posted by treelet
Gosh, really? :/ That's extra frustrating. I've gotten rid of all my default replacements, my WTF folder, the rest of my addons, and it still has a shadow.

http://img127.imageshack.us/img127/3...0909180944.jpg

If you'll notice in the screenshot, the text for the castbar doesn't have a shadow (because I deleted that line of code you suggested) but everything else does. It's very subtle but terribly noticeable if you're staring at your screen for long periods of time.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-09-2009, 07:14 PM  
treelet
A Kobold Labourer
 
treelet's Avatar

Forum posts: 0
File comments: 54
Uploads: 1
Quote:
Originally posted by Wimpface
Hehe, i don't experience any shadow though.
Gosh, really? :/ That's extra frustrating. I've gotten rid of all my default replacements, my WTF folder, the rest of my addons, and it still has a shadow.

http://img127.imageshack.us/img127/3...0909180944.jpg

If you'll notice in the screenshot, the text for the castbar doesn't have a shadow (because I deleted that line of code you suggested) but everything else does. It's very subtle but terribly noticeable if you're staring at your screen for long periods of time.
treelet is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-09-2009, 06:37 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
Quote:
Originally posted by treelet
Tried that and still no go. At this point I'm willing to just give up and use a different font, one that actually looks good with the drop shadow. :P
Hehe, i don't experience any shadow though.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-09-2009, 05:35 PM  
treelet
A Kobold Labourer
 
treelet's Avatar

Forum posts: 0
File comments: 54
Uploads: 1
Quote:
Originally posted by Wimpface
Try removing fontoutline from all the SetFonts, i'm not sure what's causing this though. ;o
Tried that and still no go. At this point I'm willing to just give up and use a different font, one that actually looks good with the drop shadow. :P
treelet is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-08-2009, 03:33 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
Try removing fontoutline from all the SetFonts, i'm not sure what's causing this though. ;o

Quote:
Originally posted by treelet
It's on castbars, names, health values, power values, and levels. Essentially all text. However, removing self.Castbar.Text:SetShadowOffset(1, -1) worked like a charm for castbars. Unfortunately there are no other times when SetShadowOffset appears in the code, but the font shadows remain in-game.

I've tried converting the initial config portion of the code to read
Code:
local font, fontsize, fontshadow = 'Interface\\AddOns\\oUF_Faith\\media\\ARIALN.ttf', 13, 'FALSE'
as opposed to 'fontoutline' and changed all incidents of 'fontoutline' to 'fontshadow' in the rest of the LUA but to no avail. Not even sure if I'm doing that right.

I'll keep trying, thank you for any help you can provide!
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-08-2009, 03:15 PM  
treelet
A Kobold Labourer
 
treelet's Avatar

Forum posts: 0
File comments: 54
Uploads: 1
Quote:
Originally posted by Wimpface
Hehe, glad you like it.
I can dig into the code and check the shadows for you, there shouldn't be any though... Can you specify where it's at? Names, Health values, Power values?

You could create your own tag using string.lower for the lower case names.

The OmniCC text, i have no idea as i don't use OmniCC... Try increasing the minimum value for icons to show the number on and see if that helps.

I'll edit this post if i find anything regarding the shadows.

Regards,
Wimpseeeh.

EDIT: If it's on castbars, remove self.Castbar.Text:SetShadowOffset(1, -1).
Just search for SetShadowOffset, and remove all you see.
It's on castbars, names, health values, power values, and levels. Essentially all text. However, removing self.Castbar.Text:SetShadowOffset(1, -1) worked like a charm for castbars. Unfortunately there are no other times when SetShadowOffset appears in the code, but the font shadows remain in-game.

I've tried converting the initial config portion of the code to read
Code:
local font, fontsize, fontshadow = 'Interface\\AddOns\\oUF_Faith\\media\\ARIALN.ttf', 13, 'FALSE'
as opposed to 'fontoutline' and changed all incidents of 'fontoutline' to 'fontshadow' in the rest of the LUA but to no avail. Not even sure if I'm doing that right.

I'll keep trying, thank you for any help you can provide!
treelet is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-08-2009, 03:01 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
Hehe, glad you like it.
I can dig into the code and check the shadows for you, there shouldn't be any though... Can you specify where it's at? Names, Health values, Power values?

You could create your own tag using string.lower for the lower case names.

The OmniCC text, i have no idea as i don't use OmniCC... Try increasing the minimum value for icons to show the number on and see if that helps.

I'll edit this post if i find anything regarding the shadows.

Regards,
Wimpseeeh.

EDIT: If it's on castbars, remove self.Castbar.Text:SetShadowOffset(1, -1).
Just search for SetShadowOffset, and remove all you see.

Quote:
Originally posted by treelet
I just want to say that I really love this layout, I keep coming back to it over and over again, even after my brief foray back into Pitbull.

I have a couple of short customization questions however:

- Is there a way to remove the font shadow? I've already removed the font outline via the config portion of the LUA file.

- Is there a way to make all text forced to lower case?

- Is there a means of editing the LUA so that OmniCC cooldown text no longer appears on auras? From what I gather, this isn't possible via OmniCC (Tuller has said as much) but might be possible via editing the LUA file for an oUF layout.

I've searched through the oUF forums and have read every post, but other than a brief hint as to how to remove the OmniCC cooldown text I found no answers to my questions. I will start looking through the online version of Programming in Lua (First Edition) in the mean time. I apologize for these seemingly silly queries.

Thank you for all of your efforts and for a truly wonderful layout.
__________________
Do you like waffles?

Last edited by Wimpface : 04-08-2009 at 03:03 PM.
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-08-2009, 02:43 PM  
treelet
A Kobold Labourer
 
treelet's Avatar

Forum posts: 0
File comments: 54
Uploads: 1
I just want to say that I really love this layout, I keep coming back to it over and over again, even after my brief foray back into Pitbull.

I have a couple of short customization questions however:

- Is there a way to remove the font shadow? I've already removed the font outline via the config portion of the LUA file.

- Is there a way to make all text forced to lower case?

- Is there a means of editing the LUA so that OmniCC cooldown text no longer appears on auras? From what I gather, this isn't possible via OmniCC (Tuller has said as much) but might be possible via editing the LUA file for an oUF layout.

I've searched through the oUF forums and have read every post, but other than a brief hint as to how to remove the OmniCC cooldown text I found no answers to my questions. I will start looking through the online version of Programming in Lua (First Edition) in the mean time. I apologize for these seemingly silly queries.

Thank you for all of your efforts and for a truly wonderful layout.
treelet is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-01-2009, 04:52 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
Quote:
Originally posted by bamblack
ahha, many thanks! keep up the good work
YW.
I will.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-31-2009, 07:40 PM  
bamblack
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
ahha, many thanks! keep up the good work
bamblack is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-31-2009, 05:53 PM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
Quote:
Originally posted by bamblack
ok, is there any way to move the frames around then?
Open the lua file and scroll down to the bottom, it's in the oUF:Spawn section.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-31-2009, 05:42 PM  
bamblack
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
ok, is there any way to move the frames around then?
bamblack is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-31-2009, 02:25 AM  
Wimpface
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 225
File comments: 244
Uploads: 21
Quote:
Originally posted by bamblack
Can someone tell me the command to open up the config menu, or is there one at all?
There is none, as in most oUF layouts.
__________________
Do you like waffles?
Wimpface is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-30-2009, 07:10 PM  
bamblack
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Can someone tell me the command to open up the config menu, or is there one at all?

Last edited by bamblack : 03-30-2009 at 07:13 PM.
bamblack is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-30-2009, 05:02 PM  
Ouo
A Defias Bandit
 
Ouo's Avatar

Forum posts: 3
File comments: 23
Uploads: 0
Quote:
Originally posted by Wimpface
I removed it, ask Carebear for it if you want it but i'm unsure whether or not he has it.
ok np, atleast i got the ouF layout think i can recreate the rest
Ouo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.