Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Enter Animations

Custom Alphabet?

Question

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

10 answers to this question

Recommended Posts

  • 0

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...