Help - Search - Members - Calendar
Full Version: Changing the message font size only
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Ace Discussion
Yuu-Mon Musuedo
I know there's a way where we can change our font and the size of all the messages in the game using one basic script.

As you can see here
#=========================================================================
=====
# This Script Allows You To Change The Defualt Font,Size. - Made By Narwals
#==============================================================================

Font.default_size = 18 # Default - 20
Font.default_name = ["arial"] # Font names are used in order. If the first is not available, the second will be used, etc..
Font.default_bold = TRUE # Default - FALSE
Font.default_italic = FALSE # Default - FALSE
Font.default_shadow = TRUE # Default - TRUE


But is there a way to change the font size of the text messages only, not affecting the battle, and main menu's text size? Any thoughts on this anyone?
Amy Pond
Yes,

In Window_Message, you need to add the line:

self.contents.font_size = 18

Now I'm not sure whether VXace has initialize methods, but it will go somewhere in Window_Message, just after where the width and height are defined if that makes sense.
Yuu-Mon Musuedo
Thanks for the reply. I found a work around it awhile back though. Haven't been on awhile to edit this.
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.