Category: Dev tools

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...

11

Simple Audio Encryption

This script provides very simple audio encryption. It allows you to store audio files inside the rgss3a archive. The data is decrypted and created outside of the archive when the game wants to play an...

10

Battle Test Profiles

This script allows you to create “battle test profiles” which will be used to set up your battle test rather than the default battle test UI. A battle test profile is simply a troop event...

1

Region Events

This script allows you to create “Region Events”. Basically, it allows you to turn an entire region into an event based on an existing event on your map. For example, suppose you have some Region...