Original Source
- Original title: SES Console (An advanced REPL for RMVX Ace.)
- Original author: Solistra
- Original date: April 8, 2014
- Source thread: https://forums.rpgmakerweb.com/threads/ses-console-an-advanced-repl-for-rmvx-ace.25882/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
SES Console v1.2 by Solistra and EnelvonIntroduction This script provides an interactive Ruby console through the RGSS Console with a number of advanced features. This is primarily a scripter's tool. In addition to the core script, you may also download a zipped package of default external macros which provide a number of useful tasks and general enhancements to the basic SES Console. The latest macro package may be downloaded from GitHub -- the latest release of the SES Console should have a .zip archive attached to it which provides the...
Archived First Post
by Solistra and Enelvon
This script provides an interactive Ruby console through the RGSS Console with a number of advanced features. This is primarily a scripter's tool.
In addition to the core script, you may also download a zipped package of default external macros which provide a number of useful tasks and general enhancements to the basic SES Console. The latest macro package may be downloaded from GitHub -- the latest release of the SES Console should have a .zip archive attached to it which provides the entire macro package ready to be placed in your configured macro directory. The package may be found here:
- SES Console Releases
Change Log
- v1.2 (June 17th, 2014) - Numerous enhancements, minimized code base, provided default macro package.
- v1.1 (April 15th, 2014) - Fixed a potential recursion issue.
- v1.0 (April 8th, 2014) - Initial release.
- Provides an IRB-like REPL for RMVX Ace.
- Supports user-defined macros stored as external Ruby files.
- Includes a default package of useful macro files.
- Allows entering multiple lines of input for evaluation.
- Users may step into and out of any Ruby object known at runtime.
Due to the length of the usage interactions, detailed usage information for this script is available from the source repository where the script is stored. Specifically, usage information is provided in the README.md file.
Script
This script is available from SES VX Ace.
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.
Credit and Thanks
- Solistra
- Enelvon
This script is made available under the terms of the MIT Expat license. View this page for more information.
Features Mentioned
- Provides an IRB-like REPL for RMVX Ace.
- Supports user-defined macros stored as external Ruby files.
- Includes a default package of useful macro files.
- Allows entering multiple lines of input for evaluation.
- Users may step into and out of any Ruby object known at runtime.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks Solistra Enelvon Author's Notes
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...