Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
TM Stripe Window - TMStripeWindow.js
Plugin desc : Stripes the background of a single-line command window.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMStripeWindow.js
File name : TMStripeWindow.js
Help of plugin :
@plugindesc Stripes the background of a single-line command window. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Striped Window ver. 1.0.0 How to Use: Installing this script automatically creates a striped background in the command window. There are no plugin commands. This plugin has been tested with RPG Maker MV Version 1.3.4. Plugin Parameter Notes: backColor1 / backColor2 Set the three color components (red, green, and blue) using a two-digit binary number followed by a half-width sharp. Full red is #ff0000, and white is #ffffff. stripeOpacity The actual opacity will be lower (lighter) than the value set here, as it is affected by the window settings. @param backColor1 @desc Stripe color 1 Initial value: #000000 @default #000000 @param backColor2 @desc Stripe color 2 Default: #201018 @default #201018 @param stripeOpacity @desc Stripe color opacity Default: 192 (0 to 255) @default 192