View unanswered posts | View active topics It is currently Fri Sep 03, 2010 8:58 am

Forum rules


1. You shall not post anything against the global rules of this forum nor against the law of the country you or anyone lives in(that includes Child Porn and things like that).
2. You shall not flame, spam, be 1337 HAXX0rZ or just act like an obnoxious little brat.
3. You shall not act smart(unless you are)
4. You shall not give useless comments, only constructive critisism is allowed here.
5. You shall not upload resources, tutorials or games related to RPG Maker in this section that are not yours without permission and credits.
6. You shall not look at fellow members, mods, admins or Ryon in disrespect. Only look in awe.
7. You shall not post here without proper knowledge of the English language. Double-Check your posts for grammatical errors. Correct grammar and spelling makes it easier to read and understand for everyone.
8. Mindless and/or one-word posts made by post-count hunters will be deleted.
9. You shall not abuse the smileys to an unuasual extent. Only abuse them in small amounts.
10. You shall not advertise your Resources, Games, Tutorials or Topics continually everywhere. This can be labelled as spam and will not be tolerated.
11. If your topic contains any material not suited for minors, add a [NSFW] tag in your topic title.
12. Use the following tags when posting topics:
[TUTORIAL], [QUESTION], [CHIPSET], [CHARSET], [WINDOW SKIN], [GRAPHIC], [RECOURCE], [SCRIPT], [FULL GAME], [FULL GAME WIP], [OTHER]
Tags speak for themselves.
13. When posting a resource, include at least one screenshot. When posting a Full Game, include at least two screenshots. Please refrain from making Full Game WIP topics without being able to show at least two screenshots. Tutorials are nicer with pictures.
14. You shall not correct the grammar in this post. My English is better than yours! If I would be correcting all your mistakes, I'd be busy for a long while.
15. CAPZ LOCK IZ CRUIZE CONTROL FOR COOWL! It's also a one-way ticket to ban land.



Reply to topic  [ 7 posts ] 
 [TUTORIAL] The [Show Text] Event Command 
Author Message
Level 1
Level 1
User avatar

Joined: Sat Aug 22, 2009 6:53 am
Posts: 142
Location: Arnhem
Post [TUTORIAL] The [Show Text] Event Command
RPG Maker Tutorial

Topic: Customizing Text Messages
Creator: Melchior M. Philips
Version: VX
RGSS(Scripting): No
Difficulty: Beginner

Show Text doesn't seem like alot of amazing stuff at first, but you'll be amazed by how much you don't know about it.

First, The Basics you probably know:
Image
1. Face Graphic
This is the Graphic that shows up next to the message.
consult my "managing Graphical Resources" Tutorial for in-depth info.
2. Text Area
Here you input the message to be displayed.
3. Background Style
Normal Background: Shows up with a nice message box around the message
Dim Background: Puts a shadow behind the text, the rest is transparent
Transparent Background: Just the text and the face graphic. Everything else is transparent
4. Position
Comes in Top, Middle and Bottom. pretty self-explainatory.
5. Batch Entry
If checked, you can put in more than 4 lines. when the text is done, it scrolls onwards.


Now, for some cool stuff!

Here's a regular Text Message:
Image
boring huh?
BUT, there's some built-in options with which you can spice up your text messages. They are listed here:
\V[n]
Is Replaced by variable number n. For example: \V[3], will show you the number of variable number 0003.
Image

\N[n]
Is replaced by Hero number n. for example, \N[1] will be replaced by the name of hero 0001(Ralph by Default)
Image

\C[n]
Turns the following piece of text into the colour n. What n represents depends on the System Graphics. By Defualt:
Image(made a mistake. distract 1 from all numbers for the correct ones ^_^;)
\C[0] turn the text back to it's regular color.
Image

\G
Opens the Money(Gold) window
Image

\.
Waits 1/4th of a second during display

\|
Waits 1 second during display

\!
Waits untill a button is pressed during display

\>
Displays the following characters in the same line all at once

\^
Does not wait for a button to be pressed when done displaying

\\
Changes into a single \. Don't ask me what it's used for as I don't know.


Hopefully you are now able to make cooler and more awesome text messages for your RPG's.

Cheers,
Melchior M. \C[2]Philips\C[0]

_________________
Lord Melchior's Cult (Leader)
Click the sig for my website
Image


Sun Aug 23, 2009 1:45 pm
Profile WWW
MFFA Staff
MFFA Staff
User avatar

Joined: Thu Aug 20, 2009 8:38 pm
Posts: 3374
Location: Here in the Soul- I mean MFFA.
Post Re: RPGmaker Tutorial: The [Show Text] Event Command
Quote:
\N[n]
Is replaced by Hero number n. for example, \N[1] will be replaced by the name of hero 0001(Ralph by Default)
Image

This is most Helpful. I shall now be able to let people name the Hero and now NPCs shall say the name of the Named Character! thank you!

_________________
Image
Image


Sun Aug 23, 2009 11:56 pm
Profile
Level 1
Level 1
User avatar

Joined: Sat Aug 22, 2009 6:53 am
Posts: 142
Location: Arnhem
Post Re: RPGmaker Tutorial: The [Show Text] Event Command
LegatoSkyheart wrote:
Quote:
\N[n]
Is replaced by Hero number n. for example, \N[1] will be replaced by the name of hero 0001(Ralph by Default)
Image

This is most Helpful. I shall now be able to let people name the Hero and now NPCs shall say the name of the Named Character! thank you!


Yes, it is most usefull when your character's name can be changed.

Anyway, you're welcome.

_________________
Lord Melchior's Cult (Leader)
Click the sig for my website
Image


Mon Aug 24, 2009 2:24 am
Profile WWW
MFFA Staff
MFFA Staff
User avatar

Joined: Thu Aug 20, 2009 8:45 pm
Posts: 1103
Location: Maryland
Post Re: RPGmaker Tutorial: The [Show Text] Event Command
wow you really know your stuff this is some helpful stuff

_________________
Sexy bullet
XboxTag: Black1chaos
http://www.youtube.com/user/Blackchaos15
Image


Mon Aug 24, 2009 5:20 pm
Profile YIM WWW
MFFA Staff
MFFA Staff
User avatar

Joined: Mon Jun 01, 2009 7:54 am
Posts: 5627
Location: NYC
Post Re: RPGmaker Tutorial: The [Show Text] Event Command
FINALLY!!

damn since RPG Maker 2k3 i've been trying to remember these codes!

thanks alot dude, this helps alot.

_________________
Image
MFFAKKK


Mon Aug 24, 2009 5:36 pm
Profile YIM WWW
Online
Level 0
Level 0
User avatar

Joined: Thu Aug 20, 2009 7:49 pm
Posts: 68
Location: Nowhere, Silent Hill
Post Re: RPGmaker Tutorial: The [Show Text] Event Command
Woah Melchior, you know what your doing thats for sure.

(The Character Name Reference at least.) Works on RPG Maker XP, which is the one I use so It looks like (at least some) of this stuff will be helpful with my project.

Especially this code (Since the main section of my Project involves a Custom character protagonist... the MAIN PART at least.) I was of course going to just have the other characters identify the player as a stereotypical "rookie" but this will change things around.

:Cookie:

_________________
Image

PSN = Xoelaras Image
"We can't stop here, This is Bat Country!" - Raoul Duke


Tue Aug 25, 2009 5:19 am
Profile
Level 1
Level 1
User avatar

Joined: Sat Aug 22, 2009 6:53 am
Posts: 142
Location: Arnhem
Post Re: RPGmaker Tutorial: The [Show Text] Event Command
Black chaos wrote:
wow you really know your stuff this is some helpful stuff


yeah wel stuff is awesome when doing stuff.

Ryon wrote:
FINALLY!!

damn since RPG Maker 2k3 i've been trying to remember these codes!

thanks alot dude, this helps alot.


you're welcome.

and don't try to remember codes. write them down or something. cheat sheet. otherwise your head will explode.
heck, I can't even memorize it all.

Xoelaras wrote:
:Cookie:


Thank you/you're welcome. good luck with your RPG.

_________________
Lord Melchior's Cult (Leader)
Click the sig for my website
Image


Tue Aug 25, 2009 9:58 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 7 posts ] 

Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.