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

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

MZ plugins

Move Speed - MoveSpeed.js

Plugin desc : Movement speed change Ver1.0.0 (2025/1/18)

License : MIT License

Author : PotatoDragon

Website : https://github.com/pota-gon/RPGMakerMZ/wiki

Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/System/MoveSpeed.js

Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/MoveSpeed.js

File name : MoveSpeed.js

Help of plugin :

@target MZ
@url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/System/MoveSpeed.js
@plugindesc Movement speed change Ver1.0.0 (2025/1/18)
@author PotatoDragon
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/PotatoDragon-MZ-plugins ).
Original plugin by PotatoDragon.
Please check the latest official version at:
https://github.com/pota-gon/RPGMakerMZ/wiki
-----

## Overview
Adds the ability to change walking and sprint speeds.

## How to Use

### Common Settings
Change the walking speed multiplier or sprint speed multiplier in the plugin
parameters.
The character will move at the changed speed.

### Note Tag Settings
Adds a memo to change the movement speed for actors, classes, weapons, armor,
and states.
<Movement Speed: Walking Speed Multiplier, Sprint Speed Multiplier, Priority>

Example: <Movement Speed: 1.8, 1, 8, 0>
=> Walking Speed: 1.8x, Sprint Speed: 1.8x, Priority: 0

#### Walking Speed Multiplier
Specifies the multiplier with normal walking speed set to 1.

#### Sprint Speed Multiplier
Specifies the multiplier with normal sprint speed set to 1.

#### Priority
Specifies the priority of other settings.
If there are multiple speed change settings, this one has the highest
priority.

If the priority is the same, the setting with the lowest multiplier (slowest)
is applied.

@param Walk
@text Walking speed multiplier
@desc Walking speed multiplier
@type number
@default 1.5
@decimals 2

@param Dash
@text Dash Speed Multiplier
@desc Dash speed multiplier
@type number
@default 1.5
@decimals 2

@param MoveSpeedMetaName
@text Movement Speed Tag
@desc Name of memo tag used for movement speed
@default MoveSpeed

スポンサードリンク

-MZ plugins

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