An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NRP Change Back Color - NRP_ChangeBackColor.js

Plugin desc : v1.00 Changes the color tone of the battle background.

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_ChangeBackColor.js

Desc page : https://newrpg.seesaa.net/article/498666610.html

Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_ChangeBackColor.js

File name : NRP_ChangeBackColor.js

Help of plugin :

Changes the color tone of the battle background.
 * Does not affect the battlers or animations, so it is
 * This is useful for emphasizing the direction.
 * 
 * Parallaxes created with NRP_ParallaxesPlus.js are also supported.
 * 
 * -------------------------------------------------------------------
 * [Usage]
 * -------------------------------------------------------------------
 * Run the plugin command.
 * Both for MZ and MV are valid.
 * 
 * -------------------------------------------------------------------
 * [Plugin Command MZ]
 * -------------------------------------------------------------------
 * ◆ChangeColorBattle
 * Changes the color tone of the battle background
 * to the specified value.
 * See the description in the plug-in commands for details.
 * 
 * -------------------------------------------------------------------
 * [Plugin Command MV]
 * -------------------------------------------------------------------
 * ◆NRP.ChangeBackColor 255 255 255 60
 * Change the color tone to 255,255,255 (red, green, blue)
 * over 60 frames (1/60 second).
 * If time is omitted, the change is instantaneous.
 * 
 * Enter each color in the range of 0~255.
 * "0 0 0" makes it completely dark.
 * With "255 255 255", it returns to the original state.
 * 
 * -------------------------------------------------------------------
 * [Sample for DynamicMotion]
 * -------------------------------------------------------------------
 * When calling from DynamicAnimation or DynamicMotion,
 * the MV format is also convenient in MZ.
 * 
 * -------------------------------------------------------------------
 * // Darken it.
 * <D-Motion>
 * plugin = NRP.ChangeBackColor 128 128 128 15
 * </D-Motion>
 * 
 * <D-Animation/>
 * 
 * // Return to original.
 * <D-Motion>
 * plugin = NRP.ChangeBackColor 255 255 255 15
 * </D-Motion>
 * 
 * -------------------------------------------------------------------
 * [Terms]
 * -------------------------------------------------------------------
 * There are no restrictions.
 * Modification, redistribution freedom, commercial availability,
 * and rights indication are also optional.
 * The author is not responsible,
 * but will deal with defects to the extent possible.
 * 
 * @-----------------------------------------------------
 * @ [Plugin Commands]
 * @-----------------------------------------------------
 * 
 * @command ChangeColorBattle
 * @desc Changes the color tone of the battle background.
 * 
 * @arg Color
 * @type string
 * @default 255,255,255
 * @desc Input the background color tone in RGB format.
 * 255 is the maximum value for each.
 * 
 * @arg Duration
 * @type number
 * @desc The execution time (1/60 sec.) to change the color tone.
 * 
 * @-----------------------------------------------------
 * @ [Plugin Parameters]
 * @-----------------------------------------------------
 *

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.