RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

I think that I could use some help

Started by Nimmer, March 03, 2008, 10:37:01 PM

0 Members and 1 Guest are viewing this topic.

Nimmer

I'm trying to solve most things myself though, since coding/scripting is not my thing
I do get stuck sometimes.
I've searched a bit myself, though key words such as "Font Color", "Title Font Color"
just gave 1 result, that was about a screenplay tut
written by some Jack Sparrow (or what it was) from 2006.

I'm trying to figure out how I can change the Title screen font color, I thought that I could do this
in the Scene_Title script so I used "Find" and searched on font and color, but yea, nothing.
So, as you might have guessed by now, where can I change the font color for the Title Screen?

I have another question too, though you'll just have to say yes or no here, simple!
Since I am so afraid of crashing things and end up all clueless about what I did wrong, I'll
just ask if I am on right track here.

@command_window.back_opacity = 160 - this line (Scene_Title, Line: 41), would change
the Windowskins bg to either Solid (0) or transparent (1+), am I correct or way of track?

Rune

I'm not quite sure about the title screen issue, but with your second question, yes, you're right. However, the term 'back_opacity' only refers to the main part of the window, not the border. If you want to decrease the opacity of the whole window (excluding contents), simply remove 'back_' from that line. 0 would be completely transparent, and 256 would be completely opaque.
Sincerely,
Your conscience.