- Joined
- Jul 30, 2013
- Messages
- 225
- Reaction score
- 425
- First Language
- English
- Primarily Uses
- RMMV
Window Skin Option
by SumRndmDde
Version 1.00
What This Plugin Does:
By default, an RPG Maker MV game can only have one Window Skin assigned to it.
However, using this Plugin, the Player can select the Window Skin for their own within the Options Menu.
How To Use It:
To start off, place all of the Window Skin images you wish to use in:
Code:
/img/SumRndmDde/window/
Keep in mind you need to keep the /img/system/Window.png where it is!
Next, install the Plugin.
You will notice that most of the Parameters are grouped into sections called "Window Skins".
Each section represents one Window Skin that the Player can choose from.
Each section has three primary parts:
- File
Within the "file" section, place the name of the file of the Window Skin you wish to use for that section.
- Name
Within the "name" section, place the name you wish the Player to see for that Window Skin in-game.
- Switch
Within the "switch" section, place a Number for a Switch ID.
Doing so will make it so that Window Skin will not be available to the Player unless that Switch is turned ON.
Screenshots:


Download:
The Plugin can be downloaded here:
http://sumrndm.site/window-skin-option/
Terms of Use:
The Terms of Use for my Plugins can be found here:
http://sumrndm.site/terms-of-use/
Change Log:
Version 1.00:
"Let there be Plugin to change Window Skin in-game in options menu."
And then it was.