• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Changing font in oCB's casting bar

Vazza

New Member
Joined
Mar 30, 2015
Hey all.

Just a little doubt: trying to find out if it's possible to change the text font in the oCB addon through the LUA file, much like it is in Custom Name Plates (CNP). The problem is that CNP has a separate folder storing the available fonts, and oCB hasn't. Now, I'm pretty much a layman as far as this stuff is concerned, so I just assumed I could fiddle around oCB's text fonts like I do with CNP. Any thoughts?

Thanks in advance!
 
Its usually safe to just replace the custom font file for another font. As long as you have the same file extension. (If you want to avoid editing lua files)

Example:
\Interface\SomeAddon\Fonts\Arial.ttf

Rename Arial.ttf to something else like Arial_oldfont_backup

Lets say you want the font Comic Sans MS (for shits and giggles)
Copy comicsans.ttf into \Interface\SomeAddon\Fonts\

Rename comicsans.ttf into Arial.ttf

Should work :)
 
Yea, I think I got it, thanks! ;)
But the thing is, in oCB there isn't any "Fonts" folder, like in the example you've given, and like in CNP. Where could I find, then, the custom font file for this specific addon?
 
Top Bottom