Help - Search - Members - Calendar
Full Version: Font
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
oldmangreg
How do you change the font for RPG VX?

EDIT: I found out while you are testing the game you can hold Ctrl and walk over anything as though the whole map was just ground.
LaDestitute
Go to Main in and scripts and put this under the line that says "begin":
Font.default_name = $fontface = $defaultfonttype = "x"
Font.default_size = $fontsize = $defaultfontsize = y
Then put this under the line that says "Graphics.freeze":
Font.default_name = "Same as x"

x=font name
y=font size

You have to have the font installed in your computer in order for the font so show up, so make sure you include the font in your game's folder when you release the full version or the demo.
oldmangreg
QUOTE (Miles Castea @ Feb 9 2010, 02:55 PM) *
Go to Main in and scripts and put this under the line that says "begin":
Font.default_name = $fontface = $defaultfonttype = "x"
Font.default_size = $fontsize = $defaultfontsize = y
Then put this under the line that says "Graphics.freeze":
Font.default_name = "Same as x"

x=font name
y=font size

You have to have the font installed in your computer in order for the font so show up, so make sure you include the font in your game's folder when you release the full version or the demo.


Thank you. BTW hold Ctrl + any direction while you are play testing your game.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.