Enter Animations 0 Report post Posted April 15, 2010 I have a few alphabets that I wish to try out as a substitute for the normal alphabet, could someone tell me how to substitute a custom alphabet for the pre-existing one? Thanks, ~Leon Share this post Link to post Share on other sites
0 Marked 197 Report post Posted April 15, 2010 Which alphabet ? If it's for messages, you can just change for the font. If it's the name input window, the characters are defined in this script: "Window_NameInput". Share this post Link to post Share on other sites
0 Enter Animations 0 Report post Posted April 15, 2010 Both. :) Thank you. Share this post Link to post Share on other sites
0 Enter Animations 0 Report post Posted April 15, 2010 how do i change the fonts? Share this post Link to post Share on other sites
0 Dark Den 4 Report post Posted April 15, 2010 Use the advanced message script. It's in the script section of RMXPU Share this post Link to post Share on other sites
0 Marked 197 Report post Posted April 15, 2010 Yes, if you want to change the font in a specific message, you can use a message system. Any one of the scripts here will do it: http://www.rmxpunlimited.net/index.php/rmxp/rgss1-scripts/category/message-systems.html If you want to change the font across the entire game, add the following in "Main", right after line 7 (which should be "begin") Font.default_name = ['Arial'] Changing Arial to your desired font. I'm not sure how that works, but it seems to. I just tested it. However if you want to do this, for it to show up in the game, you must have that font installed on your computer. Obviously this brings up issues when you distribute your project. So here's a script to help with that(automatically installs the font): http://www.rmxpunlimited.net/index.php/rmxp/rgss1-scripts/item/system-enhances/auto-font-install.html Share this post Link to post Share on other sites
0 totalsticks 1 Report post Posted April 15, 2010 And, you'll need a font that has the alphabet system substituted. EX: Aa Bb Cc Dd Ee ------Ff Yy Tt Oo Cc If you want to do it the quick and dirty way, you could always just substitute the letters yourself and keep a notepad of your substitution system. But if you've already got a font, Great! Share this post Link to post Share on other sites
0 Enter Animations 0 Report post Posted April 15, 2010 This is the alphabet I want to put in my system. Share this post Link to post Share on other sites
0 Marked 197 Report post Posted April 16, 2010 For messages? Share this post Link to post Share on other sites
0 Enter Animations 0 Report post Posted April 16, 2010 Yes, for messages. (I got slightly confused as to which one everyone was referring to when they gave me advice.) Share this post Link to post Share on other sites
0 totalsticks 1 Report post Posted April 16, 2010 I see now.. I was confused. You were talking about changing the graphics of the alphabet, not the actual letters. I have no idea how to help with that, srry. Share this post Link to post Share on other sites
I have a few alphabets that I wish to try out as a substitute for the normal alphabet, could someone tell me how to substitute a custom alphabet for the pre-existing one?
Thanks,
~Leon
Share this post
Link to post
Share on other sites