[Burichan] [Gurochan] [Futaba] [Photon] [Uboachan] - [Home] [RSS Live Feed] [Manage]

[Return]
Posting mode: Reply
Leave these fields empty (spam trap):
Name
Link
Subject
Comment
File
Password (for post and file deletion and editing)

File: 1303101546240.jpg -(199 KiB, 500x333) Thumbnail displayed, click image for full size.
203792 No.6932   [Delete]   [Edit

i know that it's possible to have little symbols and font colour changes in rpg maker 2000 and 2003, but is this possible in rmxp? i've seen things mentioned, but none of them have worked.

does anyone have any ideas or recommendations for this?

Last edited 11/04/17(Sun)21:40.

>> No.6936   [Delete]   [Edit]

Yes, go into the scripts in your game, into Window_Base, find the line that says:
def normal_color

Under that, you will find:
return Color.new(255, 255, 255, 255)

The way this works is in Color.new(Red, Green, Blue, Alpha(transparency))

Edit:
or if you want to change the [Show Text] event command, you can actually find this in the Help section in the RMXP program (under contents/events/showing text), but I'll post it here anyways. Use the command C\[n] in a text box to change the font color. Replace the letter "n" with one of these number values:
0 = white
1 = violet
2 = red
3 = green
4 = light blue
5 = pink
6 = yellow
7 = gray

Last edited 11/04/18(Mon)02:03.



Delete Post [] Password
Report Post(s) to Staff