Post a reply
|
likeanorange
|
Hi there, I've been using buffmod since I started playing wow years ago. But recently I've had to shrink the bars to allow more space, and now the text is just too big for the bars, I get about 8-9 characters before the timer... :(
I can't move the timer underneath because I don't have enough room for all the buffs I get in a raid anyway, and they would just fall off the bottom of the screen.
I still use it cause the other buff bar addons suck, but I would love to be able to reduce the font size on the buff bars, so I can once again see the whole names of buffs/debuffs.
Is there a way to change the font size on the buff bars? perhaps an option I've missed, or something I can edit in the .lua file?
Help!!
|
|
dargen
|
There is currently no way to change the font size on the buff bars via the CT_BuffMod options window.
If you want to change the CT_BuffMod.lua file, there are two things you could change...
1) At line 953, the font style ("ChatFontNormal") used for the time remaining is on the following line: timeleft = frame:CreateFontString(nil, "ARTWORK", "ChatFontNormal");
2) At line 963, the font style ("GameFontNormal") used for the buff name is on the following line: name = frame:CreateFontString(nil, "ARTWORK", "GameFontNormal");
Here's a list of some font style names that you could use. For reference, I've shown the height of the font after the style name. You can use any of these names in place of the ones on the existing lines.
"ChatFontSmall" (12) "ChatFontNormal" (14)
"GameFontWhiteTiny" (9) "GameFontNormalSmall" (10) "GameFontNormal" (12)Last updated by dargen
|
|
likeanorange
|
Awesome! I used "ChatFontSmall" for the times and "GameFontNormalSmall" for the names, I can see most of the buff names now, chuffed to bits! :D
Thanks for the quick response, and the clear, precise solution.
:D
|
You cannot reply to this topic. Try logging in first.