- Aug 24, 2018
- 2,100
- 1,407
Hey,
I'm playing this RPGM MZ game that has terrible pacing. I was looking for a speedhack and I think I found one. I just can't make it work. I didn't get much further than placing the script in the js folder. Not sure what to do after that.
It would be really nice with some assistance in how to make the script work. I'm not really a coder aside from a class I took 15 years ago so assume I know nothing.
I've inserted the instructions here so you don't have to leave the site if you prefer that.
It's all taken from:
Script attached below.
-----------------------------------------------------
Installation
Download the plugin and place it in the “plugins” folder in your project’s “js” folder. Then open your Plugin Manager (F10), double-click an empty row, and select the HIME_Speedhack plugin.
Once it is in your list of plugins, turn the plugin on.
Usage
To change the game speed, make the script call:
Where NUMBER is the multiplier on how fast the game should run. So for example if you want the game to run at regular speed (1x), you would say
And if you wanted to run the game at 5x speed, you would say
MZ Users
If you’re using MZ, you have an additional way to change the speed by using the MZ plugin command. You can still use script calls if you want.
Binding Hotkeys
If you have a plugin that let’s you bind common events to certain keys on the keyboard, you can use that to set some hotkeys for the speed hack.
Note that game speed affects keyboard/gamepad inputs, so if it’s too fast you might have a hard time navigating menus. I’ve tried to fine-tune this a bit but if you’re doing like 25x or 50x speeds it’s still going to be a bit hard.
EDIT: While figuring how this worked I stumbled on:
https://f95zone.to/threads/rpg-maker-mv-mz-xp-vx-vxace-wolfrpg-cheat-fullauto-translate-tool.54117/
That is a much more comprehensive tool.
I'm playing this RPGM MZ game that has terrible pacing. I was looking for a speedhack and I think I found one. I just can't make it work. I didn't get much further than placing the script in the js folder. Not sure what to do after that.
It would be really nice with some assistance in how to make the script work. I'm not really a coder aside from a class I took 15 years ago so assume I know nothing.
I've inserted the instructions here so you don't have to leave the site if you prefer that.
It's all taken from:
You must be registered to see the links
Script attached below.
-----------------------------------------------------
Installation
Download the plugin and place it in the “plugins” folder in your project’s “js” folder. Then open your Plugin Manager (F10), double-click an empty row, and select the HIME_Speedhack plugin.
Once it is in your list of plugins, turn the plugin on.
Usage
To change the game speed, make the script call:
Code:
$gameSystem.setSpeedhack( NUMBER )
Code:
$gameSystem.setSpeedhack( 1 )
Code:
$gameSystem.setSpeedhack( 5 )
MZ Users
If you’re using MZ, you have an additional way to change the speed by using the MZ plugin command. You can still use script calls if you want.
Binding Hotkeys
If you have a plugin that let’s you bind common events to certain keys on the keyboard, you can use that to set some hotkeys for the speed hack.
Note that game speed affects keyboard/gamepad inputs, so if it’s too fast you might have a hard time navigating menus. I’ve tried to fine-tune this a bit but if you’re doing like 25x or 50x speeds it’s still going to be a bit hard.
EDIT: While figuring how this worked I stumbled on:
https://f95zone.to/threads/rpg-maker-mv-mz-xp-vx-vxace-wolfrpg-cheat-fullauto-translate-tool.54117/
That is a much more comprehensive tool.
Last edited: