Charas-Project
Game Creation => Requests => Tutorials => Topic started 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!
-
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.
-
Fixed the Enter Hero Name fumction. You just need to replace the existing "Window_NameInput" script with the attatched code.
-
... And it ends up looking like this as is, with plenty of room left over for more characters.
-
w00t you rules WG!
-
Here's a better one containing a billion symbols!
-
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.