Category: Utilities

Speed Hack 117

Speed Hack

I wrote this plugin because I test play the game a lot and there’s a lot of things like animations that are just way too time-consuming. Maybe it’s cool the first couple times but...

Disable Dashing 50

Disable Dashing

By default, you can press the shift button to dash. Maps support the option to disable dashing when you’re on that map. However, there isn’t a solution to disable dashing manually during the game, for...

1

Timer Pause

Do you need your timer to temporarily stop counting down, but you still want it to show up on the screen? This plugin provides you with two script calls that will allow you to easily pause...

11

Command-line Args Loader

This script simply loads any command-line arguments into ARGV. RM doesn’t do this natively so we need to do it ourselves. This script is meant to be used for games that will be using custom game...

2

Compressed Save Files

This script compresses all save files, resulting in smaller save files. For backwards compatibility, if a compressed file is not available, it will try to load the uncompressed file. Compression results may vary depending on the...