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.
NRP Map Shadow Config - NRP_MapShadowConfig.js
Plugin desc : v1.03 Sets the settings for shadows on the map.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_MapShadowConfig.js
Desc page : http://newrpg.seesaa.net/article/479088201.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_MapShadowConfig.js
File name : NRP_MapShadowConfig.js
Help of plugin :
Sets the settings for shadows on the map. * ※This plugin will not work with RPG Maker MV. * * [Features] * ・Diagonalize the shadow created by the shadow pen. * ・Change the opacity of the shadow. * ・Do not create a shadow on the table. * * ◆Procedure for diagonalizing the shadow * If you create the following four shadow patterns with the shadow pen, * they will be displayed as diagonal shadows when the game is run. * ■■ ■□ □■ ■■ * ■□ ■■ ■■ □■ * * The feature must be turned on, * either by a plugin parameter or by a note in the tileset. * * [Individual Settings] * If you specify the following for the tileset note, * it will take precedence over the plugin parameters. * * <DiagonalShadow:[true or false]> * Changes whether the shadow will be diagonal or not. * Note that true can be omitted. (Example: <DiagonalShadow>) * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but we will respond to defects as far as possible. * * @----------------------------------------------------- * @ [Plugin Parameters] * @----------------------------------------------------- * * @param DiagonalShadow * @type boolean * @default false * @desc Diagonalize the shape of the shadow for a particular pattern. * * @param ShadowOpacity * @type number @decimals 2 @max 1 * @desc Sets the opacity between 0~1. * Default 0.5; setting it to 1 will make it completely black. * * @param NoTableShadow * @type boolean * @default false * @desc It does not create a shadow over the table (counter attribute of A2 tile).