SFont - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: SFont (/thread-2801.html) |
SFont - Trickster - 03-02-2008 SFont
Version: 1.0 Introduction A quick script I wrote that gives the maker access to SFonts. An SFont is an image that replaces font files that contains the characters you want to display. For more information here is the official sfont page http://www.linux-games.com/sfont Features
Screenshots Demo Download Here Now available... my SFont Creator Download Here Instructions Plug and play just add above main make sure this is the last script above main (reason being if another script modifies draw_text thing this script will flop) See the header of the script for further instruction Compatability Fix for RMVX The fix FAQ Note: Permission granted by Trickster to post: Quote:And if you post what you have now of my stuff then you don't have the latest versions. I'm too lazy/busy to post stuff.As this is his material, it is deletable upon his request. Due to his current absense, no support is available. Please do not PM or eMail him for support. Notes If you've downloaded the demo, please be sure to replace Code: if space.ia_a?(Numeric) Code: if space.is_a?(Numeric) Compatibility Compatible with anything Credits and Thanks John Croisant for the original code for Rubygame which I used as a base for this script Adam Bedore for the example sfont image more of his sfont work is given in this link: http://www.zlurp.com/irq/download.html Terms and Conditions Hey, I posted this publicly. You can use it. What do you expect? But if you do use it, I do expect you to spell my name correctly in your game. And yes you can use it in commercial games too. RE: SFont - xnadvance - 06-14-2011 This is a pretty sweet script. the only problem is it only seems to replace certain texts such as the Title screen fonts and the menu options... not the entire stuff which I was hoping for to be replaced. Would be nice to have an option where you can specify which areas should be 'sfont-a-fied' or if you want all of them to be. Otherwise this is perfecto ' RE: SFont - Victor Sant - 06-14-2011 @xnadvance No, it can replace ANY text. But this script ins't fully plug-and-play, you need to add the code to make the font change manually on each window you want to change. BTW.: This version is quite laggy on some parts, specially in parts that you need to add the method in the refresh (like window_item or window_skilll) |