Welcome to PGMZ! 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.
Dest Image Customize - DestImageCustomize.js
Plugin desc : Destination Image Customization Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/DestImageCustomize.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/DestImageCustomize.js
File name : DestImageCustomize.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DestImageCustomize.js @plugindesc Destination Image Customization Plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Customize the destination image (the destination that appears when you click on the map). You can change the color and opacity, or set your own image. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @param opacity @text Opacity @desc Opacity of the destination image. Set it to 0 to make it invisible. @default 255 @param blinkSpeed @text Blinking Rate @desc The blinking speed. The lower the number, the faster the blinking. The default value is 20. @type number @default 0 @param blendMode @text Synthesis method @desc This is the method for compositing the destination image. @type select @default 1 @option usually @value 0 @option Addition @value 1 @option Multiplication @value 2 @option screen @value 3 @option Subtract @value 28 @param color @text Display color @desc This is the display color of the destination image. If you set a custom image, this will be disabled. Select from the text color or enter CSS color information directly. @type color @default 0 @param originalImage @text Original image @desc You can specify your own image as the destination image (img/pictures). @type file @dir img/pictures/