Charas-Project

Game Creation => Requests => Tutorials => Topic started by: Sephiroth rocks on August 31, 2004, 12:30:55 PM

Title: Font changing stuff by scripting!
Post by: Sephiroth rocks on August 31, 2004, 12:30:55 PM
Just got rmxp but don't like the fonts? Here's how to change it in an extremely simple way w/o any file replacements or anything:
1. Go to the scripting menu.
2. Go to main.
3. Click at '$fontface'.
4 Change the name to the name of the font like "Verdana" or whatever! That's how easy it is!

2nd tut:

Always wanted to have two different fonts for messages and the menu? Here's how to do that:
1. Go to the scripting menu.
2. Go to 'Window_Message'
3. Scroll down to ● リフレッシュ (Crezy japanese:P)
4. Click at Self.contents.font.name=$fontface
5. Delete $fontface and write the font name (remember qoutation marks) like "Tahoma" and you've done it! Two different fonts!!!

This might sound like it's for pro's only but it's actually very easy. I don't know anything 'bout coding but rmxp makes it easy!

EDIT: I've just found out that this partial fixes the Enter Hero Name bug which also appear i RmXP!
Title:
Post by: MrMister on September 01, 2004, 12:40:33 AM
I want tot change it but the window is so large on the screen I can't press 'OK'. I can't shrink or move the box enough.
Title:
Post by: woundedgoat on September 01, 2004, 09:33:31 AM
Fixed the Enter Hero Name fumction.  You just need to replace the existing "Window_NameInput" script with the attatched code.
Title:
Post by: woundedgoat on September 01, 2004, 09:34:19 AM
...  And it ends up looking like this as is, with plenty of room left over for more characters.
Title:
Post by: Sephiroth rocks on September 01, 2004, 03:30:19 PM
w00t you rules WG!
Title:
Post by: Sephiroth rocks on September 01, 2004, 04:30:57 PM
Here's a better one containing a billion symbols!
Title:
Post by: Sephiroth rocks on September 01, 2004, 04:32:28 PM
Sorry for triple posting but here's how it'll look in rmXP. But you might have to change your font to Tahoma to use all the symbols.