TEXT SPEED IN VX

Posts

Pages: 1
Is it just me or is there no way to change the text speed in RPG Maker VX?

The normal:
\s[x]
command from RPG Maker 2003 doesn't work anymore :-\
Use the Comand \| or \.
The Command \| is not \L or \i it is the Shift of \

Hope that helps rasta
Showing Text
The event command is used to display text on the game screen. This is normally the most commonly used event command.

The following control characters may be used in messages.

Â¥V
Replaced by the variable numbered n.
Â¥N
Replaced with the actor numbered n.
Â¥C
Colors text from that point in the color numbered n. What color n represents is set via the system graphics.
Â¥G
Opens the money window.
Â¥.
Waits for 1/4 second during message display.
Â¥|
Waits for 1 second during message display.
Â¥!
Waits for button input during message display.
Â¥>
Displays the rest of the characters on the same line all at once.
Â¥^
Does not wait for input after the message is displayed.
¥¥
Replaced by the 'Â¥' character.
During message input, you can press or the button to display a preview of how the message window will actually look in the game.

Quickly Creating Events
Ummm Captain, that's not really manipulating the flow of the text ... it just puts 15 / 30 frame stops. I wouldn't wanna do something like this to have slow text:
"H\.I\. I\.'\.M\. V\.E\.R\.I\.F\.Y\.E\.D\. R\.A\.S\.T\.A\." You know?

And you didn't have to post the help file, dude. Don't you think I would have refered to that before asking the question here ;)
author=VerifyedRasta link=topic=2968.msg57758#msg57758 date=1232686749
Ummm Captain, that's not really manipulated the flow of the text ... it just puts 15 / 30 frame stops. I wouldn't wanna do something like this to have slow text:
"H\.I\. I\.'\.M\. V\.E\.R\.I\.F\.Y\.E\.D\. R\.A\.S\.T\.A\." You know?

And you didn't have to post the help file, dude. Don't you think I would have refered to that before asking the question here ;)

I did not understand what you ment just trying to help sorry lol.
author=captainregal link=topic=2968.msg57764#msg57764 date=1232687966
author=VerifyedRasta link=topic=2968.msg57758#msg57758 date=1232686749
Ummm Captain, that's not really manipulated the flow of the text ... it just puts 15 / 30 frame stops. I wouldn't wanna do something like this to have slow text:
"H\.I\. I\.'\.M\. V\.E\.R\.I\.F\.Y\.E\.D\. R\.A\.S\.T\.A\." You know?

And you didn't have to post the help file, dude. Don't you think I would have refered to that before asking the question here ;)

I did not understand what you ment just trying to help sorry lol.

It's ok I appreciate you trying to help.
I really hope there is a way to do it though, or else that would be another feature enterbrain removed for no reason!
author=VerifyedRasta link=topic=2968.msg57766#msg57766 date=1232688318
author=captainregal link=topic=2968.msg57764#msg57764 date=1232687966
author=VerifyedRasta link=topic=2968.msg57758#msg57758 date=1232686749
Ummm Captain, that's not really manipulated the flow of the text ... it just puts 15 / 30 frame stops. I wouldn't wanna do something like this to have slow text:
"H\.I\. I\.'\.M\. V\.E\.R\.I\.F\.Y\.E\.D\. R\.A\.S\.T\.A\." You know?

And you didn't have to post the help file, dude. Don't you think I would have refered to that before asking the question here ;)

I did not understand what you ment just trying to help sorry lol.

It's ok I appreciate you trying to help.
I really hope there is a way to do it though, or else that would be another feature enterbrain removed for no reason!
Right! If they did remove it maybe there is a script somewhere that restores the function. I'll keep an eye out.
Get Woratana's Neo Message System (NMS) it has those functions :3
Or Ccoa's UMS
author=Archeia_Nessiah link=topic=2968.msg57797#msg57797 date=1232704808
Get Woratana's Neo Message System (NMS) it has those functions :3
Or Ccoa's UMS

I've had Woratana's NMS forever, but I don't know how to use the fuction for slowing speed of text (It doesn't say in the comments :I)
Hesufo
I am pretty interested in hooking up sometime. Screw me.
1199
In order to slow messages with Woratana's Neo Message System, you have to use the "text delay by letter" option.

Here's the code you must use with the comments added.

\delay[Delay]  << Change text Delay per letter (in frame, 60 frames = about 1 sec)
Thank you, sir Hesufo!
To think it was right in front of my eyes :I
Pages: 1