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.
Damn. We’ve gotten so close to 0 reports, 0 approvals a few times over the past couple weeks. Does it matter? No. Is it realistic. No? Do I rely on your reports and want everyone to keep posting. Yes. Do I 100% games? …sigh… Yes.
Here's a tutorial I did on how I made my Leonardo A.I.-assisted artworks for my game's recent update.
Disclaimer: This is meant to be a band-aid solution for people like me who aren't good artists or don't have the financial means to hire an amazing artist. If you have the means, please buy commissions and support your fav artists.
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.