Original Source
- Original title: N.A.S.T.Y. Replace Window with Picture
- Original author: Nelderson
- Original date: October 24, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/n-a-s-t-y-replace-window-with-picture.46926/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
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!
Archived First Post
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
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
Features Mentioned
- 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
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...