• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Better Fast-forward Mode

Better Fast-forward Mode v1.0

Pokémon Essentials Version
v18.1 ➖
I accidentally found out that just skipping a whole Graphics.update is pretty useful and thought I'd make a fast-forward script out of it.

SPEEDUP_STAGES is the array of speed up stages the game will use. If you click F, it'll pick the next number in the array. Mine looks like [1,2,3], meaning it'll be 1 by default, go to 2 if I press F, 3 if I press F again, and then back to the beginning.

$GameSpeed is the index of the SPEEDUP_STAGES array, 0 by default.
SPEEDUP_STAGES[$GameSpeed] - 1 is the actual amount of frames skipped.

If you hit F, the game'll go one stage higher in the SPEEDUP_STAGES array.

Installation
Get the script:
Better Fast-forward Mode
Credits
  • Marin
Author
Marin
Views
9,849
First release
Last update

Ratings

5.00 star(s) 3 ratings

More resources from Marin

Latest updates

  1. Update v1.1

    Updated to v18.

Latest reviews

The script itself is perfect, but I would like an icon that I have spriteted to show on the screen when the game is accelerated. How do i do it?
F is the function key for a registered item. so it conflicts and I can't seem to find any way to remap the registered item to a different key.
really good although it would be better if the speed up button was set to something like the alt key instead of the F key seeing as how it has another function aswell
Marin
Marin
Which function is that?
Back
Top