RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
I think that I could use some help

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 89
Waah
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?

*******
Rep:
Level 90
Returned from the dead.
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.