SES Console

by Solistra

The SES Console in use.

Summary

This script provides an interactive Ruby console through the RGSS Console with a number of advanced features. This is primarily a scripter’s tool.

Detailed usage information is available from the source repository where the script is stored.

Features

  • Provides an IRB-like REPL for RMVX Ace.
  • Supports user-defined macros stored as external Ruby files.
  • Allows entering multiple lines of input for evaluation.
  • Users may step into and out of any Ruby object known at runtime.

Script

This script is available from the SES source repository. The specific file to download is ‘lib/console.rb’.

Installation

Place this script below the SES Core (v2.0) script (if you are using it) or the Materials header, but above all other custom scripts. This script does not require the SES Core (v2.0), but it is recommended.

License

This script is made available under the terms of the MIT Expat license.