Shinsei 2 Posted October 3, 2012 (edited) If you ever wanted to change the font of the text in your game then worry no longer! This is a simple copy and paste script. Put it right above "Main Process" all the way at the bottom of the script editor. Something so simple doesn't require credit. i only posted this because i see nobody else did. No screenshots are necessary. Script-------- #============================================================================== # # â–¼ Shinsei's Super Complicated Scripted Alphebetical Reconfiguration # Engine Version 5.3 # -- Level: Impossible # -- List of Fonts (Not all work for everyone) # 1. Arial # 2. Cambria # 3. Constantia # 4. Georgia # 5. Modern # 6. Roman # 7. System # 8. Times New Roman # 9. Verdana # 10. Wingdings #============================================================================== Font.default_name = ("Georgia") Font.default_italic = false Font.default_bold = true Font.default_size = 20 Edited October 3, 2012 by Shinsei Share this post Link to post Share on other sites
Tazzz 0 Posted January 11, 2013 Nice! Thinking about changing the font in the game.It wll definitly spice up my game.Thanks. Share this post Link to post Share on other sites
+ Novem 344 Posted January 11, 2013 i only posted this because i see nobody else did. Most people just use Yanfly's Message System to change their fonts. This is nice and simple though for those who don't want all the frills I suppose. Would be nice to see Outline and Shadow just like in Yanfly's Message System though. Share this post Link to post Share on other sites
marillmau5 20 Posted February 1, 2013 i dont want to bug you, but the very first part of my capital letters are slightly cut off. making the S look like its cutt off from the left a bit. its just so slightly though, how can i fix this? ty for the script btw Share this post Link to post Share on other sites
Nicke 151 Posted February 1, 2013 Search for text cache and you should be able to find a solution Share this post Link to post Share on other sites