- Joined
- Mar 17, 2012
- Messages
- 165
- Reaction score
- 168
- First Language
- English
- Primarily Uses
- RMMV
N.A.S.T.Y. Replace Window with Picture
By: Nelderson
Introduction
Want to make super special windows in your game? Sometimes the windowskin isn't enough, that's where Nasty Replace Window with Picture plugin comes in!
This script uses pictures instead of windows you specify. While this looks very simple on the surface, for the Photoshop nerds this will be invaluable.
Features
- Have a picture instead of the default windowskin.
- Use pictures on only the windows you want
- Should be compatible with most custom scripts and windows
Screenshots
How to Use
All you need to do is define the window object name and the picture name
located in your img/pictures folder
If you don't know the window object name, fret not! You can use the
nifty debug tool. This will give you a list of all window objects that
are currently loading, and will also tell you the width and height!
You can also change windows on the fly with the Plugin Command:
ChangeWindowPic Window_Object PictureName
Ex:
ChangeWindowPic Window_Status Pic3
This would change the Status Window background to pic3 in the
img/pictures folder!
Demo
I'll make one if you guys want one! (LIES....I really don't want to.... <_<)
Script
GitHub:
https://github.com/Nelderson/NASTY_RPGMakerMV_Scripts
FAQ
Q: What does N.A.S.T.Y. stand for?
A: Nelderson's Awesome Scripts To You!
Changelog
- Version 1.0.1 - Added feature for transparent and dim message windows.
- Version 1.0.2 - Added the Plugin Command ChangeWindowPic to change Window Pics before a scene is called.
- Version 1.0.3 - Added optimization so that the filename can be anything and the plugin parameters still run.
- Version 1.0.4 - Made plugin more concise by wrapping in an anonymous function.
Credit and Thanks
- Nelderson
Terms of Use:
Free to use for non-commercial use. Any commercial use is fine as long as you credit and throw me a copy of your completed game if it ever gets finished
By: Nelderson
Introduction
Want to make super special windows in your game? Sometimes the windowskin isn't enough, that's where Nasty Replace Window with Picture plugin comes in!
This script uses pictures instead of windows you specify. While this looks very simple on the surface, for the Photoshop nerds this will be invaluable.
Features
- Have a picture instead of the default windowskin.
- Use pictures on only the windows you want
- Should be compatible with most custom scripts and windows
Screenshots
Spoiler
Courtesy of Halrawk:
Coming Soon!
Courtesy of Halrawk:
Coming Soon!
How to Use
All you need to do is define the window object name and the picture name
located in your img/pictures folder
If you don't know the window object name, fret not! You can use the
nifty debug tool. This will give you a list of all window objects that
are currently loading, and will also tell you the width and height!
You can also change windows on the fly with the Plugin Command:
ChangeWindowPic Window_Object PictureName
Ex:
ChangeWindowPic Window_Status Pic3
This would change the Status Window background to pic3 in the
img/pictures folder!
Demo
I'll make one if you guys want one! (LIES....I really don't want to.... <_<)
Script
GitHub:
https://github.com/Nelderson/NASTY_RPGMakerMV_Scripts
FAQ
Q: What does N.A.S.T.Y. stand for?
A: Nelderson's Awesome Scripts To You!
Changelog
- Version 1.0.1 - Added feature for transparent and dim message windows.
- Version 1.0.2 - Added the Plugin Command ChangeWindowPic to change Window Pics before a scene is called.
- Version 1.0.3 - Added optimization so that the filename can be anything and the plugin parameters still run.
- Version 1.0.4 - Made plugin more concise by wrapping in an anonymous function.
Credit and Thanks
- Nelderson
Terms of Use:
Free to use for non-commercial use. Any commercial use is fine as long as you credit and throw me a copy of your completed game if it ever gets finished
Last edited by a moderator:




