Forum Index » Technical Support »

Post a reply

Tiandiercy
Posted 11:05AM, Monday, November 2, 2009 (2 years, 3 months ago)
#0
I've looked in the forums here, but I'm not finding the answer. Sorry if I've missed it somewhere. Is there any way to change the font used by the unit frames and buffs? I'm not afraid of getting a little dirty in the LUA files if need be ...

Thanks in advance
dargen
Posted 06:22PM, Monday, November 2, 2009 (2 years, 3 months ago)
#1
There are no options in CT_UnitFrames to change the fonts used. All but two of the unit frames (the assist frame and focus frame) are standard Blizzard unit frames, and as such you can't directly alter their lua files. The assist and focus frames use the same font that the standard unit frames use (these can be manipulated by modifying the CT_FocusFrame.xml and CT_AssistFrame.xml files). Also keep in mind that if you do change the files, future updates of the addon will overwrite your changes.
Tiandiercy
Posted 08:05PM, Monday, November 2, 2009 (2 years, 3 months ago)
#2
Thanks for the quick reply. I can deal with the standard font, so it's not a deal-breaker. On a semi-related note, since you mentioned that all but focus and assist are standard unit frames, there's not a way to disable party frames, correct? When I use pitbull, I normally disable those in favor of grid just to clean up the UI.
dargen
Posted 10:02PM, Monday, November 2, 2009 (2 years, 3 months ago)
#3
There is an option to hide the party frames (while in a raid) in the standard Interface options. Press Esc, click Interface, click UnitFrames, then enable the "Hide Party Interface in Raid" option.

There isn't an option to disable them when not in a raid.

You can use the following command to hide the standard party member frames when not in combat:
/run HidePartyFrame()

And this one will show the party members again.
/run ShowPartyFrame()

You could also check the options of the raid frame addon that you're using (you mentioned Grid). It may already have an option to hide the standard party member frames when in a raid, and possibly when not in a raid.
Last updated by dargen

Quick Reply

You cannot reply to this topic. Try logging in first.