SES VX Ace

Highly extensible, dynamic scripts for RPG Maker VX Ace.

Absorb Snippet

by Enelvon

Summary

This script is a simple, minimally invasive snippet that allows elements to be absorbed. This is accomplished via Notes tags placed in Database objects.

Detailed usage information is available within the script or in the source repository.

Features

  • Minimally invasive – aliases a single method from the base script and contains no redefinitions.
  • Easy to set up.

Script

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

Installation

Place this script below Materials and the SES Core, but above Main. Exact placement shouldn’t matter all that much beyond that. If you’re using a script that redefines rather than aliases Game_Battlerbase#element_rate, make sure this script is placed below it.

License

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

Bestiary v1.0

by Enelvon

The bestiary displaying information on the most terrifying enemy in the game.

Summary

This script is designed to provide a flexible, easily customized bestiary. Every aspect of the bestiary’s appearance can be customized, from the parameters displayed to the number (and content) of pages.

Detailed usage information is available within the script.

Features

  • Elegant basic layout with detailed customization options.
  • Adjust what is displayed for individual enemies as well as provide dummy values for various parameters.
  • Automatically updates as information about an enemy is discovered.
  • Ability to select what information is provided by default and what needs to be found via gameplay.

Script

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

Installation

Place this script below Materials and Window_Book, but above Main. Exact placement shouldn’t matter all that much beyond that.

License

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

Window Book v3.0 (first major public release!)

by Enelvon

Summary

This script provides a parent class for multi-page windows, with a focus on those used to display information.

Detailed usage information is available within the script’s header.

Features

  • Easily create multi-page windows with little-to-no scripting knowledge.
  • Advanced users can create nearly any sort of multi-page window imaginable.

Script

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

Installation

Place below Materials and above all other custom scripts, or with the Window_* classes if you want to keep things organized.

License

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

Design a site like this with WordPress.com
Get started