Making the windowskin non-transparent

Suzio Uwabami

Veteran
Veteran
Joined
Aug 19, 2013
Messages
34
Reaction score
5
First Language
English
Hiya guys!

I wonder if you could make the standard windowskin non-transparent, as I don't like it the way it is at the moment. I was hoping I won't need a script, so I posted it here. 

If I do, I'll try in the Script Request Section again.

I've put a screenshot up, so it's understandable what I mean. :)  

Thank you!

Nontransparent.png
 

Milena

The woman of many questions
Veteran
Joined
Jan 26, 2014
Messages
1,281
Reaction score
106
First Language
Irish
Primarily Uses
N/A
Go to your Scene_Title and find this:

Scene_Title.prototype.createCommandWindow = function() { this._commandWindow = new Window_TitleCommand(); this._commandWindow.setHandler('newGame', this.commandNewGame.bind(this)); this._commandWindow.setHandler('continue', this.commandContinue.bind(this)); this._commandWindow.setHandler('options', this.commandOptions.bind(this)); this.addWindow(this._commandWindow);};below the 

this._commandWindow = new Window_TitleCommand();add a new line:

this._commandWindow.opacity = x;where x is the amount of opacity you want.
 

djDarkX

Retro & Remastered Music Guru
Veteran
Joined
Jan 17, 2013
Messages
2,700
Reaction score
1,901
First Language
Music
Primarily Uses
RMMV
If you're using Yanfly's Core Engine (YEP_CoreEngine), you can go to the category Windows and change Window Opacity to 255 to make it completely solid.
 

Dachimotsu

Veteran
Veteran
Joined
Oct 26, 2015
Messages
61
Reaction score
12
First Language
English
In regards to this issue, is there a way to make it so that only message boxes are transparent? In that the main menu is fully opaque, but the messages aren't?
 

Suzio Uwabami

Veteran
Veteran
Joined
Aug 19, 2013
Messages
34
Reaction score
5
First Language
English
Go to your Scene_Title and find this:

Scene_Title.prototype.createCommandWindow = function() { this._commandWindow = new Window_TitleCommand(); this._commandWindow.setHandler('newGame', this.commandNewGame.bind(this)); this._commandWindow.setHandler('continue', this.commandContinue.bind(this)); this._commandWindow.setHandler('options', this.commandOptions.bind(this)); this.addWindow(this._commandWindow);};below the 

this._commandWindow = new Window_TitleCommand();add a new line:

this._commandWindow.opacity = x;where x is the amount of opacity you want.
Thank you very much!

If you're using Yanfly's Core Engine (YEP_CoreEngine), you can go to the category Windows and change Window Opacity to 255 to make it completely solid.
Thank you! I'm using it now, it's very useful for other stuff too. 
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,048
Messages
1,018,545
Members
137,834
Latest member
EverNoir
Top