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 Character Direction Priority - NRP_CharacterDirectionPriority.js
Plugin desc : v1.00 Accept direction changes, even if the direction is fixed.
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_CharacterDirectionPriority.js
Desc page : http://newrpg.seesaa.net/article/481360429.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_CharacterDirectionPriority.js
File name : NRP_CharacterDirectionPriority.js
Help of plugin :
Make it possible to accept direction change commands * for characters in fixed direction. * * In RPG Maker MV and MZ, instructions to change the direction of a character * with a fixed direction from the movement route settings will be ignored. * However, this specification is not very reasonable. * If you don't intend to change the direction, you don't tell it to do so. * * There is also a way to undo the direction fixation each time, * but it is not reasonable, * as it is time-consuming and error-prone. * * Therefore, I will change the specification * to accept direction changes only at the time of instruction, * just like RPG Maker 2000. * * The relevant process is as follows. * - Change the direction of the move route setting * - Change the direction when autonomous movement is custom. * - Change the direction when setting the position of an event. * * ■Usage * You only need to apply the plugin. * There are no parameters. * * [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.