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.
Feeling a tad frustrated designing one map of my project... MC is supposed to grab a key from inside a kofun to escape a certain area. Unfortunately, kofuns are cramped, dark and claustrophobic: not exactly many places to run and hide in horror games.
This is something I randomely made in my free time while trying to find alternative ways to post images here instead of imgur, hope it doesn't look too blurry or bad.
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.