Skip to content

Adds new battle commands inspired from popular RPG series (jump, blitz, steal, throw, etc.)

License

Notifications You must be signed in to change notification settings

chaoshades/rmvx-ebjb-battle-commands-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmvx-ebjb-battle-commands-addons

Adds new battle commands inspired from popular RPG series (jump, blitz, steal, throw, etc.)

Table of contents

Quick start

  • See dependencies
  • Each battle command is self-contained within the src folder. You need to move into the battle command folder you want.
  • If needed, run this command to combine external scripts source into one file. ruby build-ext.rb
  • Run this command to combine core scripts source into one file. ruby build.rb
  • Copy the resulting files into your RPG Maker VX project

    Watch out ! The external scripts, if there are ones, needs to be before the battle command scripts.

OR

  • Run this command to combine every battle command scripts source into one file. ruby build-all.rb

OR

  • There is an already pre-compiled demo with the classic sample project with every battle commands available.

Dependencies

The dependencies must be inserted, in the below order, before the scripts of this repo :

Documentation

Instruction for usage

All of the configuration available are within the BATTLECOMMANDS_CONFIG module.

Contributing

Still in development...

Creators

Credits

  • Kal : Protect Skill
  • modern algebra : Mime Skill
  • Shanghai Simple Script : Minigame Slot Machine

About

Adds new battle commands inspired from popular RPG series (jump, blitz, steal, throw, etc.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages