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 Event Near Screen - NRP_EventNearScreen.js

Plugin desc : v1.01 Allow self-movement of off-screen events.

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

Desc page : http://newrpg.seesaa.net/article/483887712.html

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

File name : NRP_EventNearScreen.js

Help of plugin :

Normally, the behavior set for event self-movement is designed
 * to stop when the event's position is some distance off the screen.
 * 
 * While this specification is useful for reducing processing,
 * it can be troublesome in some cases.
 * For example, if you want to match the timing of multiple events,
 * or if you want to create an event that works off-screen.
 * 
 * This plugin allows the self-moving of events
 * to be performed even when they are off-screen.
 * 
 * There are three ways to set it up.
 * Please use the method you prefer.
 * 
 * - Set in the note field in each events.
 * - Temporarily enabled by plugin command.
 * - Always enabled by plugin parameter.
 * 
 * ------------------------------------------
 * [Note of Events]
 * ------------------------------------------
 * <ExceptNearScreen>
 * Always enable self-moving of event.
 * 
 * ------------------------------------------
 * [Plugin Command MZ]
 * ------------------------------------------
 * ◆ExceptNearScreen
 * Enable off-screen self-movement for events.
 * Can also be turned off.
 * This applies to all events.
 * 
 * Settings will remain valid even if you switch screens.
 * However, they will not be transferred to the saved data.
 * 
 * ------------------------------------------
 * [Plugin Command MV]
 * ------------------------------------------
 * ◆NRP.ExceptNearScreen [true/false]
 * The functions are the same as the MZ version.
 * 
 * ------------------------------------------
 * [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 Command
 * @------------------------------------------------------------------
 * 
 * @command ExceptNearScreen
 * @desc Enable off-screen self-movement for events.
 * Can also be turned off.
 * 
 * @arg ExceptNearScreen
 * @desc Enable off-screen self-movement for events.
 * Can also be turned off.
 * @type boolean
 * @default true
 * 
 * @------------------------------------------------------------------
 * @ Plugin Parameters
 * @------------------------------------------------------------------
 * 
 * @param AlwaysSelfMovement
 * @default false
 * @type boolean
 * @desc Always enable self-movement, even for off-screen events.

スポンサードリンク

-MZ plugins

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