![]() |
Base font of text - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Base font of text (/Thread-Base-font-of-text) |
Base font of text - Indiaret - 07-23-2017 07:03 AM Hi, can i change a font of basic text ? (like names of monsters/players in-game,...) RE: Base font of text - BestBG - 07-23-2017 07:24 AM Open sphere_msgs.scp in your scripts folder. // Default settings for Message when clicking on chars CMSG_DEF_FONT 3 // Change this number, start at 1 and keep going until you find one you like (I cant remember where to find the font numbers). CMSG_DEF_UNICODE 0 Make sure you resync after you change it, then test it out. RE: Base font of text - Indiaret - 07-23-2017 07:37 AM Yea thanks a lot ![]() |