A downloadable Plugin

Download NowName your own price

Need finer control over how fast or slow your main character moves? Then this is where Gimmer_ActorSpeed comes in handy.

Using this plugin, you can set the "Actor Speed" parameter to any number you wish.

ReminderGimmer_Core.js is required for this plugin to function. You can download that here.

--

Documentation is included in the README file.

Free for both commercial and non-commercial use, with credit.

- Gimmer


Download

Download NowName your own price

Click download now to get access to the following files:

Gimmer_ActorSpeed 1.0.1.rar 1 kB

Comments

Log in with itch.io to leave a comment.

Hi ! I'm pretty new to RPG Maker plugin usage. How can I modify the Actor Speed parameter during the game?

You can do a script command to change the default:

Gimmer_Core.ActorSpeed.ActorSpeed = 2.3;

But I'm not sure this will change the speed of the actor, as I'm not sure that object ever reloads.

You can change the speed of the player by doing the script call:

$gamePlayer.setMoveSpeed(2.3);