Big text display?

ElMagnifico

Villager
Member
Joined
Nov 2, 2017
Messages
9
Reaction score
0
First Language
English
Primarily Uses
RMVXA
RPG Maker is a great little tool, and I used RPG Maker VX Ace for a while.

But one thing that bugs me immensely is the tiny text boxes. You are limited to short lines of text. Or you can use scrolling text which scrolls too fast or too slow and doesn't work well.
I know I played a few RPG maker games that don't seem to have some limitation. They either edited the .exe or used some fancy script.

Can anyone give me advice or point me in the right direction?
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
'General Discussion' is for broad themes relating to making games. "How do I...?" (implementation) questions belong in the Support forum for the engine you are using.

[move]RPGMaker VX Ace[/move]
 

Heirukichi

Veteran
Veteran
Joined
Sep 24, 2015
Messages
1,421
Reaction score
596
First Language
Italian
Primarily Uses
RMVXA
Do you want to edit the number of maximum displayed lines? If so it is quite simple. You only have to change the value that the visible_line_number method returns in your Window_GameMessage class. By default it is like this:
Code:
def visible_line_number
    return 4 #you can change this value to be any nymber of lines
end
Just remember that if you modify that the editor will still show maximum 4 lines so you have to add your messages in a different way. One way to do it is the following.
Code:
text = "line1\nline2\nline3\nline4\nline5."
$game_message.add(text)
Using that in a script call produces the following output:
Code:
line1
line2
line3
line4
line5.
Of course, to have all these lines in a single box you have to set the visible_line_number to 5.
 
  • Like
Reactions: Bex

bgillisp

Global Moderators
Global Mod
Joined
Jul 2, 2014
Messages
13,528
Reaction score
14,261
First Language
English
Primarily Uses
RMVXA
There's also Yanfly's message script which you can set the # of rows by a variable. You have to use batch entry to make it work in the editor, but it will work.
 

ElMagnifico

Villager
Member
Joined
Nov 2, 2017
Messages
9
Reaction score
0
First Language
English
Primarily Uses
RMVXA
Thanks.... but isn't Yanfly code for RPG Maker VM?

Also, can you clarify that batch entry trick?
 

ElMagnifico

Villager
Member
Joined
Nov 2, 2017
Messages
9
Reaction score
0
First Language
English
Primarily Uses
RMVXA
I'm not talking about size of text, I'm talking about the number of letters/words displayed at once on screen.


EDIT: Nevermind, found a good tutorial!
 
Last edited:

bgillisp

Global Moderators
Global Mod
Joined
Jul 2, 2014
Messages
13,528
Reaction score
14,261
First Language
English
Primarily Uses
RMVXA
What I was talking about was the number of words on the screen. The only way to increase that is to make the message box display more lines. Otherwise, the only way to change it IS to change the size of the text. So you either want more lines or you want the size to be changed, as there is no other way to do it.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

On my journey of character rework: I had this character, she was meant to be just a princess that joins your party. And at long term she was just uninteresting... So I tweaked her to be a rebel agaisn't the royalty before meeting up with the party.

Quick tip for any other ametuer pixel artists! When trying to create a colour palette, enabling Antialiasing can speed up the process of creating different shades! Just place your lightest colour and your darkest colour next to each other, select both pixels, and stretch it out!
Revolutionizing the JRPG Industry: Knocking on Doors.

Take that, murderhobos.
Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.

Forum statistics

Threads
106,054
Messages
1,018,580
Members
137,843
Latest member
Betwixt000
Top