Thread: ClearFont
View Single Post
03-30-06, 03:54 PM   #15
Ardsagart
A Deviate Faerie Dragon
Join Date: Feb 2006
Posts: 11
Just a note with regards to SCT v4.1 for 1.10 patch...

SCT 4.1 has in the lua files the names to add for the fonts it can use. If anyone wants to add the Clearfonts to SCT, they dont need to overwrite all of the default game fonts, they just need to add line(s) to SCT to tell it the font is there, and copy the font to sct\fonts folder.

The option to set the fonts for SCT v4.x are in localization.lua - (for english)
--Fonts
SCT_FONTS = {
[1] = { name="Default", path="Fonts\\FRIZQT__.TTF"},
[2] = { name="TwCenMT", path="Interface\\Addons\\sct\\fonts\\Tw_Cen_MT_Bold.TTF"},
[3] = { name="Adventure", path="Interface\\Addons\\sct\\fonts\\Adventure.ttf"},
[4] = { name="Enigma", path="Interface\\Addons\\sct\\fonts\\Enigma__2.TTF"},
}


This would require them to update the SCT each time SCT is updated, but another alternative to overwriting all the game fonts, just to get SCT to look good

HTH someone.

Last edited by Ardsagart : 03-30-06 at 03:57 PM.
  Reply With Quote