I don't want a transparent message box i want it to be entirely opaque so it can be read able. I'm using the visuastella plugins right now and i can't figure out how to do it.
This is for the "Window" background type, not "Dim", right?
If you want to change the opacity of all windows, you can just change the value of Window Opacity on the System 2 tab in the Database. The default is 192, use 255 for opaque.
Note that the "window background" area in your windowskin might have transparency, too. In that case you can edit the windowskin to make that area opaque.
If you want it only for the message window, I don't know about VisuStella, but you could try this:
JavaScript:
/*:
* @target MZ
* @plugindesc Opacity 255 for Window_Message background.
* @author Caethyril
* @url https://forums.rpgmakerweb.com/threads/155993/
* @help Free to use and/or modify for any project, no credit required.
*/
Window_Message.prototype.updateBackOpacity = function() {
this.backOpacity = 255;
};
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.
Despite OPT2 praise it still has some strange stories in it. Lady Mikka is trying to work herself to death because of guilt. Guilt over what? ¯\_(ツ)_/¯ So instead of finding a NPC to have a heart to heart with her they decide the cure is a new kimono. So when she drops dead she'll at least be well dressed. I haven't even got to the strange part yet.
Did so much work on the game today. I wish I could post it all in this status update but there is a character limit of course haha. I thought about making a topic for updates, though... maybe.
The most recent sign that I am old. I have done martial arts for over 4 decades. Never HAD to stretch out. Good, of course, but never required. Was doing some kicks in the kitchen because, why not, and I felt a pop in the back of my thigh. Now I am limping around. Gotta love getting old.
One of the biggest perks of being fluent in English is how many new and interesting recipes I am able to find and try out that I would have hardly come across if I just spoke my mothertounge :3
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.