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

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

MZ plugins

Optimized Movement Route - OptimizedMovementRoute.js

Plugin desc : Optimize movement routes.

License : MIT License

Author : あわやまたな (Awaya_Matana)

Website : https://awaya3ji.seesaa.net/

Desc page : https://awaya3ji.seesaa.net/article/500608978.html

File name : OptimizedMovementRoute.js

Help of plugin :

* @target MV MZ
* @plugindesc Optimize movement routes.
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/500608978.html
* @help Ver.1.2.0
* Normally, only one movement route command is processed per frame,
* but this will be changed to allow multiple processing per frame.
*
* [Script]
* this.forceDir(direction); //Forces the direction to change regardless of whether the direction is fixed.
* Down:2 Left:4 Right:6 Up:8
*
* @param dirIsEx
* @text Except for directional commands
* @desc When using directional commands, there is a pause before moving to the next command.
* @type boolean
* @default true
*
* @param forceDir
* @text Force Direction Change
* @desc Standard movement commands always change direction, regardless of whether the direction is fixed.
* @type boolean
* @default false
*

スポンサードリンク

-MZ plugins

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