Skip to content

Some open source plugins for RPG Maker MV. Written in CoffeeScript.

License

Notifications You must be signed in to change notification settings

HyakkaStudio/RPG-Maker-MV-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPG-Maker-MV-Plugins

Some open source plugins for RPG Maker MV. Written in CoffeeScript. Pre-builded version are not aviliable now. ('Cause I don't have time~ :p)

You may also ask for a requirement of plugin in "Issues" section.

Released plugins

How to build?

With Cakefile

Requirement

  1. Nodejs (npm is included)
  2. CoffeeScript (cake is included)

Just simply run the cake build command on the repo root.

Then you will get a auto-generated folder call dist and this is the place of the Javascript files living in~

Or you can run cake -o /path/to/target/location build to output in the target location.

With online compiler (Not Recommand)

  1. Download all the source code
  2. Go to the online compiler website (e.g JS2Coffee)
  3. Paste the source code and compile in bare mode
  4. Copy the compiled code to a new Javascript file in THE SAME NAME.

Release notes

  • 2017-03-01 New scripts

    1. Released "Auto recharge addon" v0.1
    2. Released "Custom Key Input" v0.1
  • 2017-02-0? New script and Bug fixed

    1. Released "Core System" v0.1
    2. Fixed the plugin command bug of "Battery System" and "Note System"
  • 2017-01-27 Bug fixed

    1. Fixed the plugin command bug of "Battery System"
  • 2017-01-26 New features

    1. Added the multi-pages support for "Note System"
  • 2017-01-21 Bug fixed

    1. Fixed window location error of "Note System"
    2. Fixed the "New line" error of "Note System"
  • 2016-10-14 First release

    1. Released "Battery System" v0.1
    2. Released "Note System" v0.1

Known bugs

  • Cannot be loaded after the "Orange - Time System" By Hudell (Error will cause)

About

Some open source plugins for RPG Maker MV. Written in CoffeeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published