Announcement

Guys, I'm sorry that from now I won't probably develop more RPG MV plugins as in the wishlist for some long time. And because I have my own businesses to pay attention on. But still I'm willing to respond to your questions/support on the plugins.

See you in the next time. :)

[RMMV Event System] μ'ki's Simple ABS

Version: v1.01 Beta

Introduction

The RPG MV project as shown in the download link below demonstrates a simple event-based action battle system.

Contact me for support/bug report:

listra92@gmail.com
https://www.facebook.com/don.listRA92

The Simple ABS Features

  • 'A' and 'S' key for the player character's melee and ranged attack action.
  • Attack actions with firing delay (in frames).
  • On-map enemies with states (per event page): Wander, Chase, Attack, Hit and Dead.
  • Using "Self Variables" plugin for some common events that need things like firing delay and enemy HP.
  • Using "On-Map Bullets" plugin for ranged attacks that spawn bullets.
  • Using "Event Commands Extras" plugin for things like drawing on-map HUD and duplicating events at runtime.

Notes

This event system has some flaws that may need some special handlings. You can try to improve it, but you may need JS scripting knowledge, since some common events use pieces of script code.

The demo project uses minimal assets for smaller download size. No audio assets, title screen, etc. included in order to make such compact size.

Download Demo Project

μ'ki's Simple ABS.zip

[RMMV Plugin] Event Commands Extras

Version: v1.00 Beta

Introduction

This plugin provides plugin commands that are similar to some of the built-in event commands with evalable parameters. It also provides some more 'event commands', like draw text. Such that allows possibility to, e.g. make some HUD bars, yet the built-in event commands can't do it due to mostly fixed argument values. Also event instances can be duplicated.

Contact me for support/bug report:

listra92@gmail.com
https://www.facebook.com/don.listRA92

Plugin Commands

ShowPicture pictureId name origin x y xScale yScale opacity blendMode

MovePicture pictureId origin x y xScale yScale opacity blendMode duration isWait

RotatePicture pictureId angle

DrawText pictureId text x y width height align

DuplicateEvent eventId x y

(more commands coming in the next version)

Note: The parameters are eval, which means they don't have to always be fixed value. And here string values/expressions must be in single quotes ('...'). This plugin also allows parameters in double quotes ("...") have spaces, pretty like the Windows command-line parameters.

Notes

This plugin isn't fully documented, and there are some plugin commands not documented here. More plugin commands may be added later if needed, e.g. for an action battle system.

Download Plugin

MK_AdvEvent.js